google-apis-dialogflow_v2 0.98.0 → 0.99.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: 84917130bd7ed3bb3a7a0befa3b5dd731ec1abd66c7a9d61742d81b91370aebe
|
4
|
+
data.tar.gz: 616ed34b25b7c0cbf75fb693f8e5dece0f16ffd8e60d5707f50c7c44829e7a4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 769a46c2021be2a7289b41989527ad651a7f41232bce55926316cc224f8aea3c3dae90fdb5237b0eb665756f2fe5404b5e6ae36a377275e81ec9944d7a0e5600
|
7
|
+
data.tar.gz: 56e906a6a853180a48f16875f911e6a68bd913b780747d1be7742ed91d53ac1c760173bec29610618f937c480a784547b33f5fce8905db2e798d9068bec21f7f
|
data/CHANGELOG.md
CHANGED
@@ -15597,7 +15597,9 @@ module Google
|
|
15597
15597
|
# @return [String]
|
15598
15598
|
attr_accessor :model
|
15599
15599
|
|
15600
|
-
# List of names of Cloud Speech phrase sets that are used for transcription.
|
15600
|
+
# List of names of Cloud Speech phrase sets that are used for transcription. For
|
15601
|
+
# phrase set limitations, please refer to [Cloud Speech API quotas and limits](
|
15602
|
+
# https://cloud.google.com/speech-to-text/quotas#content).
|
15601
15603
|
# Corresponds to the JSON property `phraseSets`
|
15602
15604
|
# @return [Array<String>]
|
15603
15605
|
attr_accessor :phrase_sets
|
@@ -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.99.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250305"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3007,9 +3007,9 @@ module Google
|
|
3007
3007
|
# Optional. Filters to restrict results to specific answer records. The
|
3008
3008
|
# expression has the following syntax: [AND ] ... The following fields and
|
3009
3009
|
# operators are supported: * conversation_id with equals(=) operator Examples: *
|
3010
|
-
#
|
3011
|
-
# global/conversations/bar conversation (assuming the parent is projects/foo/
|
3012
|
-
# locations/global). For more information about filtering, see [API Filtering](
|
3010
|
+
# `conversation_id=bar` matches answer records in the `projects/foo/locations/
|
3011
|
+
# global/conversations/bar` conversation (assuming the parent is `projects/foo/
|
3012
|
+
# locations/global`). For more information about filtering, see [API Filtering](
|
3013
3013
|
# https://aip.dev/160).
|
3014
3014
|
# @param [Fixnum] page_size
|
3015
3015
|
# Optional. The maximum number of records to return in a single page. The server
|
@@ -7556,9 +7556,9 @@ module Google
|
|
7556
7556
|
# Optional. Filters to restrict results to specific answer records. The
|
7557
7557
|
# expression has the following syntax: [AND ] ... The following fields and
|
7558
7558
|
# operators are supported: * conversation_id with equals(=) operator Examples: *
|
7559
|
-
#
|
7560
|
-
# global/conversations/bar conversation (assuming the parent is projects/foo/
|
7561
|
-
# locations/global). For more information about filtering, see [API Filtering](
|
7559
|
+
# `conversation_id=bar` matches answer records in the `projects/foo/locations/
|
7560
|
+
# global/conversations/bar` conversation (assuming the parent is `projects/foo/
|
7561
|
+
# locations/global`). For more information about filtering, see [API Filtering](
|
7562
7562
|
# https://aip.dev/160).
|
7563
7563
|
# @param [Fixnum] page_size
|
7564
7564
|
# Optional. The maximum number of records to return in a single page. The server
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.99.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.99.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|