google-apis-dialogflow_v2 0.65.0 → 0.66.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: eba9ecceacdb3503a5788b9b4f4fe443c77f765069bd7073ab60f216ccb05a2e
4
- data.tar.gz: 54351d54bf2048cc8d6e6d36feb27dc0e38fc09dfca3649dae10132175bd4953
3
+ metadata.gz: 24f9bc0d5ed26843d620669e2081f1f58c97f189abf7cad243e0e3de33fab135
4
+ data.tar.gz: 81e07f20e429a933b322adf3568c498167b53cd8e675316f3e2b4901436344a9
5
5
  SHA512:
6
- metadata.gz: f0a8700cb11be05f6560c4eada55c6521db19d3efcf2cbe8a607a6bdcedc9c5e0efd91b8fa4cd46a085a56bdedc9efc23c1271e0d981cab1e759e2ffec21ec06
7
- data.tar.gz: 159a65741c2fc58ed2586ddd4b4c536035cba8cd05f003191ca3230dd913f27133364cd14aecbe0135e234ea2d9ab1b9c30fcdf5c0d216fb8053ba9cd278f2c1
6
+ metadata.gz: c222affc63f7c895552cef1fc7e6cb9da81592f60ec7cf62172bc3354640ea8e2dbecfbbf7c23cfc7f957b3f2684f35986997b5ffd8cb31c2a51cb6021c0357a
7
+ data.tar.gz: 816b9aadf30ffb6348fca8eee5830b2278e5e727496dfe2dc4d70dc5c1cf150f6ee35f52b6bdb040a579756fca494243dcd87332595eb068e9cf9149c9eb4b23
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.66.0 (2023-08-03)
4
+
5
+ * Regenerated from discovery document revision 20230722
6
+
3
7
  ### v0.65.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230717
@@ -12042,6 +12042,13 @@ module Google
12042
12042
  # @return [Hash<String,Object>]
12043
12043
  attr_accessor :payload
12044
12044
 
12045
+ # The platform of the virtual agent response messages. If not empty, only emits
12046
+ # messages from this platform in the response. Valid values are the enum names
12047
+ # of platform.
12048
+ # Corresponds to the JSON property `platform`
12049
+ # @return [String]
12050
+ attr_accessor :platform
12051
+
12045
12052
  # Specifies whether to delete all contexts in the current session before the new
12046
12053
  # ones are activated.
12047
12054
  # Corresponds to the JSON property `resetContexts`
@@ -12089,6 +12096,7 @@ module Google
12089
12096
  @contexts = args[:contexts] if args.key?(:contexts)
12090
12097
  @geo_location = args[:geo_location] if args.key?(:geo_location)
12091
12098
  @payload = args[:payload] if args.key?(:payload)
12099
+ @platform = args[:platform] if args.key?(:platform)
12092
12100
  @reset_contexts = args[:reset_contexts] if args.key?(:reset_contexts)
12093
12101
  @sentiment_analysis_request_config = args[:sentiment_analysis_request_config] if args.key?(:sentiment_analysis_request_config)
12094
12102
  @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 DialogflowV2
18
18
  # Version of the google-apis-dialogflow_v2 gem
19
- GEM_VERSION = "0.65.0"
19
+ GEM_VERSION = "0.66.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
@@ -6151,6 +6151,7 @@ module Google
6151
6151
  property :geo_location, as: 'geoLocation', class: Google::Apis::DialogflowV2::GoogleTypeLatLng, decorator: Google::Apis::DialogflowV2::GoogleTypeLatLng::Representation
6152
6152
 
6153
6153
  hash :payload, as: 'payload'
6154
+ property :platform, as: 'platform'
6154
6155
  property :reset_contexts, as: 'resetContexts'
6155
6156
  property :sentiment_analysis_request_config, as: 'sentimentAnalysisRequestConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SentimentAnalysisRequestConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SentimentAnalysisRequestConfig::Representation
6156
6157
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.65.0
4
+ version: 0.66.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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.65.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.66.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
63
63
  post_install_message:
64
64
  rdoc_options: []