google-apis-dialogflow_v3 0.54.0 → 0.56.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: f885d8eccb8f1323490288f64937a9a8f5c279cf8ef6604a4e0452734cc76e34
4
- data.tar.gz: b4a1c1c9cb5fa2bda09f0821a7c7f1ab9accff27ad5bfd12c0241785d6115425
3
+ metadata.gz: 7fa3ab5fa0d3572b48bb7e3e470d77eaa537abcb177732ed288d2273264ae15f
4
+ data.tar.gz: 818706f05be153ba13544cadf843c8c72c3b293ffcd62a9c53cea9306809b19c
5
5
  SHA512:
6
- metadata.gz: ca939cadb1302db1aa66e593f95fcf24c0057db4cf00cb0cc7f9faad0564b0eef14456b69221bb867956a5512fe62d3ff0e7e466f582a1fe06f5e0d45784602f
7
- data.tar.gz: 36f21ff5f60d7242c601069ec31d607370bbfa15f5a511a02bdd213448634a2ab73819345f8d3f70337d73e23d29d626f1834cd4dc3cffe7b958dd93d6e2188c
6
+ metadata.gz: bb2fb2e05ef14f67ea6c9704060c60fb59e561df9724bb01c012e2a57b59a181413847127e5845c1f401b25fcc4ada2ffa5aec84afd944a2ad8edc7cab1be3df
7
+ data.tar.gz: 5ecace3db19599358829da64afaeeaaa0d310015ef0f3a62f29544d3504ab1295b566735c229eed96250e7da8b451ad854ca5be60d515570c7baa29419ad5934
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.56.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230418
6
+
7
+ ### v0.55.0 (2023-04-02)
8
+
9
+ * Regenerated from discovery document revision 20230331
10
+
3
11
  ### v0.54.0 (2023-03-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230316
@@ -1739,8 +1739,8 @@ module Google
1739
1739
  # @return [String]
1740
1740
  attr_accessor :agent_content
1741
1741
 
1742
- # The URI to a file containing the exported agent. This field is populated only
1743
- # if `agent_uri` is specified in ExportAgentRequest.
1742
+ # The URI to a file containing the exported agent. This field is populated if `
1743
+ # agent_uri` is specified in ExportAgentRequest.
1744
1744
  # Corresponds to the JSON property `agentUri`
1745
1745
  # @return [String]
1746
1746
  attr_accessor :agent_uri
@@ -6340,6 +6340,11 @@ module Google
6340
6340
  # @return [String]
6341
6341
  attr_accessor :detect_intent_response_id
6342
6342
 
6343
+ # If DTMF was provided as input, this field will contain the DTMF digits.
6344
+ # Corresponds to the JSON property `dtmfDigits`
6345
+ # @return [String]
6346
+ attr_accessor :dtmf_digits
6347
+
6343
6348
  # Represents fulfillment information communicated to the webhook.
6344
6349
  # Corresponds to the JSON property `fulfillmentInfo`
6345
6350
  # @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo]
@@ -6412,6 +6417,7 @@ module Google
6412
6417
  # Update properties of this object
6413
6418
  def update!(**args)
6414
6419
  @detect_intent_response_id = args[:detect_intent_response_id] if args.key?(:detect_intent_response_id)
6420
+ @dtmf_digits = args[:dtmf_digits] if args.key?(:dtmf_digits)
6415
6421
  @fulfillment_info = args[:fulfillment_info] if args.key?(:fulfillment_info)
6416
6422
  @intent_info = args[:intent_info] if args.key?(:intent_info)
6417
6423
  @language_code = args[:language_code] if args.key?(:language_code)
@@ -7285,8 +7291,8 @@ module Google
7285
7291
  # @return [String]
7286
7292
  attr_accessor :agent_content
7287
7293
 
7288
- # The URI to a file containing the exported agent. This field is populated only
7289
- # if `agent_uri` is specified in ExportAgentRequest.
7294
+ # The URI to a file containing the exported agent. This field is populated if `
7295
+ # agent_uri` is specified in ExportAgentRequest.
7290
7296
  # Corresponds to the JSON property `agentUri`
7291
7297
  # @return [String]
7292
7298
  attr_accessor :agent_uri
@@ -9368,6 +9374,11 @@ module Google
9368
9374
  # @return [String]
9369
9375
  attr_accessor :detect_intent_response_id
9370
9376
 
9377
+ # If DTMF was provided as input, this field will contain the DTMF digits.
9378
+ # Corresponds to the JSON property `dtmfDigits`
9379
+ # @return [String]
9380
+ attr_accessor :dtmf_digits
9381
+
9371
9382
  # Represents fulfillment information communicated to the webhook.
9372
9383
  # Corresponds to the JSON property `fulfillmentInfo`
9373
9384
  # @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo]
@@ -9440,6 +9451,7 @@ module Google
9440
9451
  # Update properties of this object
9441
9452
  def update!(**args)
9442
9453
  @detect_intent_response_id = args[:detect_intent_response_id] if args.key?(:detect_intent_response_id)
9454
+ @dtmf_digits = args[:dtmf_digits] if args.key?(:dtmf_digits)
9443
9455
  @fulfillment_info = args[:fulfillment_info] if args.key?(:fulfillment_info)
9444
9456
  @intent_info = args[:intent_info] if args.key?(:intent_info)
9445
9457
  @language_code = args[:language_code] if args.key?(:language_code)
@@ -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.54.0"
19
+ GEM_VERSION = "0.56.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 = "20230316"
25
+ REVISION = "20230418"
26
26
  end
27
27
  end
28
28
  end
@@ -4375,6 +4375,7 @@ module Google
4375
4375
  # @private
4376
4376
  class Representation < Google::Apis::Core::JsonRepresentation
4377
4377
  property :detect_intent_response_id, as: 'detectIntentResponseId'
4378
+ property :dtmf_digits, as: 'dtmfDigits'
4378
4379
  property :fulfillment_info, as: 'fulfillmentInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo::Representation
4379
4380
 
4380
4381
  property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo::Representation
@@ -5212,6 +5213,7 @@ module Google
5212
5213
  # @private
5213
5214
  class Representation < Google::Apis::Core::JsonRepresentation
5214
5215
  property :detect_intent_response_id, as: 'detectIntentResponseId'
5216
+ property :dtmf_digits, as: 'dtmfDigits'
5215
5217
  property :fulfillment_info, as: 'fulfillmentInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo::Representation
5216
5218
 
5217
5219
  property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::Representation
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.54.0
4
+ version: 0.56.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-03-26 00:00:00.000000000 Z
11
+ date: 2023-04-23 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.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.56.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: []