google-apis-dialogflow_v3beta1 0.30.0 → 0.31.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dialogflow_v3beta1/classes.rb +22 -20
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a318f77c963be12068e22635edb541871361ab1f976ae10ae64a0334f01f2e3
|
4
|
+
data.tar.gz: f26600bf42fbd1ee537d06a8d6ceafa1f55304584c8fffbc0cbfda4d47387d13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba8ec1497b04733bdeec1efa553377a357c5e45e4749b701e74d2c76e0c0751484be31fe41c67cb6fea93c8b0c487ae1a1f216c0a193acc325f20ab82041a092
|
7
|
+
data.tar.gz: 862cd13ba9c4c99e50116ea36b9b55b1e60ba0014588aacacefed7ec301b5a342d8951c42edefbbdd44d33835d919eb5a9237c14a8c8857cd6d19f17beccb4c2
|
data/CHANGELOG.md
CHANGED
@@ -6153,12 +6153,12 @@ module Google
|
|
6153
6153
|
# The collection of parameters extracted from the query. Depending on your
|
6154
6154
|
# protocol or client library language, this is a map, associative array, symbol
|
6155
6155
|
# table, dictionary, or JSON object composed of a collection of (MapKey,
|
6156
|
-
# MapValue) pairs:
|
6157
|
-
# MapValue type:
|
6158
|
-
# depending on parameter value type, could be one of string,
|
6159
|
-
# null, list or map
|
6160
|
-
# composite entity
|
6161
|
-
#
|
6156
|
+
# MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
|
6157
|
+
# MapValue type: If parameter's entity type is a composite entity then use map,
|
6158
|
+
# otherwise, depending on the parameter value type, it could be one of string,
|
6159
|
+
# number, boolean, null, list or map. * MapValue value: If parameter's entity
|
6160
|
+
# type is a composite entity then use map from composite entity property names
|
6161
|
+
# to property values, otherwise, use parameter value.
|
6162
6162
|
# Corresponds to the JSON property `parameters`
|
6163
6163
|
# @return [Hash<String,Object>]
|
6164
6164
|
attr_accessor :parameters
|
@@ -6656,12 +6656,13 @@ module Google
|
|
6656
6656
|
# You can reference the session parameters in the agent with the following
|
6657
6657
|
# format: $session.params.parameter-id. Depending on your protocol or client
|
6658
6658
|
# library language, this is a map, associative array, symbol table, dictionary,
|
6659
|
-
# or JSON object composed of a collection of (MapKey, MapValue) pairs:
|
6660
|
-
# type: string
|
6661
|
-
# entity type is a composite entity
|
6662
|
-
# type, could be one of string, number, boolean, null, list
|
6663
|
-
# value:
|
6664
|
-
# entity property names to property values
|
6659
|
+
# or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey
|
6660
|
+
# type: string * MapKey value: parameter name * MapValue type: If parameter's
|
6661
|
+
# entity type is a composite entity then use map, otherwise, depending on the
|
6662
|
+
# parameter value type, it could be one of string, number, boolean, null, list
|
6663
|
+
# or map. * MapValue value: If parameter's entity type is a composite entity
|
6664
|
+
# then use map from composite entity property names to property values,
|
6665
|
+
# otherwise, use parameter value.
|
6665
6666
|
# Corresponds to the JSON property `parameters`
|
6666
6667
|
# @return [Hash<String,Object>]
|
6667
6668
|
attr_accessor :parameters
|
@@ -6784,12 +6785,13 @@ module Google
|
|
6784
6785
|
|
6785
6786
|
# The collected session parameters. Depending on your protocol or client library
|
6786
6787
|
# language, this is a map, associative array, symbol table, dictionary, or JSON
|
6787
|
-
# object composed of a collection of (MapKey, MapValue) pairs:
|
6788
|
-
# string
|
6789
|
-
# type is a composite entity
|
6790
|
-
# could be one of string, number, boolean, null, list or map
|
6791
|
-
# If parameter's entity type is a composite entity
|
6792
|
-
# property names to property values
|
6788
|
+
# object composed of a collection of (MapKey, MapValue) pairs: * MapKey type:
|
6789
|
+
# string * MapKey value: parameter name * MapValue type: If parameter's entity
|
6790
|
+
# type is a composite entity then use map, otherwise, depending on the parameter
|
6791
|
+
# value type, it could be one of string, number, boolean, null, list or map. *
|
6792
|
+
# MapValue value: If parameter's entity type is a composite entity then use map
|
6793
|
+
# from composite entity property names to property values, otherwise, use
|
6794
|
+
# parameter value.
|
6793
6795
|
# Corresponds to the JSON property `parameters`
|
6794
6796
|
# @return [Hash<String,Object>]
|
6795
6797
|
attr_accessor :parameters
|
@@ -8758,9 +8760,9 @@ module Google
|
|
8758
8760
|
# empty or unspecified, Dialogflow will use Google's default trust store to
|
8759
8761
|
# verify certificates. N.B. Make sure the HTTPS server certificates are signed
|
8760
8762
|
# with "subject alt name". For instance a certificate can be self-signed using
|
8761
|
-
# the following command, openssl x509 -req -days 200 -in example.com.csr \ -
|
8763
|
+
# the following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -
|
8762
8764
|
# signkey example.com.key \ -out example.com.crt \ -extfile <(printf "\
|
8763
|
-
# nsubjectAltName='DNS:www.example.com'")
|
8765
|
+
# nsubjectAltName='DNS:www.example.com'") ```
|
8764
8766
|
# Corresponds to the JSON property `allowedCaCerts`
|
8765
8767
|
# @return [Array<String>]
|
8766
8768
|
attr_accessor :allowed_ca_certs
|
@@ -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.31.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220314"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.31.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: 2022-03-
|
11
|
+
date: 2022-03-21 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.31.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: []
|