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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54f5f414bcaaeaf68893c281b50a928adc6a17453738b1c47193bef2a30e2427
4
- data.tar.gz: 74a66d7f99af321853d47beb3c1b7288c0f2258007a5f5f7782731b3bd6a471e
3
+ metadata.gz: 20da4047965cb3541758074a8d471d1518e4dc66951db0da546c77aff552ca73
4
+ data.tar.gz: aaebc4941deaedb19e718274ef4f5c0351b1de817f5b046978225cfebd1db939
5
5
  SHA512:
6
- metadata.gz: 290526dd9bed57a82d2da175a64d88f5c9a84c4bfaf02a25cceaabd3d3939177cc964e1dc3b9785e0088ee199bf4543f87444968de7fc5ed524a3d1dda576940
7
- data.tar.gz: 349cf296b652f1020f4d5d834dc0ef144a80434d06847533bf2ec7416a8ded14f4a41a17d6f00ad2da571991b870ec561d68da0d68b46c27bedbaa85df9130bf
6
+ metadata.gz: 865ee19ee661af0b5f161f47e67837212e07aaee0468b498015cb85423977c37268a336a4c28a001c30079752828314619b88e3bb375325532864a9640346fee
7
+ data.tar.gz: 6e1c75d313ec533ebed93453712c356fda5b7462f422f3d0456eda359757c3bde47efb6ff34f70690a4c708369e48d3174c66546667abc6ac49bd9d21c2a844a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.12.0 (2021-05-19)
4
+
5
+ * Regenerated from discovery document revision 20210517
6
+
3
7
  ### v0.11.0 (2021-05-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20210510
@@ -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
- # Depending on your protocol or client library language, this is a map,
5760
- # associative array, symbol table, dictionary, or JSON object composed of a
5761
- # collection of (MapKey, MapValue) pairs: - MapKey type: string - MapKey value:
5762
- # parameter name - MapValue type: - If parameter's entity type is a composite
5763
- # entity: map - Else: depending on parameter value type, could be one of string,
5764
- # number, boolean, null, list or map - MapValue value: - If parameter's entity
5765
- # type is a composite entity: map from composite entity property names to
5766
- # property values - Else: parameter value
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 on what data we apply redaction. Note that we don't redact data to
6434
- # which we don't have access, e.g., Stackdriver logs.
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 the data for the specified number of days. User must Set a value lower
6445
- # than Dialogflow's default 30d TTL. Setting a value higher than that has no
6446
- # effect. A missing value or setting to 0 also means we use Dialogflow's default
6447
- # TTL.
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.11.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 = "20210510"
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.11.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-18 00:00:00.000000000 Z
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.11.0
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: []