google-apis-dialogflow_v2beta1 0.45.0 → 0.46.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: dc1ca6a1edafc896c60272418b815c1abf039e799b55e18b929079d61d9a5948
4
- data.tar.gz: f424d450501a39343820a997713a630c5c192a62acaeb3867204c66c28aa769f
3
+ metadata.gz: 35f74155e47cd43db36873b2c21250fcc91550712db61d6db5392c9c24fa5f3f
4
+ data.tar.gz: 9b4fb767f45dd9c3acc0fc2d4906ff561e320383091348e9a5124097ffb2f34b
5
5
  SHA512:
6
- metadata.gz: 4c4507c7be2b2ddf90a40c8cbed93f1f339d289eed5fd4aead07aff5c1440840f77636982869da8827fc04b5b70b5d2ecc9fb47fa9ed3c5dc035672d73235152
7
- data.tar.gz: f4f9a718d066ab899925ef26ddfa29be00a7bb283f0ce0ea000f149413b98d8f8410ad530ce9187d459aa50262d1496a8c727ac9c8939c92c17a8915f508acc8
6
+ metadata.gz: 2ecc189a24ca16e665c1f827b18cc4f9b812008f9afca51fa569705b40cfb7c898a1d572f05822d78943252cbc59949924cabef1f326d186d1fcb51bbd737a1a
7
+ data.tar.gz: 800935107d71745731af3618d58460a28f13397a7bc2d6ae987a2ad997ff2388eaf29c071566411ee1057687c7b5f925be2f6d42f55f47da1974d8f2c11d2db8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.46.0 (2022-11-18)
4
+
5
+ * Regenerated from discovery document revision 20221115
6
+
3
7
  ### v0.45.0 (2022-10-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20221017
@@ -8380,7 +8380,9 @@ module Google
8380
8380
  end
8381
8381
 
8382
8382
  # The sentiment, such as positive/negative feeling or association, for a unit of
8383
- # analysis, such as the query text.
8383
+ # analysis, such as the query text. See: https://cloud.google.com/natural-
8384
+ # language/docs/basics#interpreting_sentiment_analysis_values for how to
8385
+ # interpret the result.
8384
8386
  class GoogleCloudDialogflowV2Sentiment
8385
8387
  include Google::Apis::Core::Hashable
8386
8388
 
@@ -8418,7 +8420,9 @@ module Google
8418
8420
  include Google::Apis::Core::Hashable
8419
8421
 
8420
8422
  # The sentiment, such as positive/negative feeling or association, for a unit of
8421
- # analysis, such as the query text.
8423
+ # analysis, such as the query text. See: https://cloud.google.com/natural-
8424
+ # language/docs/basics#interpreting_sentiment_analysis_values for how to
8425
+ # interpret the result.
8422
8426
  # Corresponds to the JSON property `queryTextSentiment`
8423
8427
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2Sentiment]
8424
8428
  attr_accessor :query_text_sentiment
@@ -9524,6 +9528,12 @@ module Google
9524
9528
  # @return [String]
9525
9529
  attr_accessor :automated_agent_reply_type
9526
9530
 
9531
+ # The unique identifier of the current Dialogflow CX conversation page. Format: `
9532
+ # projects//locations//agents//flows//pages/`.
9533
+ # Corresponds to the JSON property `cxCurrentPage`
9534
+ # @return [String]
9535
+ attr_accessor :cx_current_page
9536
+
9527
9537
  # The collection of current Dialogflow CX agent session parameters at the time
9528
9538
  # of this response. Deprecated: Use `parameters` instead.
9529
9539
  # Corresponds to the JSON property `cxSessionParameters`
@@ -9574,6 +9584,7 @@ module Google
9574
9584
  def update!(**args)
9575
9585
  @allow_cancellation = args[:allow_cancellation] if args.key?(:allow_cancellation)
9576
9586
  @automated_agent_reply_type = args[:automated_agent_reply_type] if args.key?(:automated_agent_reply_type)
9587
+ @cx_current_page = args[:cx_current_page] if args.key?(:cx_current_page)
9577
9588
  @cx_session_parameters = args[:cx_session_parameters] if args.key?(:cx_session_parameters)
9578
9589
  @detect_intent_response = args[:detect_intent_response] if args.key?(:detect_intent_response)
9579
9590
  @event = args[:event] if args.key?(:event)
@@ -15175,7 +15186,9 @@ module Google
15175
15186
  end
15176
15187
 
15177
15188
  # The sentiment, such as positive/negative feeling or association, for a unit of
15178
- # analysis, such as the query text.
15189
+ # analysis, such as the query text. See: https://cloud.google.com/natural-
15190
+ # language/docs/basics#interpreting_sentiment_analysis_values for how to
15191
+ # interpret the result.
15179
15192
  class GoogleCloudDialogflowV2beta1Sentiment
15180
15193
  include Google::Apis::Core::Hashable
15181
15194
 
@@ -15234,7 +15247,9 @@ module Google
15234
15247
  include Google::Apis::Core::Hashable
15235
15248
 
15236
15249
  # The sentiment, such as positive/negative feeling or association, for a unit of
15237
- # analysis, such as the query text.
15250
+ # analysis, such as the query text. See: https://cloud.google.com/natural-
15251
+ # language/docs/basics#interpreting_sentiment_analysis_values for how to
15252
+ # interpret the result.
15238
15253
  # Corresponds to the JSON property `queryTextSentiment`
15239
15254
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Sentiment]
15240
15255
  attr_accessor :query_text_sentiment
@@ -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.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221017"
25
+ REVISION = "20221115"
26
26
  end
27
27
  end
28
28
  end
@@ -5378,6 +5378,7 @@ module Google
5378
5378
  class Representation < Google::Apis::Core::JsonRepresentation
5379
5379
  property :allow_cancellation, as: 'allowCancellation'
5380
5380
  property :automated_agent_reply_type, as: 'automatedAgentReplyType'
5381
+ property :cx_current_page, as: 'cxCurrentPage'
5381
5382
  hash :cx_session_parameters, as: 'cxSessionParameters'
5382
5383
  property :detect_intent_response, as: 'detectIntentResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DetectIntentResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DetectIntentResponse::Representation
5383
5384
 
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.45.0
4
+ version: 0.46.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2022-12-12 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.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.46.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: []