google-apis-dialogflow_v3beta1 0.69.0 → 0.70.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b462c76566721eee6f12bc7d280cd473bdc0472773813c27591a614b53d9142b
|
4
|
+
data.tar.gz: f1b5a9aa764fc38e0af00b7fc26740f189bab67e7ec4439da3ad6d5ef7256d50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b57b4c57b5dae9e9a5dd4624020c123db49a8c983cd204eeb0c00a4f80b3caaedf1ae1c680c6026b9be9a4aaaff76793e1ec11c0dc09c33d25b6bd69e1c74f5e
|
7
|
+
data.tar.gz: 15ac44204f97af8d164ccd7d7ed5086d933bad1e79e0bef38a5041485fd172bca01592b6f56a0b9996d8be68aeeb5daa9f5509a9b5d4a1210c126dae46abc584
|
data/CHANGELOG.md
CHANGED
@@ -8292,6 +8292,16 @@ module Google
|
|
8292
8292
|
attr_accessor :disable_webhook
|
8293
8293
|
alias_method :disable_webhook?, :disable_webhook
|
8294
8294
|
|
8295
|
+
# Optional. Information about the end-user to improve the relevance and accuracy
|
8296
|
+
# of generative answers. This will be interpreted and used by a language model,
|
8297
|
+
# so, for good results, the data should be self-descriptive, and in a simple
|
8298
|
+
# structure. Example: ```json ` "subscription plan": "Business Premium Plus", "
|
8299
|
+
# devices owned": [ `"model": "Google Pixel 7"`, `"model": "Google Pixel Tablet"`
|
8300
|
+
# ] ` ```
|
8301
|
+
# Corresponds to the JSON property `endUserMetadata`
|
8302
|
+
# @return [Hash<String,Object>]
|
8303
|
+
attr_accessor :end_user_metadata
|
8304
|
+
|
8295
8305
|
# A list of flow versions to override for the request. Format: `projects//
|
8296
8306
|
# locations//agents//flows//versions/`. If version 1 of flow X is included in
|
8297
8307
|
# this list, the traffic of flow X will go through version 1 regardless of the
|
@@ -8377,6 +8387,7 @@ module Google
|
|
8377
8387
|
@channel = args[:channel] if args.key?(:channel)
|
8378
8388
|
@current_page = args[:current_page] if args.key?(:current_page)
|
8379
8389
|
@disable_webhook = args[:disable_webhook] if args.key?(:disable_webhook)
|
8390
|
+
@end_user_metadata = args[:end_user_metadata] if args.key?(:end_user_metadata)
|
8380
8391
|
@flow_versions = args[:flow_versions] if args.key?(:flow_versions)
|
8381
8392
|
@geo_location = args[:geo_location] if args.key?(:geo_location)
|
8382
8393
|
@parameters = args[:parameters] if args.key?(:parameters)
|
@@ -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.70.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 = "20231011"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5178,6 +5178,7 @@ module Google
|
|
5178
5178
|
property :channel, as: 'channel'
|
5179
5179
|
property :current_page, as: 'currentPage'
|
5180
5180
|
property :disable_webhook, as: 'disableWebhook'
|
5181
|
+
hash :end_user_metadata, as: 'endUserMetadata'
|
5181
5182
|
collection :flow_versions, as: 'flowVersions'
|
5182
5183
|
property :geo_location, as: 'geoLocation', class: Google::Apis::DialogflowV3beta1::GoogleTypeLatLng, decorator: Google::Apis::DialogflowV3beta1::GoogleTypeLatLng::Representation
|
5183
5184
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.70.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-
|
11
|
+
date: 2023-10-29 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_v3beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.70.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|