google-apis-dialogflow_v2beta1 0.44.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: 682c23e3adca2de560e4043d35f0b549a5f9a82d8655ec6cb86883699a288e8a
4
- data.tar.gz: 07f597bd8f94a2aed78788dd72505cbdccbcd7a7b2786bc97b952b62fa2cdf28
3
+ metadata.gz: 35f74155e47cd43db36873b2c21250fcc91550712db61d6db5392c9c24fa5f3f
4
+ data.tar.gz: 9b4fb767f45dd9c3acc0fc2d4906ff561e320383091348e9a5124097ffb2f34b
5
5
  SHA512:
6
- metadata.gz: c9a7144ee60499d53d067074c11e6022f70345c0883cc5057f1e35d62012a9c979415b9e2b48ae45f8677eb03a5daaeee9d89488aca12ef74c90262bce235df4
7
- data.tar.gz: 5f3efb0a1abe900ed47f18f8a1477b65793df63b0a5d8417be6235217658c797155b80512b9f8b01aae2c2e9ed0605ec047eec820d5841393953f8a2a7236e39
6
+ metadata.gz: 2ecc189a24ca16e665c1f827b18cc4f9b812008f9afca51fa569705b40cfb7c898a1d572f05822d78943252cbc59949924cabef1f326d186d1fcb51bbd737a1a
7
+ data.tar.gz: 800935107d71745731af3618d58460a28f13397a7bc2d6ae987a2ad997ff2388eaf29c071566411ee1057687c7b5f925be2f6d42f55f47da1974d8f2c11d2db8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.45.0 (2022-10-27)
8
+
9
+ * Regenerated from discovery document revision 20221017
10
+ * Regenerated using generator version 0.11.0
11
+
3
12
  ### v0.44.0 (2022-09-23)
4
13
 
5
14
  * Regenerated using generator version 0.10.0
@@ -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
@@ -15434,6 +15449,14 @@ module Google
15434
15449
  class GoogleCloudDialogflowV2beta1SpeechToTextConfig
15435
15450
  include Google::Apis::Core::Hashable
15436
15451
 
15452
+ # Which Speech model to select. Select the model best suited to your domain to
15453
+ # get best results. If a model is not explicitly specified, then a default model
15454
+ # is used. Refer to [Cloud Speech API documentation](https://cloud.google.com/
15455
+ # speech-to-text/docs/basics#select-model) for more details.
15456
+ # Corresponds to the JSON property `model`
15457
+ # @return [String]
15458
+ attr_accessor :model
15459
+
15437
15460
  # The speech model used in speech to text. `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `
15438
15461
  # USE_BEST_AVAILABLE` will be treated as `USE_ENHANCED`. It can be overridden in
15439
15462
  # AnalyzeContentRequest and StreamingAnalyzeContentRequest request. If enhanced
@@ -15449,6 +15472,7 @@ module Google
15449
15472
 
15450
15473
  # Update properties of this object
15451
15474
  def update!(**args)
15475
+ @model = args[:model] if args.key?(:model)
15452
15476
  @speech_model_variant = args[:speech_model_variant] if args.key?(:speech_model_variant)
15453
15477
  end
15454
15478
  end
@@ -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.44.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220901"
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
 
@@ -7007,6 +7008,7 @@ module Google
7007
7008
  class GoogleCloudDialogflowV2beta1SpeechToTextConfig
7008
7009
  # @private
7009
7010
  class Representation < Google::Apis::Core::JsonRepresentation
7011
+ property :model, as: 'model'
7010
7012
  property :speech_model_variant, as: 'speechModelVariant'
7011
7013
  end
7012
7014
  end
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.44.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-09-26 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.44.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: []