google-apis-dialogflow_v2beta1 0.130.0 → 0.131.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 17c9666b40a15b81414b3ec21eec4ee074a68b3f4532f2f39fdd534ee4ea6d38
|
|
4
|
+
data.tar.gz: af917505d4324f1586d6e3e5d475e278192cf2602c70fe8ecbde0d1af459754d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88809fbfcf1c43ba072842061fb0c7961c5848872012dbe574cb8b501f9dc9ffe57a3955d0e38b564cd28223d16766240e4a8ebff0083f07431d4ae58d9b0eb4
|
|
7
|
+
data.tar.gz: ace6b01b1836ef72248d43e1b168f0676429b8c1800317d9175ecd75f530faa3dc261d260551b6eae59b79b20c52aefe36a53e0808dddef1a90ef002497e19d4
|
data/CHANGELOG.md
CHANGED
|
@@ -15537,6 +15537,11 @@ module Google
|
|
|
15537
15537
|
attr_accessor :enable_word_info
|
|
15538
15538
|
alias_method :enable_word_info?, :enable_word_info
|
|
15539
15539
|
|
|
15540
|
+
#
|
|
15541
|
+
# Corresponds to the JSON property `geminiAsrConfig`
|
|
15542
|
+
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechToTextConfigGeminiAsrConfig]
|
|
15543
|
+
attr_accessor :gemini_asr_config
|
|
15544
|
+
|
|
15540
15545
|
#
|
|
15541
15546
|
# Corresponds to the JSON property `languageCode`
|
|
15542
15547
|
# @return [String]
|
|
@@ -15584,6 +15589,12 @@ module Google
|
|
|
15584
15589
|
# @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechContext>]
|
|
15585
15590
|
attr_accessor :speech_contexts
|
|
15586
15591
|
|
|
15592
|
+
#
|
|
15593
|
+
# Corresponds to the JSON property `useGeminiAsr`
|
|
15594
|
+
# @return [Boolean]
|
|
15595
|
+
attr_accessor :use_gemini_asr
|
|
15596
|
+
alias_method :use_gemini_asr?, :use_gemini_asr
|
|
15597
|
+
|
|
15587
15598
|
def initialize(**args)
|
|
15588
15599
|
update!(**args)
|
|
15589
15600
|
end
|
|
@@ -15597,6 +15608,7 @@ module Google
|
|
|
15597
15608
|
@enable_automatic_punctuation = args[:enable_automatic_punctuation] if args.key?(:enable_automatic_punctuation)
|
|
15598
15609
|
@enable_voice_activity_events = args[:enable_voice_activity_events] if args.key?(:enable_voice_activity_events)
|
|
15599
15610
|
@enable_word_info = args[:enable_word_info] if args.key?(:enable_word_info)
|
|
15611
|
+
@gemini_asr_config = args[:gemini_asr_config] if args.key?(:gemini_asr_config)
|
|
15600
15612
|
@language_code = args[:language_code] if args.key?(:language_code)
|
|
15601
15613
|
@model = args[:model] if args.key?(:model)
|
|
15602
15614
|
@model_variant = args[:model_variant] if args.key?(:model_variant)
|
|
@@ -15606,6 +15618,7 @@ module Google
|
|
|
15606
15618
|
@sample_rate_hertz = args[:sample_rate_hertz] if args.key?(:sample_rate_hertz)
|
|
15607
15619
|
@single_utterance = args[:single_utterance] if args.key?(:single_utterance)
|
|
15608
15620
|
@speech_contexts = args[:speech_contexts] if args.key?(:speech_contexts)
|
|
15621
|
+
@use_gemini_asr = args[:use_gemini_asr] if args.key?(:use_gemini_asr)
|
|
15609
15622
|
end
|
|
15610
15623
|
end
|
|
15611
15624
|
|
|
@@ -20220,6 +20233,11 @@ module Google
|
|
|
20220
20233
|
attr_accessor :enable_word_info
|
|
20221
20234
|
alias_method :enable_word_info?, :enable_word_info
|
|
20222
20235
|
|
|
20236
|
+
#
|
|
20237
|
+
# Corresponds to the JSON property `geminiAsrConfig`
|
|
20238
|
+
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechToTextConfigGeminiAsrConfig]
|
|
20239
|
+
attr_accessor :gemini_asr_config
|
|
20240
|
+
|
|
20223
20241
|
#
|
|
20224
20242
|
# Corresponds to the JSON property `languageCode`
|
|
20225
20243
|
# @return [String]
|
|
@@ -20245,6 +20263,12 @@ module Google
|
|
|
20245
20263
|
# @return [String]
|
|
20246
20264
|
attr_accessor :speech_model_variant
|
|
20247
20265
|
|
|
20266
|
+
#
|
|
20267
|
+
# Corresponds to the JSON property `useGeminiAsr`
|
|
20268
|
+
# @return [Boolean]
|
|
20269
|
+
attr_accessor :use_gemini_asr
|
|
20270
|
+
alias_method :use_gemini_asr?, :use_gemini_asr
|
|
20271
|
+
|
|
20248
20272
|
#
|
|
20249
20273
|
# Corresponds to the JSON property `useTimeoutBasedEndpointing`
|
|
20250
20274
|
# @return [Boolean]
|
|
@@ -20259,15 +20283,60 @@ module Google
|
|
|
20259
20283
|
def update!(**args)
|
|
20260
20284
|
@audio_encoding = args[:audio_encoding] if args.key?(:audio_encoding)
|
|
20261
20285
|
@enable_word_info = args[:enable_word_info] if args.key?(:enable_word_info)
|
|
20286
|
+
@gemini_asr_config = args[:gemini_asr_config] if args.key?(:gemini_asr_config)
|
|
20262
20287
|
@language_code = args[:language_code] if args.key?(:language_code)
|
|
20263
20288
|
@model = args[:model] if args.key?(:model)
|
|
20264
20289
|
@phrase_sets = args[:phrase_sets] if args.key?(:phrase_sets)
|
|
20265
20290
|
@sample_rate_hertz = args[:sample_rate_hertz] if args.key?(:sample_rate_hertz)
|
|
20266
20291
|
@speech_model_variant = args[:speech_model_variant] if args.key?(:speech_model_variant)
|
|
20292
|
+
@use_gemini_asr = args[:use_gemini_asr] if args.key?(:use_gemini_asr)
|
|
20267
20293
|
@use_timeout_based_endpointing = args[:use_timeout_based_endpointing] if args.key?(:use_timeout_based_endpointing)
|
|
20268
20294
|
end
|
|
20269
20295
|
end
|
|
20270
20296
|
|
|
20297
|
+
#
|
|
20298
|
+
class GoogleCloudDialogflowV2beta1SpeechToTextConfigGeminiAsrConfig
|
|
20299
|
+
include Google::Apis::Core::Hashable
|
|
20300
|
+
|
|
20301
|
+
#
|
|
20302
|
+
# Corresponds to the JSON property `endOfSpeechSensitivity`
|
|
20303
|
+
# @return [String]
|
|
20304
|
+
attr_accessor :end_of_speech_sensitivity
|
|
20305
|
+
|
|
20306
|
+
#
|
|
20307
|
+
# Corresponds to the JSON property `modelId`
|
|
20308
|
+
# @return [String]
|
|
20309
|
+
attr_accessor :model_id
|
|
20310
|
+
|
|
20311
|
+
#
|
|
20312
|
+
# Corresponds to the JSON property `prefixPaddingMs`
|
|
20313
|
+
# @return [Fixnum]
|
|
20314
|
+
attr_accessor :prefix_padding_ms
|
|
20315
|
+
|
|
20316
|
+
#
|
|
20317
|
+
# Corresponds to the JSON property `silenceDurationMs`
|
|
20318
|
+
# @return [Fixnum]
|
|
20319
|
+
attr_accessor :silence_duration_ms
|
|
20320
|
+
|
|
20321
|
+
#
|
|
20322
|
+
# Corresponds to the JSON property `startOfSpeechSensitivity`
|
|
20323
|
+
# @return [String]
|
|
20324
|
+
attr_accessor :start_of_speech_sensitivity
|
|
20325
|
+
|
|
20326
|
+
def initialize(**args)
|
|
20327
|
+
update!(**args)
|
|
20328
|
+
end
|
|
20329
|
+
|
|
20330
|
+
# Update properties of this object
|
|
20331
|
+
def update!(**args)
|
|
20332
|
+
@end_of_speech_sensitivity = args[:end_of_speech_sensitivity] if args.key?(:end_of_speech_sensitivity)
|
|
20333
|
+
@model_id = args[:model_id] if args.key?(:model_id)
|
|
20334
|
+
@prefix_padding_ms = args[:prefix_padding_ms] if args.key?(:prefix_padding_ms)
|
|
20335
|
+
@silence_duration_ms = args[:silence_duration_ms] if args.key?(:silence_duration_ms)
|
|
20336
|
+
@start_of_speech_sensitivity = args[:start_of_speech_sensitivity] if args.key?(:start_of_speech_sensitivity)
|
|
20337
|
+
end
|
|
20338
|
+
end
|
|
20339
|
+
|
|
20271
20340
|
#
|
|
20272
20341
|
class GoogleCloudDialogflowV2beta1SpeechWordInfo
|
|
20273
20342
|
include Google::Apis::Core::Hashable
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.131.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260825"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3664,6 +3664,12 @@ module Google
|
|
|
3664
3664
|
include Google::Apis::Core::JsonObjectSupport
|
|
3665
3665
|
end
|
|
3666
3666
|
|
|
3667
|
+
class GoogleCloudDialogflowV2beta1SpeechToTextConfigGeminiAsrConfig
|
|
3668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3669
|
+
|
|
3670
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3671
|
+
end
|
|
3672
|
+
|
|
3667
3673
|
class GoogleCloudDialogflowV2beta1SpeechWordInfo
|
|
3668
3674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3669
3675
|
|
|
@@ -8982,6 +8988,8 @@ module Google
|
|
|
8982
8988
|
property :enable_automatic_punctuation, as: 'enableAutomaticPunctuation'
|
|
8983
8989
|
property :enable_voice_activity_events, as: 'enableVoiceActivityEvents'
|
|
8984
8990
|
property :enable_word_info, as: 'enableWordInfo'
|
|
8991
|
+
property :gemini_asr_config, as: 'geminiAsrConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechToTextConfigGeminiAsrConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechToTextConfigGeminiAsrConfig::Representation
|
|
8992
|
+
|
|
8985
8993
|
property :language_code, as: 'languageCode'
|
|
8986
8994
|
property :model, as: 'model'
|
|
8987
8995
|
property :model_variant, as: 'modelVariant'
|
|
@@ -8992,6 +9000,7 @@ module Google
|
|
|
8992
9000
|
property :single_utterance, as: 'singleUtterance'
|
|
8993
9001
|
collection :speech_contexts, as: 'speechContexts', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechContext, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechContext::Representation
|
|
8994
9002
|
|
|
9003
|
+
property :use_gemini_asr, as: 'useGeminiAsr'
|
|
8995
9004
|
end
|
|
8996
9005
|
end
|
|
8997
9006
|
|
|
@@ -10438,15 +10447,29 @@ module Google
|
|
|
10438
10447
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10439
10448
|
property :audio_encoding, as: 'audioEncoding'
|
|
10440
10449
|
property :enable_word_info, as: 'enableWordInfo'
|
|
10450
|
+
property :gemini_asr_config, as: 'geminiAsrConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechToTextConfigGeminiAsrConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechToTextConfigGeminiAsrConfig::Representation
|
|
10451
|
+
|
|
10441
10452
|
property :language_code, as: 'languageCode'
|
|
10442
10453
|
property :model, as: 'model'
|
|
10443
10454
|
collection :phrase_sets, as: 'phraseSets'
|
|
10444
10455
|
property :sample_rate_hertz, as: 'sampleRateHertz'
|
|
10445
10456
|
property :speech_model_variant, as: 'speechModelVariant'
|
|
10457
|
+
property :use_gemini_asr, as: 'useGeminiAsr'
|
|
10446
10458
|
property :use_timeout_based_endpointing, as: 'useTimeoutBasedEndpointing'
|
|
10447
10459
|
end
|
|
10448
10460
|
end
|
|
10449
10461
|
|
|
10462
|
+
class GoogleCloudDialogflowV2beta1SpeechToTextConfigGeminiAsrConfig
|
|
10463
|
+
# @private
|
|
10464
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10465
|
+
property :end_of_speech_sensitivity, as: 'endOfSpeechSensitivity'
|
|
10466
|
+
property :model_id, as: 'modelId'
|
|
10467
|
+
property :prefix_padding_ms, as: 'prefixPaddingMs'
|
|
10468
|
+
property :silence_duration_ms, as: 'silenceDurationMs'
|
|
10469
|
+
property :start_of_speech_sensitivity, as: 'startOfSpeechSensitivity'
|
|
10470
|
+
end
|
|
10471
|
+
end
|
|
10472
|
+
|
|
10450
10473
|
class GoogleCloudDialogflowV2beta1SpeechWordInfo
|
|
10451
10474
|
# @private
|
|
10452
10475
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dialogflow_v2beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.131.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.131.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|