google-apis-dialogflow_v2beta1 0.64.0 → 0.65.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: 2d371e4d94e938778bf4e679753645ae220245f5a2f17aaa5f3c4eefe458afc2
4
- data.tar.gz: 80da83a284cc5d6a0af04279d6741e00ee136e8849dd1ea5bfedb6d4d9105409
3
+ metadata.gz: 4357d7969c70dedbdd8919df208cf038318a51fd7a5756c96b4bd45e45d065bb
4
+ data.tar.gz: b12c2762a3049c6684736284e7cabc203c77fcb2ede2e51f7c1978e73de2ebe1
5
5
  SHA512:
6
- metadata.gz: 83d96e81e0a2ef51acf77be8220b3be115777449b170e0580dc71c2107707e39a6464cf6b9fe354fec10195d2e89359a63a70f45949da9fe87d0dc6807202f5e
7
- data.tar.gz: 177314e21e03da5536a138bc04e898a6fd38dee2e7dd2de830b74ade0c009d01c561819393e6014bd22753eaa03b2cb68591e1e99125f843e108beb9b6bbdcc7
6
+ metadata.gz: ca2160c9880a7c8f20d880c6bb7b501e8446635214ee187825851a5ec2246d4a5525034b516e39de5620dd162bb16ffb1bd90ae5b5b2fb6ab409968a3bdfb180
7
+ data.tar.gz: 66e4b13af2ebe513663a698021d91a272b973884db0f8de5d00a6e4a7f060ecce35ef34c4e8f86fd7e10ecec4420e71e5e403e59b3e27910f2c71df9a8dd49f2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.65.0 (2023-08-03)
4
+
5
+ * Regenerated from discovery document revision 20230722
6
+
3
7
  ### v0.64.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230717
@@ -15353,6 +15353,13 @@ module Google
15353
15353
  # @return [Hash<String,Object>]
15354
15354
  attr_accessor :payload
15355
15355
 
15356
+ # The platform of the virtual agent response messages. If not empty, only emits
15357
+ # messages from this platform in the response. Valid values are the enum names
15358
+ # of platform.
15359
+ # Corresponds to the JSON property `platform`
15360
+ # @return [String]
15361
+ attr_accessor :platform
15362
+
15356
15363
  # Specifies whether to delete all contexts in the current session before the new
15357
15364
  # ones are activated.
15358
15365
  # Corresponds to the JSON property `resetContexts`
@@ -15409,6 +15416,7 @@ module Google
15409
15416
  @geo_location = args[:geo_location] if args.key?(:geo_location)
15410
15417
  @knowledge_base_names = args[:knowledge_base_names] if args.key?(:knowledge_base_names)
15411
15418
  @payload = args[:payload] if args.key?(:payload)
15419
+ @platform = args[:platform] if args.key?(:platform)
15412
15420
  @reset_contexts = args[:reset_contexts] if args.key?(:reset_contexts)
15413
15421
  @sentiment_analysis_request_config = args[:sentiment_analysis_request_config] if args.key?(:sentiment_analysis_request_config)
15414
15422
  @session_entity_types = args[:session_entity_types] if args.key?(:session_entity_types)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.64.0"
19
+ GEM_VERSION = "0.65.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 = "20230717"
25
+ REVISION = "20230722"
26
26
  end
27
27
  end
28
28
  end
@@ -7067,6 +7067,7 @@ module Google
7067
7067
 
7068
7068
  collection :knowledge_base_names, as: 'knowledgeBaseNames'
7069
7069
  hash :payload, as: 'payload'
7070
+ property :platform, as: 'platform'
7070
7071
  property :reset_contexts, as: 'resetContexts'
7071
7072
  property :sentiment_analysis_request_config, as: 'sentimentAnalysisRequestConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig::Representation
7072
7073
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.64.0
4
+ version: 0.65.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-07-23 00:00:00.000000000 Z
11
+ date: 2023-08-06 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_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.64.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.65.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []