google-apis-dialogflow_v3 0.75.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: 1a66467322c7254301a15f81436b9e2e60b73891f71f47fb741232351e4a1d66
4
- data.tar.gz: 1b4625141d4ea8e734027552548de6091f5b0e54afeb56a5a1ddc4872e66d7f5
3
+ metadata.gz: 367778121598c9dc664892cf5dfe990ddb3de334ff1f4ba06cbcadcda197669b
4
+ data.tar.gz: 29bb1871b30816686ccdb2dad2be17f042183197127b8c899b08eb1218d3764a
5
5
  SHA512:
6
- metadata.gz: 683678bcd79785bfe6f9f2856bd6bfe4ba59443c2825f57ef041671cdbd2304d69a9ecc65766de897d7cb874451e322c341ce79f95dbf6932c0423835cd08afc
7
- data.tar.gz: dcf10630c38dbec8c1607db66f710dbaca049dfc01a7f32763d5e91490fe4db5051d4a27136408163c287b6f2abc7015f7d7fc3b86ec06110c850724b2c01f58
6
+ metadata.gz: e61b6f5da330c35ffe5b22981342a0d82d932b1f9c16afb931328a1ed852b63365e16c2662d7b15b31eba1824c0f33ab799dac76db9e03b93fff37ef9c7e1003
7
+ data.tar.gz: 7af676fa1b829d681d96b99e4ebaa4fdc89f63b4d6240eb50c30ffdcd0a4135438b0fd9fe00fb859e93e75108f083fabd98eafa0d9781ee40895fabf268a050b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.76.0 (2024-01-07)
4
+
5
+ * Regenerated from discovery document revision 20240102
6
+
3
7
  ### v0.75.0 (2023-12-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20231215
@@ -977,7 +977,8 @@ module Google
977
977
  # Represents the query input. It can contain one of: 1. A conversational query
978
978
  # in the form of text. 2. An intent query that specifies which intent to trigger.
979
979
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
980
- # 5. DTMF digits to invoke an intent and fill in parameter value.
980
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
981
+ # results of a tool executed by the client.
981
982
  # Corresponds to the JSON property `input`
982
983
  # @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3QueryInput]
983
984
  attr_accessor :input
@@ -1328,7 +1329,8 @@ module Google
1328
1329
  # Represents the query input. It can contain one of: 1. A conversational query
1329
1330
  # in the form of text. 2. An intent query that specifies which intent to trigger.
1330
1331
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
1331
- # 5. DTMF digits to invoke an intent and fill in parameter value.
1332
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
1333
+ # results of a tool executed by the client.
1332
1334
  # Corresponds to the JSON property `queryInput`
1333
1335
  # @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3QueryInput]
1334
1336
  attr_accessor :query_input
@@ -4662,7 +4664,8 @@ module Google
4662
4664
  # Represents the query input. It can contain one of: 1. A conversational query
4663
4665
  # in the form of text. 2. An intent query that specifies which intent to trigger.
4664
4666
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
4665
- # 5. DTMF digits to invoke an intent and fill in parameter value.
4667
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
4668
+ # results of a tool executed by the client.
4666
4669
  # Corresponds to the JSON property `queryInput`
4667
4670
  # @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3QueryInput]
4668
4671
  attr_accessor :query_input
@@ -4847,6 +4850,11 @@ module Google
4847
4850
  # @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings]
4848
4851
  attr_accessor :advanced_settings
4849
4852
 
4853
+ # The description of the page. The maximum length is 500 characters.
4854
+ # Corresponds to the JSON property `description`
4855
+ # @return [String]
4856
+ attr_accessor :description
4857
+
4850
4858
  # Required. The human-readable name of the page, unique within the flow.
4851
4859
  # Corresponds to the JSON property `displayName`
4852
4860
  # @return [String]
@@ -4928,6 +4936,7 @@ module Google
4928
4936
  # Update properties of this object
4929
4937
  def update!(**args)
4930
4938
  @advanced_settings = args[:advanced_settings] if args.key?(:advanced_settings)
4939
+ @description = args[:description] if args.key?(:description)
4931
4940
  @display_name = args[:display_name] if args.key?(:display_name)
4932
4941
  @entry_fulfillment = args[:entry_fulfillment] if args.key?(:entry_fulfillment)
4933
4942
  @event_handlers = args[:event_handlers] if args.key?(:event_handlers)
@@ -5069,7 +5078,8 @@ module Google
5069
5078
  # Represents the query input. It can contain one of: 1. A conversational query
5070
5079
  # in the form of text. 2. An intent query that specifies which intent to trigger.
5071
5080
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
5072
- # 5. DTMF digits to invoke an intent and fill in parameter value.
5081
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
5082
+ # results of a tool executed by the client.
5073
5083
  class GoogleCloudDialogflowCxV3QueryInput
5074
5084
  include Google::Apis::Core::Hashable
5075
5085
 
@@ -8382,7 +8392,8 @@ module Google
8382
8392
  # Represents the query input. It can contain one of: 1. A conversational query
8383
8393
  # in the form of text. 2. An intent query that specifies which intent to trigger.
8384
8394
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
8385
- # 5. DTMF digits to invoke an intent and fill in parameter value.
8395
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
8396
+ # results of a tool executed by the client.
8386
8397
  # Corresponds to the JSON property `input`
8387
8398
  # @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1QueryInput]
8388
8399
  attr_accessor :input
@@ -9977,6 +9988,11 @@ module Google
9977
9988
  # @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1AdvancedSettings]
9978
9989
  attr_accessor :advanced_settings
9979
9990
 
9991
+ # The description of the page. The maximum length is 500 characters.
9992
+ # Corresponds to the JSON property `description`
9993
+ # @return [String]
9994
+ attr_accessor :description
9995
+
9980
9996
  # Required. The human-readable name of the page, unique within the flow.
9981
9997
  # Corresponds to the JSON property `displayName`
9982
9998
  # @return [String]
@@ -10058,6 +10074,7 @@ module Google
10058
10074
  # Update properties of this object
10059
10075
  def update!(**args)
10060
10076
  @advanced_settings = args[:advanced_settings] if args.key?(:advanced_settings)
10077
+ @description = args[:description] if args.key?(:description)
10061
10078
  @display_name = args[:display_name] if args.key?(:display_name)
10062
10079
  @entry_fulfillment = args[:entry_fulfillment] if args.key?(:entry_fulfillment)
10063
10080
  @event_handlers = args[:event_handlers] if args.key?(:event_handlers)
@@ -10180,7 +10197,8 @@ module Google
10180
10197
  # Represents the query input. It can contain one of: 1. A conversational query
10181
10198
  # in the form of text. 2. An intent query that specifies which intent to trigger.
10182
10199
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
10183
- # 5. DTMF digits to invoke an intent and fill in parameter value.
10200
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
10201
+ # results of a tool executed by the client.
10184
10202
  class GoogleCloudDialogflowCxV3beta1QueryInput
10185
10203
  include Google::Apis::Core::Hashable
10186
10204
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3
18
18
  # Version of the google-apis-dialogflow_v3 gem
19
- GEM_VERSION = "0.75.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 = "20231215"
25
+ REVISION = "20240102"
26
26
  end
27
27
  end
28
28
  end
@@ -4333,6 +4333,7 @@ module Google
4333
4333
  class Representation < Google::Apis::Core::JsonRepresentation
4334
4334
  property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
4335
4335
 
4336
+ property :description, as: 'description'
4336
4337
  property :display_name, as: 'displayName'
4337
4338
  property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Fulfillment, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Fulfillment::Representation
4338
4339
 
@@ -5720,6 +5721,7 @@ module Google
5720
5721
  class Representation < Google::Apis::Core::JsonRepresentation
5721
5722
  property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
5722
5723
 
5724
+ property :description, as: 'description'
5723
5725
  property :display_name, as: 'displayName'
5724
5726
  property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1Fulfillment, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1Fulfillment::Representation
5725
5727
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.75.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-24 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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.75.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.76.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
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 V3