google-apis-dialogflow_v2beta1 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: 674228920ace182ce1fa4d22fdffb0a1c116827765a7930860b2cf67bea4d983
4
- data.tar.gz: c68ef56f06d63e183434e3600407c3af991c2b4b8a74f7b8dfdcd0793373d67a
3
+ metadata.gz: 2e971d68e658fa412a8e316c929c3f621a10f1ab169d89d9d79826711838ecf0
4
+ data.tar.gz: 2af7357c5cf56f60d17c0c2e6893e3857ae4f1004ffcb7bfcbfaab5324c14817
5
5
  SHA512:
6
- metadata.gz: 98fa621e6f12c4a6f574279d729256589cd4fe4de36f99972b42c234259b55c44917672cf5b38ed5310a4eaf90a9132e8e859ecd52b6e7c71ab3abb0e1ab3ec1
7
- data.tar.gz: 73fb588c882376671770e8ded487544fc0186bec4e87a4c8e5ed5503b8432948154380eaa879e5441d9b2ddb67872c86400b414dc42ba47a1c09d97755203220
6
+ metadata.gz: 63737d5049d7f50ec59602300e51203c1158e2c62748f797dd1b6b9cd31d84088c5324ff861d2a34e75f0e47e5466c9e8b0baebe6bd7bfdf7134b35f7d0a2140
7
+ data.tar.gz: 502fbbc0632af197f40c6ccd29fa8ad47b88c7a05cae110c19d183b6ceb423a0f74446d7ef546e8bf2be0ccd27e8cdeab35e0e4694cb4a547b7a9f00229198c3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
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 DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 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
@@ -2482,6 +2482,7 @@ module Google
2482
2482
  class GoogleCloudDialogflowCxV3ConversationTurnUserInput
2483
2483
  # @private
2484
2484
  class Representation < Google::Apis::Core::JsonRepresentation
2485
+ property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
2485
2486
  hash :injected_parameters, as: 'injectedParameters'
2486
2487
  property :input, as: 'input', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3QueryInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3QueryInput::Representation
2487
2488
 
@@ -3192,6 +3193,7 @@ module Google
3192
3193
  class GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput
3193
3194
  # @private
3194
3195
  class Representation < Google::Apis::Core::JsonRepresentation
3196
+ property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
3195
3197
  hash :injected_parameters, as: 'injectedParameters'
3196
3198
  property :input, as: 'input', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1QueryInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1QueryInput::Representation
3197
3199
 
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.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_v2beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.13.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.14.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v2beta1
57
57
  post_install_message:
58
58
  rdoc_options: []