google-apis-dialogflow_v3beta1 0.56.0 → 0.57.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dialogflow_v3beta1/classes.rb +20 -16
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9714b06a753a3bc7aa849aeab4bf0de5b26caf04bb0e3128adfd5062831d6f4
|
4
|
+
data.tar.gz: 55c6226c030617f55b2c4afb7afd1f484387e93b367fb2a8fc898f18b5191bd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ff0619382273a85914259d933e99fb261d3de4c70c07cf650510bf773e056923d68909bf327b0d9bad11e31c4756bba9ed7490d958ab6d633cde3458bc14acb
|
7
|
+
data.tar.gz: 297961e819068f38e001cd325486ba2f04aab7774a03ee38ee83207c5721fa08e480b35994f83fcc903af1ef7862f28d8db860c57608347b22228373cde5dcc6
|
data/CHANGELOG.md
CHANGED
@@ -197,7 +197,7 @@ module Google
|
|
197
197
|
# Represents the query input. It can contain one of: 1. A conversational query
|
198
198
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
199
199
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
200
|
-
#
|
200
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
201
201
|
# Corresponds to the JSON property `input`
|
202
202
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3QueryInput]
|
203
203
|
attr_accessor :input
|
@@ -1680,7 +1680,7 @@ module Google
|
|
1680
1680
|
# Represents the query input. It can contain one of: 1. A conversational query
|
1681
1681
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
1682
1682
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
1683
|
-
#
|
1683
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
1684
1684
|
class GoogleCloudDialogflowCxV3QueryInput
|
1685
1685
|
include Google::Apis::Core::Hashable
|
1686
1686
|
|
@@ -3213,7 +3213,7 @@ module Google
|
|
3213
3213
|
# @return [Array<String>]
|
3214
3214
|
attr_accessor :supported_language_codes
|
3215
3215
|
|
3216
|
-
# Settings related to speech
|
3216
|
+
# Settings related to speech synthesizing.
|
3217
3217
|
# Corresponds to the JSON property `textToSpeechSettings`
|
3218
3218
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TextToSpeechSettings]
|
3219
3219
|
attr_accessor :text_to_speech_settings
|
@@ -3654,7 +3654,7 @@ module Google
|
|
3654
3654
|
# Represents the query input. It can contain one of: 1. A conversational query
|
3655
3655
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
3656
3656
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
3657
|
-
#
|
3657
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
3658
3658
|
# Corresponds to the JSON property `input`
|
3659
3659
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput]
|
3660
3660
|
attr_accessor :input
|
@@ -3977,7 +3977,7 @@ module Google
|
|
3977
3977
|
# Represents the query input. It can contain one of: 1. A conversational query
|
3978
3978
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
3979
3979
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
3980
|
-
#
|
3980
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
3981
3981
|
# Corresponds to the JSON property `queryInput`
|
3982
3982
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput]
|
3983
3983
|
attr_accessor :query_input
|
@@ -5448,7 +5448,7 @@ module Google
|
|
5448
5448
|
include Google::Apis::Core::Hashable
|
5449
5449
|
|
5450
5450
|
# Required. The Google Cloud Storage URI for the exported objects. A URI is of
|
5451
|
-
# the form: gs://bucket/object-name-or-prefix Whether a full object name, or
|
5451
|
+
# the form: `gs://bucket/object-name-or-prefix` Whether a full object name, or
|
5452
5452
|
# just a prefix, its usage depends on the Dialogflow operation.
|
5453
5453
|
# Corresponds to the JSON property `uri`
|
5454
5454
|
# @return [String]
|
@@ -5842,7 +5842,7 @@ module Google
|
|
5842
5842
|
class GoogleCloudDialogflowCxV3beta1IntentCoverageIntent
|
5843
5843
|
include Google::Apis::Core::Hashable
|
5844
5844
|
|
5845
|
-
# Whether
|
5845
|
+
# Whether the intent is covered by at least one of the agent's test cases.
|
5846
5846
|
# Corresponds to the JSON property `covered`
|
5847
5847
|
# @return [Boolean]
|
5848
5848
|
attr_accessor :covered
|
@@ -6591,7 +6591,7 @@ module Google
|
|
6591
6591
|
# Represents the query input. It can contain one of: 1. A conversational query
|
6592
6592
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
6593
6593
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
6594
|
-
#
|
6594
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
6595
6595
|
# Corresponds to the JSON property `queryInput`
|
6596
6596
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput]
|
6597
6597
|
attr_accessor :query_input
|
@@ -6954,7 +6954,7 @@ module Google
|
|
6954
6954
|
# Represents the query input. It can contain one of: 1. A conversational query
|
6955
6955
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
6956
6956
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
6957
|
-
#
|
6957
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
6958
6958
|
class GoogleCloudDialogflowCxV3beta1QueryInput
|
6959
6959
|
include Google::Apis::Core::Hashable
|
6960
6960
|
|
@@ -8556,12 +8556,17 @@ module Google
|
|
8556
8556
|
end
|
8557
8557
|
end
|
8558
8558
|
|
8559
|
-
# Settings related to speech
|
8559
|
+
# Settings related to speech synthesizing.
|
8560
8560
|
class GoogleCloudDialogflowCxV3beta1TextToSpeechSettings
|
8561
8561
|
include Google::Apis::Core::Hashable
|
8562
8562
|
|
8563
8563
|
# Configuration of how speech should be synthesized, mapping from language (
|
8564
|
-
# https://
|
8564
|
+
# https://cloud.google.com/dialogflow/cx/docs/reference/language) to
|
8565
|
+
# SynthesizeSpeechConfig. These settings affect: - The synthesize configuration
|
8566
|
+
# used in [phone gateway](https://cloud.google.com/dialogflow/cx/docs/concept/
|
8567
|
+
# integration/phone-gateway). - You no longer need to specify OutputAudioConfig.
|
8568
|
+
# synthesize_speech_config when invoking API calls. Your agent will use the pre-
|
8569
|
+
# configured options for speech synthesizing.
|
8565
8570
|
# Corresponds to the JSON property `synthesizeSpeechConfigs`
|
8566
8571
|
# @return [Hash<String,Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig>]
|
8567
8572
|
attr_accessor :synthesize_speech_configs
|
@@ -8620,8 +8625,7 @@ module Google
|
|
8620
8625
|
class GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition
|
8621
8626
|
include Google::Apis::Core::Hashable
|
8622
8627
|
|
8623
|
-
# Whether
|
8624
|
-
# cases.
|
8628
|
+
# Whether the transition is covered by at least one of the agent's test cases.
|
8625
8629
|
# Corresponds to the JSON property `covered`
|
8626
8630
|
# @return [Boolean]
|
8627
8631
|
attr_accessor :covered
|
@@ -8895,8 +8899,8 @@ module Google
|
|
8895
8899
|
class GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition
|
8896
8900
|
include Google::Apis::Core::Hashable
|
8897
8901
|
|
8898
|
-
# Whether
|
8899
|
-
#
|
8902
|
+
# Whether the transition route is covered by at least one of the agent's test
|
8903
|
+
# cases.
|
8900
8904
|
# Corresponds to the JSON property `covered`
|
8901
8905
|
# @return [Boolean]
|
8902
8906
|
attr_accessor :covered
|
@@ -16143,7 +16147,7 @@ module Google
|
|
16143
16147
|
end
|
16144
16148
|
end
|
16145
16149
|
|
16146
|
-
# A resource that represents Google Cloud
|
16150
|
+
# A resource that represents a Google Cloud location.
|
16147
16151
|
class GoogleCloudLocationLocation
|
16148
16152
|
include Google::Apis::Core::Hashable
|
16149
16153
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3beta1
|
18
18
|
# Version of the google-apis-dialogflow_v3beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.57.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 = "
|
25
|
+
REVISION = "20230501"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v3beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.57.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-
|
11
|
+
date: 2023-05-14 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_v3beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.57.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|