google-apis-dialogflow_v3beta1 0.107.0 → 0.108.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: 864eeb51a60c6597e09af18cac8426c96956c42dc76b22cfceab08d8c6584f06
|
4
|
+
data.tar.gz: f0824817f3b4d4891f4369f3c8400b428167a3ae70a651c2376526c34481cdb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a05463d34ac56a965fdfcb693bf35cd8c05dae510311a5f094a02bbf253d793db19f33c367e5c322743ab69517ae23a589d06f483275281725d5c29a0f68d209
|
7
|
+
data.tar.gz: b9b4e7a023cab205c6f1ac2f2ad3b7df635c77e2dec8c5d50077ea29ebd5ddc7ae2080d3ce05bb2bcd6d3698f6b670d69f7154d4b016663c05d05f3269b76734
|
data/CHANGELOG.md
CHANGED
@@ -13406,7 +13406,9 @@ module Google
|
|
13406
13406
|
class GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings
|
13407
13407
|
include Google::Apis::Core::Hashable
|
13408
13408
|
|
13409
|
-
# Filename pattern for exported audio.
|
13409
|
+
# Filename pattern for exported audio. `conversation` and `timestamp` are
|
13410
|
+
# placeholders that will be replaced with the conversation ID and epoch micros
|
13411
|
+
# of the conversation. For example, "`conversation`/recording_`timestamp`.mulaw".
|
13410
13412
|
# Corresponds to the JSON property `audioExportPattern`
|
13411
13413
|
# @return [String]
|
13412
13414
|
attr_accessor :audio_export_pattern
|
@@ -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.108.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250812"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.108.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_v3beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.108.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|