google-apis-dialogflow_v3beta1 0.11.0 → 0.12.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 +17 -14
- 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: 20da4047965cb3541758074a8d471d1518e4dc66951db0da546c77aff552ca73
|
4
|
+
data.tar.gz: aaebc4941deaedb19e718274ef4f5c0351b1de817f5b046978225cfebd1db939
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 865ee19ee661af0b5f161f47e67837212e07aaee0468b498015cb85423977c37268a336a4c28a001c30079752828314619b88e3bb375325532864a9640346fee
|
7
|
+
data.tar.gz: 6e1c75d313ec533ebed93453712c356fda5b7462f422f3d0456eda359757c3bde47efb6ff34f70690a4c708369e48d3174c66546667abc6ac49bd9d21c2a844a
|
data/CHANGELOG.md
CHANGED
@@ -5756,14 +5756,15 @@ module Google
|
|
5756
5756
|
|
5757
5757
|
# Additional parameters to be put into session parameters. To remove a parameter
|
5758
5758
|
# from the session, clients should explicitly set the parameter value to null.
|
5759
|
-
#
|
5760
|
-
#
|
5761
|
-
#
|
5762
|
-
#
|
5763
|
-
#
|
5764
|
-
#
|
5765
|
-
# type
|
5766
|
-
#
|
5759
|
+
# You can reference the session parameters in the agent with the following
|
5760
|
+
# format: $session.params.parameter-id. Depending on your protocol or client
|
5761
|
+
# library language, this is a map, associative array, symbol table, dictionary,
|
5762
|
+
# or JSON object composed of a collection of (MapKey, MapValue) pairs: - MapKey
|
5763
|
+
# type: string - MapKey value: parameter name - MapValue type: - If parameter's
|
5764
|
+
# entity type is a composite entity: map - Else: depending on parameter value
|
5765
|
+
# type, could be one of string, number, boolean, null, list or map - MapValue
|
5766
|
+
# value: - If parameter's entity type is a composite entity: map from composite
|
5767
|
+
# entity property names to property values - Else: parameter value
|
5767
5768
|
# Corresponds to the JSON property `parameters`
|
5768
5769
|
# @return [Hash<String,Object>]
|
5769
5770
|
attr_accessor :parameters
|
@@ -6430,8 +6431,8 @@ module Google
|
|
6430
6431
|
# @return [Array<String>]
|
6431
6432
|
attr_accessor :purge_data_types
|
6432
6433
|
|
6433
|
-
# Defines
|
6434
|
-
#
|
6434
|
+
# Defines the data for which Dialogflow applies redaction. Dialogflow does not
|
6435
|
+
# redact data that it does not have access to – for example, Cloud logging.
|
6435
6436
|
# Corresponds to the JSON property `redactionScope`
|
6436
6437
|
# @return [String]
|
6437
6438
|
attr_accessor :redaction_scope
|
@@ -6441,10 +6442,12 @@ module Google
|
|
6441
6442
|
# @return [String]
|
6442
6443
|
attr_accessor :redaction_strategy
|
6443
6444
|
|
6444
|
-
# Retains
|
6445
|
-
#
|
6446
|
-
#
|
6447
|
-
#
|
6445
|
+
# Retains data in interaction logging for the specified number of days. This
|
6446
|
+
# does not apply to Cloud logging, which is owned by the user - not Dialogflow.
|
6447
|
+
# User must Set a value lower than Dialogflow's default 30d TTL. Setting a value
|
6448
|
+
# higher than that has no effect. A missing value or setting to 0 also means we
|
6449
|
+
# use Dialogflow's default TTL. Note: Interaction logging is a limited access
|
6450
|
+
# feature. Talk to your Google representative to check availability for you.
|
6448
6451
|
# Corresponds to the JSON property `retentionWindowDays`
|
6449
6452
|
# @return [Fixnum]
|
6450
6453
|
attr_accessor :retention_window_days
|
@@ -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.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210517"
|
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.12.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: 2021-05-
|
11
|
+
date: 2021-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.12.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v3beta1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|