google-apis-dialogflow_v2 0.13.0 → 0.14.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: 10a0f41bc363c3205d608b9146e40dffc7f71def5bbe623245be0c5f7bb97b36
4
- data.tar.gz: 430b992d80ff6037ad87d5ce4e3e387e22b03251cc4f981d9f1158f7e0d013d9
3
+ metadata.gz: f72c540069b21f55b4917b4f9f53861de23cf47471a9e796b522209e33147fa6
4
+ data.tar.gz: 1ffc6b316d6943acb3685c6c6ce6b4ea990f699df787c8321650108f01a34054
5
5
  SHA512:
6
- metadata.gz: f0d8aa1f30a62d2fe3b5bdcf4f59f65f84654775c2fb92ef5f50ce2a525da18e398b3ea047ae20030ce93a90de2eae7641c318d1ff82baeb9f98180a36cb8616
7
- data.tar.gz: 54c32e4a984f99c4a3d37436b0a319399b1f48756febd68522a7bfc4a28bf6a9c867a814f5f696d5e6b8f094d86a158b7063d80a86b086b63e408b49bba9aea4
6
+ metadata.gz: 7ac52f5149a2954e5ded0e0642d8dd03f6646c17306be40f798b770bceece937ef638354bfc16691789ff44db6e3e03c7648db1a28dddeee911106d8f783e8f3
7
+ data.tar.gz: bd059b6f6cb60edc93a15ecb59133ec7363eb612d6a7b7ec704b290088940f3e91093df12d8da4801b7d435df1efe30bfe075e758b3e2d319736b8f751e7b4a5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.14.0 (2021-06-03)
4
+
5
+ * Regenerated from discovery document revision 20210601
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.13.0 (2021-05-26)
4
9
 
5
10
  * Regenerated from discovery document revision 20210524
@@ -161,6 +161,12 @@ module Google
161
161
  class GoogleCloudDialogflowCxV3ConversationTurnUserInput
162
162
  include Google::Apis::Core::Hashable
163
163
 
164
+ # Whether sentiment analysis is enabled.
165
+ # Corresponds to the JSON property `enableSentimentAnalysis`
166
+ # @return [Boolean]
167
+ attr_accessor :enable_sentiment_analysis
168
+ alias_method :enable_sentiment_analysis?, :enable_sentiment_analysis
169
+
164
170
  # Parameters that need to be injected into the conversation during intent
165
171
  # detection.
166
172
  # Corresponds to the JSON property `injectedParameters`
@@ -188,6 +194,7 @@ module Google
188
194
 
189
195
  # Update properties of this object
190
196
  def update!(**args)
197
+ @enable_sentiment_analysis = args[:enable_sentiment_analysis] if args.key?(:enable_sentiment_analysis)
191
198
  @injected_parameters = args[:injected_parameters] if args.key?(:injected_parameters)
192
199
  @input = args[:input] if args.key?(:input)
193
200
  @is_webhook_enabled = args[:is_webhook_enabled] if args.key?(:is_webhook_enabled)
@@ -2679,6 +2686,12 @@ module Google
2679
2686
  class GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput
2680
2687
  include Google::Apis::Core::Hashable
2681
2688
 
2689
+ # Whether sentiment analysis is enabled.
2690
+ # Corresponds to the JSON property `enableSentimentAnalysis`
2691
+ # @return [Boolean]
2692
+ attr_accessor :enable_sentiment_analysis
2693
+ alias_method :enable_sentiment_analysis?, :enable_sentiment_analysis
2694
+
2682
2695
  # Parameters that need to be injected into the conversation during intent
2683
2696
  # detection.
2684
2697
  # Corresponds to the JSON property `injectedParameters`
@@ -2706,6 +2719,7 @@ module Google
2706
2719
 
2707
2720
  # Update properties of this object
2708
2721
  def update!(**args)
2722
+ @enable_sentiment_analysis = args[:enable_sentiment_analysis] if args.key?(:enable_sentiment_analysis)
2709
2723
  @injected_parameters = args[:injected_parameters] if args.key?(:injected_parameters)
2710
2724
  @input = args[:input] if args.key?(:input)
2711
2725
  @is_webhook_enabled = args[:is_webhook_enabled] if args.key?(:is_webhook_enabled)
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210524"
25
+ REVISION = "20210601"
26
26
  end
27
27
  end
28
28
  end
@@ -2356,6 +2356,7 @@ module Google
2356
2356
  class GoogleCloudDialogflowCxV3ConversationTurnUserInput
2357
2357
  # @private
2358
2358
  class Representation < Google::Apis::Core::JsonRepresentation
2359
+ property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
2359
2360
  hash :injected_parameters, as: 'injectedParameters'
2360
2361
  property :input, as: 'input', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3QueryInput, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3QueryInput::Representation
2361
2362
 
@@ -3066,6 +3067,7 @@ module Google
3066
3067
  class GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput
3067
3068
  # @private
3068
3069
  class Representation < Google::Apis::Core::JsonRepresentation
3070
+ property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
3069
3071
  hash :injected_parameters, as: 'injectedParameters'
3070
3072
  property :input, as: 'input', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1QueryInput, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1QueryInput::Representation
3071
3073
 
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.13.0
4
+ version: 0.14.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: 2021-05-31 00:00:00.000000000 Z
11
+ date: 2021-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.13.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.14.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v2
57
57
  post_install_message:
58
58
  rdoc_options: []