google-apis-dialogflow_v3 0.113.0 → 0.114.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_v3/classes.rb +3 -1
- data/lib/google/apis/dialogflow_v3/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 00022d939c4f123d007521d1fc105865ddffdbfd345cb4dca6abb009a474b2c9
|
4
|
+
data.tar.gz: 12ba9635f7e5624b334286756b2342b8bd2544abe8392a9c627470e402ac6c58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a678684c357679b97adbd4226d03cb8fa9ee7d3ef8b9b8e76f6c19f4246c071149c939de62699e4c6e3806c91065cccdfc087f6c5b0ae6085f31814af1c17e10
|
7
|
+
data.tar.gz: 7e81d2b318a54e09a6f03fe63417456d306412f944daa1a087d5c9a2cfcda50db8626a3c9c6e9e7edbffc26d50993e4693433c77aed57326de60ecd5ddad37e6
|
data/CHANGELOG.md
CHANGED
@@ -8344,7 +8344,9 @@ module Google
|
|
8344
8344
|
class GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings
|
8345
8345
|
include Google::Apis::Core::Hashable
|
8346
8346
|
|
8347
|
-
# Filename pattern for exported audio.
|
8347
|
+
# Filename pattern for exported audio. `conversation` and `timestamp` are
|
8348
|
+
# placeholders that will be replaced with the conversation ID and epoch micros
|
8349
|
+
# of the conversation. For example, "`conversation`/recording_`timestamp`.mulaw".
|
8348
8350
|
# Corresponds to the JSON property `audioExportPattern`
|
8349
8351
|
# @return [String]
|
8350
8352
|
attr_accessor :audio_export_pattern
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3
|
18
18
|
# Version of the google-apis-dialogflow_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.114.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_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.114.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_v3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.114.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|