google-apis-dialogflow_v3beta1 0.74.0 → 0.76.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1f08704246d1c0c04a96da759d64582e6be109f9325d16df8c3c7c37a176404
4
- data.tar.gz: cf30a443c2e07781dd2bb1bb200da7120b393f1d3fddf3cfb50a40b3b211b471
3
+ metadata.gz: c016d8de1afc6eacbded9f8e4e7bad305c1c1f5624660dc7f82c057e595d58ae
4
+ data.tar.gz: 63cf67fb238711ca07a025f02ff6ef98312aa80cdd4d018c4763737ee4ecfff3
5
5
  SHA512:
6
- metadata.gz: d575c79a8797bb1245005c853859c49c6636f197edca822b60f1b7bb691f70a18a5590c1c40f51637684275b751381da3ae7210e080266d43989124218794d38
7
- data.tar.gz: 1c6720bd1e61dee45cb6c69a8dd6bdaa2d8747ad970ef05f5047cd0dd6bcd59d52c640373cc97387b0ff1e1b0bb39a07e3a046db33aa5464e1c162d703655d8e
6
+ metadata.gz: e7a1ab56419dcb09c4cf805a656bb92fa474bee2a953275adf866e9cf842df94e07b8d11fb538a8aedee88ebcdf2a88206a4ae5beaf81c03c381d3f7ba98c7a9
7
+ data.tar.gz: 2d03373a8bc5cdad252afe76fb2f4f1cc9f854499672ace9afbca70c4e041ec119f50be407651fb3298095552ac3f946778fcb284dd7d3048338407a37a1c46c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.76.0 (2024-01-07)
4
+
5
+ * Regenerated from discovery document revision 20240102
6
+
7
+ ### v0.75.0 (2023-12-24)
8
+
9
+ * Regenerated from discovery document revision 20231215
10
+
3
11
  ### v0.74.0 (2023-12-17)
4
12
 
5
13
  * Regenerated from discovery document revision 20231208
@@ -338,7 +338,8 @@ module Google
338
338
  # Represents the query input. It can contain one of: 1. A conversational query
339
339
  # in the form of text. 2. An intent query that specifies which intent to trigger.
340
340
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
341
- # 5. DTMF digits to invoke an intent and fill in parameter value.
341
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
342
+ # results of a tool executed by the client.
342
343
  # Corresponds to the JSON property `input`
343
344
  # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3QueryInput]
344
345
  attr_accessor :input
@@ -1933,6 +1934,11 @@ module Google
1933
1934
  # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettings]
1934
1935
  attr_accessor :advanced_settings
1935
1936
 
1937
+ # The description of the page. The maximum length is 500 characters.
1938
+ # Corresponds to the JSON property `description`
1939
+ # @return [String]
1940
+ attr_accessor :description
1941
+
1936
1942
  # Required. The human-readable name of the page, unique within the flow.
1937
1943
  # Corresponds to the JSON property `displayName`
1938
1944
  # @return [String]
@@ -2014,6 +2020,7 @@ module Google
2014
2020
  # Update properties of this object
2015
2021
  def update!(**args)
2016
2022
  @advanced_settings = args[:advanced_settings] if args.key?(:advanced_settings)
2023
+ @description = args[:description] if args.key?(:description)
2017
2024
  @display_name = args[:display_name] if args.key?(:display_name)
2018
2025
  @entry_fulfillment = args[:entry_fulfillment] if args.key?(:entry_fulfillment)
2019
2026
  @event_handlers = args[:event_handlers] if args.key?(:event_handlers)
@@ -2136,7 +2143,8 @@ module Google
2136
2143
  # Represents the query input. It can contain one of: 1. A conversational query
2137
2144
  # in the form of text. 2. An intent query that specifies which intent to trigger.
2138
2145
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
2139
- # 5. DTMF digits to invoke an intent and fill in parameter value.
2146
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
2147
+ # results of a tool executed by the client.
2140
2148
  class GoogleCloudDialogflowCxV3QueryInput
2141
2149
  include Google::Apis::Core::Hashable
2142
2150
 
@@ -4546,7 +4554,8 @@ module Google
4546
4554
  # Represents the query input. It can contain one of: 1. A conversational query
4547
4555
  # in the form of text. 2. An intent query that specifies which intent to trigger.
4548
4556
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
4549
- # 5. DTMF digits to invoke an intent and fill in parameter value.
4557
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
4558
+ # results of a tool executed by the client.
4550
4559
  # Corresponds to the JSON property `input`
4551
4560
  # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput]
4552
4561
  attr_accessor :input
@@ -4897,7 +4906,8 @@ module Google
4897
4906
  # Represents the query input. It can contain one of: 1. A conversational query
4898
4907
  # in the form of text. 2. An intent query that specifies which intent to trigger.
4899
4908
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
4900
- # 5. DTMF digits to invoke an intent and fill in parameter value.
4909
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
4910
+ # results of a tool executed by the client.
4901
4911
  # Corresponds to the JSON property `queryInput`
4902
4912
  # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput]
4903
4913
  attr_accessor :query_input
@@ -8232,7 +8242,8 @@ module Google
8232
8242
  # Represents the query input. It can contain one of: 1. A conversational query
8233
8243
  # in the form of text. 2. An intent query that specifies which intent to trigger.
8234
8244
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
8235
- # 5. DTMF digits to invoke an intent and fill in parameter value.
8245
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
8246
+ # results of a tool executed by the client.
8236
8247
  # Corresponds to the JSON property `queryInput`
8237
8248
  # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput]
8238
8249
  attr_accessor :query_input
@@ -8417,6 +8428,11 @@ module Google
8417
8428
  # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings]
8418
8429
  attr_accessor :advanced_settings
8419
8430
 
8431
+ # The description of the page. The maximum length is 500 characters.
8432
+ # Corresponds to the JSON property `description`
8433
+ # @return [String]
8434
+ attr_accessor :description
8435
+
8420
8436
  # Required. The human-readable name of the page, unique within the flow.
8421
8437
  # Corresponds to the JSON property `displayName`
8422
8438
  # @return [String]
@@ -8498,6 +8514,7 @@ module Google
8498
8514
  # Update properties of this object
8499
8515
  def update!(**args)
8500
8516
  @advanced_settings = args[:advanced_settings] if args.key?(:advanced_settings)
8517
+ @description = args[:description] if args.key?(:description)
8501
8518
  @display_name = args[:display_name] if args.key?(:display_name)
8502
8519
  @entry_fulfillment = args[:entry_fulfillment] if args.key?(:entry_fulfillment)
8503
8520
  @event_handlers = args[:event_handlers] if args.key?(:event_handlers)
@@ -8639,7 +8656,8 @@ module Google
8639
8656
  # Represents the query input. It can contain one of: 1. A conversational query
8640
8657
  # in the form of text. 2. An intent query that specifies which intent to trigger.
8641
8658
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
8642
- # 5. DTMF digits to invoke an intent and fill in parameter value.
8659
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
8660
+ # results of a tool executed by the client.
8643
8661
  class GoogleCloudDialogflowCxV3beta1QueryInput
8644
8662
  include Google::Apis::Core::Hashable
8645
8663
 
@@ -8792,9 +8810,10 @@ module Google
8792
8810
  # @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SessionEntityType>]
8793
8811
  attr_accessor :session_entity_types
8794
8812
 
8795
- # Optional. Sets Dialogflow session life time. By default, a Dialogflow session
8796
- # remains active and its data is stored for 30 minutes after the last request is
8797
- # sent for the session. This value should be no longer than 1 day.
8813
+ # Optional. Configure lifetime of the Dialogflow session. By default, a
8814
+ # Dialogflow session remains active and its data is stored for 30 minutes after
8815
+ # the last request is sent for the session. This value should be no longer than
8816
+ # 1 day.
8798
8817
  # Corresponds to the JSON property `sessionTtl`
8799
8818
  # @return [String]
8800
8819
  attr_accessor :session_ttl
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3beta1
18
18
  # Version of the google-apis-dialogflow_v3beta1 gem
19
- GEM_VERSION = "0.74.0"
19
+ GEM_VERSION = "0.76.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231208"
25
+ REVISION = "20240102"
26
26
  end
27
27
  end
28
28
  end
@@ -3531,6 +3531,7 @@ module Google
3531
3531
  class Representation < Google::Apis::Core::JsonRepresentation
3532
3532
  property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
3533
3533
 
3534
+ property :description, as: 'description'
3534
3535
  property :display_name, as: 'displayName'
3535
3536
  property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3Fulfillment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3Fulfillment::Representation
3536
3537
 
@@ -5309,6 +5310,7 @@ module Google
5309
5310
  class Representation < Google::Apis::Core::JsonRepresentation
5310
5311
  property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
5311
5312
 
5313
+ property :description, as: 'description'
5312
5314
  property :display_name, as: 'displayName'
5313
5315
  property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment::Representation
5314
5316
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.74.0
4
+ version: 0.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-17 00:00:00.000000000 Z
11
+ date: 2024-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.74.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.76.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dialogflow API V3beta1