google-apis-dialogflow_v2 0.73.0 → 0.74.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dialogflow_v2/classes.rb +33 -64
- data/lib/google/apis/dialogflow_v2/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: 317a0de34e71d28977d1b8d6415e8082e9bd93a6aa7945bb916f172b28ed59db
|
4
|
+
data.tar.gz: 29cb76963f59f6ec1ba64fa2f92f3a30ad26260e8fff42b968f0da00c5b1adec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 837768201d9173af9700c11d904046797c8024bca147d93f04260d9f551a1432711414d6d9ec126551f4ebe2efb833322ed85b453c12ffd1a61bf4a3cdecb647
|
7
|
+
data.tar.gz: 7f7728c59b7402caae8b0873a19da5182747aab459d165bc7796441207af30086c803f042fa98151950c5b11b5aabdb717d8bf3466aac5a453ba4a8b11e77bb8
|
data/CHANGELOG.md
CHANGED
@@ -167,13 +167,9 @@ module Google
|
|
167
167
|
# which the API starts speech detection and may inform the client that an
|
168
168
|
# utterance has been detected. Note that no-speech event is not expected in this
|
169
169
|
# phase. The client provides this configuration in terms of the durations of
|
170
|
-
# those two phases. The durations are measured in terms of the audio length
|
171
|
-
#
|
172
|
-
# without
|
173
|
-
# ------------+ | +------------+ | +---------------+ ----------+ no barge-in +-|-
|
174
|
-
# + barge-in +-|-+ normal period +----------- +-------------+ | +------------+ |
|
175
|
-
# +---------------+ No-speech event is a response with END_OF_UTTERANCE without
|
176
|
-
# any transcript following up.
|
170
|
+
# those two phases. The durations are measured in terms of the audio length from
|
171
|
+
# the the start of the input audio. No-speech event is a response with
|
172
|
+
# END_OF_UTTERANCE without any transcript following up.
|
177
173
|
class GoogleCloudDialogflowCxV3BargeInConfig
|
178
174
|
include Google::Apis::Core::Hashable
|
179
175
|
|
@@ -1567,13 +1563,9 @@ module Google
|
|
1567
1563
|
# which the API starts speech detection and may inform the client that an
|
1568
1564
|
# utterance has been detected. Note that no-speech event is not expected in this
|
1569
1565
|
# phase. The client provides this configuration in terms of the durations of
|
1570
|
-
# those two phases. The durations are measured in terms of the audio length
|
1571
|
-
#
|
1572
|
-
# without
|
1573
|
-
# ------------+ | +------------+ | +---------------+ ----------+ no barge-in +-|-
|
1574
|
-
# + barge-in +-|-+ normal period +----------- +-------------+ | +------------+ |
|
1575
|
-
# +---------------+ No-speech event is a response with END_OF_UTTERANCE without
|
1576
|
-
# any transcript following up.
|
1566
|
+
# those two phases. The durations are measured in terms of the audio length from
|
1567
|
+
# the the start of the input audio. No-speech event is a response with
|
1568
|
+
# END_OF_UTTERANCE without any transcript following up.
|
1577
1569
|
# Corresponds to the JSON property `bargeInConfig`
|
1578
1570
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3BargeInConfig]
|
1579
1571
|
attr_accessor :barge_in_config
|
@@ -1587,17 +1579,9 @@ module Google
|
|
1587
1579
|
attr_accessor :enable_word_info
|
1588
1580
|
alias_method :enable_word_info?, :enable_word_info
|
1589
1581
|
|
1590
|
-
# Optional. Which Speech model to select for the given request.
|
1591
|
-
#
|
1592
|
-
#
|
1593
|
-
# InputAudioConfig. If enhanced speech model is enabled for the agent and an
|
1594
|
-
# enhanced version of the specified model for the language does not exist, then
|
1595
|
-
# the speech is recognized using the standard version of the specified model.
|
1596
|
-
# Refer to [Cloud Speech API documentation](https://cloud.google.com/speech-to-
|
1597
|
-
# text/docs/basics#select-model) for more details. If you specify a model, the
|
1598
|
-
# following models typically have the best performance: - phone_call (best for
|
1599
|
-
# Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
|
1600
|
-
# - command_and_search (best for very short utterances and commands)
|
1582
|
+
# Optional. Which Speech model to select for the given request. For more
|
1583
|
+
# information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/
|
1584
|
+
# concept/speech-models).
|
1601
1585
|
# Corresponds to the JSON property `model`
|
1602
1586
|
# @return [String]
|
1603
1587
|
attr_accessor :model
|
@@ -3752,13 +3736,9 @@ module Google
|
|
3752
3736
|
# which the API starts speech detection and may inform the client that an
|
3753
3737
|
# utterance has been detected. Note that no-speech event is not expected in this
|
3754
3738
|
# phase. The client provides this configuration in terms of the durations of
|
3755
|
-
# those two phases. The durations are measured in terms of the audio length
|
3756
|
-
#
|
3757
|
-
# without
|
3758
|
-
# ------------+ | +------------+ | +---------------+ ----------+ no barge-in +-|-
|
3759
|
-
# + barge-in +-|-+ normal period +----------- +-------------+ | +------------+ |
|
3760
|
-
# +---------------+ No-speech event is a response with END_OF_UTTERANCE without
|
3761
|
-
# any transcript following up.
|
3739
|
+
# those two phases. The durations are measured in terms of the audio length from
|
3740
|
+
# the the start of the input audio. No-speech event is a response with
|
3741
|
+
# END_OF_UTTERANCE without any transcript following up.
|
3762
3742
|
class GoogleCloudDialogflowCxV3beta1BargeInConfig
|
3763
3743
|
include Google::Apis::Core::Hashable
|
3764
3744
|
|
@@ -5152,13 +5132,9 @@ module Google
|
|
5152
5132
|
# which the API starts speech detection and may inform the client that an
|
5153
5133
|
# utterance has been detected. Note that no-speech event is not expected in this
|
5154
5134
|
# phase. The client provides this configuration in terms of the durations of
|
5155
|
-
# those two phases. The durations are measured in terms of the audio length
|
5156
|
-
#
|
5157
|
-
# without
|
5158
|
-
# ------------+ | +------------+ | +---------------+ ----------+ no barge-in +-|-
|
5159
|
-
# + barge-in +-|-+ normal period +----------- +-------------+ | +------------+ |
|
5160
|
-
# +---------------+ No-speech event is a response with END_OF_UTTERANCE without
|
5161
|
-
# any transcript following up.
|
5135
|
+
# those two phases. The durations are measured in terms of the audio length from
|
5136
|
+
# the the start of the input audio. No-speech event is a response with
|
5137
|
+
# END_OF_UTTERANCE without any transcript following up.
|
5162
5138
|
# Corresponds to the JSON property `bargeInConfig`
|
5163
5139
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1BargeInConfig]
|
5164
5140
|
attr_accessor :barge_in_config
|
@@ -5172,17 +5148,9 @@ module Google
|
|
5172
5148
|
attr_accessor :enable_word_info
|
5173
5149
|
alias_method :enable_word_info?, :enable_word_info
|
5174
5150
|
|
5175
|
-
# Optional. Which Speech model to select for the given request.
|
5176
|
-
#
|
5177
|
-
#
|
5178
|
-
# InputAudioConfig. If enhanced speech model is enabled for the agent and an
|
5179
|
-
# enhanced version of the specified model for the language does not exist, then
|
5180
|
-
# the speech is recognized using the standard version of the specified model.
|
5181
|
-
# Refer to [Cloud Speech API documentation](https://cloud.google.com/speech-to-
|
5182
|
-
# text/docs/basics#select-model) for more details. If you specify a model, the
|
5183
|
-
# following models typically have the best performance: - phone_call (best for
|
5184
|
-
# Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
|
5185
|
-
# - command_and_search (best for very short utterances and commands)
|
5151
|
+
# Optional. Which Speech model to select for the given request. For more
|
5152
|
+
# information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/
|
5153
|
+
# concept/speech-models).
|
5186
5154
|
# Corresponds to the JSON property `model`
|
5187
5155
|
# @return [String]
|
5188
5156
|
attr_accessor :model
|
@@ -10907,17 +10875,9 @@ module Google
|
|
10907
10875
|
# @return [String]
|
10908
10876
|
attr_accessor :language_code
|
10909
10877
|
|
10910
|
-
# Which Speech model to select for the given request.
|
10911
|
-
#
|
10912
|
-
#
|
10913
|
-
# InputAudioConfig. If enhanced speech model is enabled for the agent and an
|
10914
|
-
# enhanced version of the specified model for the language does not exist, then
|
10915
|
-
# the speech is recognized using the standard version of the specified model.
|
10916
|
-
# Refer to [Cloud Speech API documentation](https://cloud.google.com/speech-to-
|
10917
|
-
# text/docs/basics#select-model) for more details. If you specify a model, the
|
10918
|
-
# following models typically have the best performance: - phone_call (best for
|
10919
|
-
# Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
|
10920
|
-
# - command_and_search (best for very short utterances and commands)
|
10878
|
+
# Optional. Which Speech model to select for the given request. For more
|
10879
|
+
# information, see [Speech models](https://cloud.google.com/dialogflow/es/docs/
|
10880
|
+
# speech-models).
|
10921
10881
|
# Corresponds to the JSON property `model`
|
10922
10882
|
# @return [String]
|
10923
10883
|
attr_accessor :model
|
@@ -14029,9 +13989,18 @@ module Google
|
|
14029
13989
|
include Google::Apis::Core::Hashable
|
14030
13990
|
|
14031
13991
|
# Which Speech model to select. Select the model best suited to your domain to
|
14032
|
-
# get best results. If a model is not explicitly specified, then
|
14033
|
-
#
|
14034
|
-
# speech
|
13992
|
+
# get best results. If a model is not explicitly specified, then Dialogflow auto-
|
13993
|
+
# selects a model based on other parameters in the SpeechToTextConfig and Agent
|
13994
|
+
# settings. If enhanced speech model is enabled for the agent and an enhanced
|
13995
|
+
# version of the specified model for the language does not exist, then the
|
13996
|
+
# speech is recognized using the standard version of the specified model. Refer
|
13997
|
+
# to [Cloud Speech API documentation](https://cloud.google.com/speech-to-text/
|
13998
|
+
# docs/basics#select-model) for more details. If you specify a model, the
|
13999
|
+
# following models typically have the best performance: - phone_call (best for
|
14000
|
+
# Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
|
14001
|
+
# - command_and_search Leave this field unspecified to use [Agent Speech
|
14002
|
+
# settings](https://cloud.google.com/dialogflow/cx/docs/concept/agent#settings-
|
14003
|
+
# speech) for model selection.
|
14035
14004
|
# Corresponds to the JSON property `model`
|
14036
14005
|
# @return [String]
|
14037
14006
|
attr_accessor :model
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.74.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 = "20231204"
|
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_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.74.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-12-
|
11
|
+
date: 2023-12-10 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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.74.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|