google-apis-dialogflow_v3beta1 0.24.0 → 0.25.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: d9d045e8bf68970910854c4703625e8e574abd2b2f7a41c645a93ab1c1637839
4
- data.tar.gz: dbaad000dd6fc9ae59e30ffbce245d24ad3edd379e74fcebdd2d1b0d31e1f4a6
3
+ metadata.gz: 478c8e4b0763fe62a39bb220e099cffbbbe9dc12891b3e07a4783eeb4d59b2af
4
+ data.tar.gz: 8f664af6af4e4f44934e3cfa6c650a6dbb2ae2e4722e90b485a1c2f5a67c885e
5
5
  SHA512:
6
- metadata.gz: b527068746118b517ac35bf62a4f193efe3ff0c99a0a928c25a6f21512f218a124b54915c11bda56eca120b283578765b05e714a2bf686f02bebe3f80ff58583
7
- data.tar.gz: 45f3461c2c99f27658fe8560bb54c9c765c2d88743b3642c257aa39332df1fe7d5dc7c6331eaffc546009bc9ea8b95dc78e8f05eda9b3636a26e9ed4da558c11
6
+ metadata.gz: '08f2c41b2da65d0ed1e1d8620b8ed14c177fbfeabb2fd30ede3c41bc7f75d308d0ce5c7c6c9a31bb4ec74b9c33762d8153aa356308527be02d9b9cb8a5fd4d28'
7
+ data.tar.gz: 1dcb4e34ae59cc4fcdd8942fe8f97508171df50960dfcb1d8329ee9e3129d5c05bebf905a215d25674df1437a2ed376ebd8e588c1c89f74bdfe8d5ccba051ba6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.25.0 (2021-10-28)
4
+
5
+ * Regenerated from discovery document revision 20211022
6
+
3
7
  ### v0.24.0 (2021-10-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -3909,7 +3909,7 @@ module Google
3909
3909
  include Google::Apis::Core::Hashable
3910
3910
 
3911
3911
  # Whether to run test cases in TestCasesConfig.test_cases periodically. Default
3912
- # false. If set to ture, run once a day.
3912
+ # false. If set to true, run once a day.
3913
3913
  # Corresponds to the JSON property `enableContinuousRun`
3914
3914
  # @return [Boolean]
3915
3915
  attr_accessor :enable_continuous_run
@@ -7391,7 +7391,10 @@ module Google
7391
7391
  include Google::Apis::Core::Hashable
7392
7392
 
7393
7393
  # [DLP](https://cloud.google.com/dlp/docs) deidentify template name. Use this
7394
- # template to define de-identification configuration for the content. If empty,
7394
+ # template to define de-identification configuration for the content. The `DLP
7395
+ # De-identify Templates Reader` role is needed on the Dialogflow service
7396
+ # identity service account (has the form `service-PROJECT_NUMBER@gcp-sa-
7397
+ # dialogflow.iam.gserviceaccount.com`) for your agent's project. If empty,
7395
7398
  # Dialogflow replaces sensitive info with `[redacted]` text. The template name
7396
7399
  # will have one of the following formats: `projects//locations//
7397
7400
  # deidentifyTemplates/` OR `organizations//locations//deidentifyTemplates/` Note:
@@ -7414,11 +7417,13 @@ module Google
7414
7417
  attr_accessor :insights_export_settings
7415
7418
 
7416
7419
  # [DLP](https://cloud.google.com/dlp/docs) inspect template name. Use this
7417
- # template to define inspect base settings. If empty, we use the default DLP
7418
- # inspect config. The template name will have one of the following formats: `
7419
- # projects//locations//inspectTemplates/` OR `organizations//locations//
7420
- # inspectTemplates/` Note: `inspect_template` must be located in the same region
7421
- # as the `SecuritySettings`.
7420
+ # template to define inspect base settings. The `DLP Inspect Templates Reader`
7421
+ # role is needed on the Dialogflow service identity service account (has the
7422
+ # form `service-PROJECT_NUMBER@gcp-sa-dialogflow.iam.gserviceaccount.com`) for
7423
+ # your agent's project. If empty, we use the default DLP inspect config. The
7424
+ # template name will have one of the following formats: `projects//locations//
7425
+ # inspectTemplates/` OR `organizations//locations//inspectTemplates/` Note: `
7426
+ # inspect_template` must be located in the same region as the `SecuritySettings`.
7422
7427
  # Corresponds to the JSON property `inspectTemplate`
7423
7428
  # @return [String]
7424
7429
  attr_accessor :inspect_template
@@ -7449,10 +7454,11 @@ module Google
7449
7454
 
7450
7455
  # Retains data in interaction logging for the specified number of days. This
7451
7456
  # does not apply to Cloud logging, which is owned by the user - not Dialogflow.
7452
- # User must Set a value lower than Dialogflow's default 30d TTL. Setting a value
7453
- # higher than that has no effect. A missing value or setting to 0 also means we
7454
- # use Dialogflow's default TTL. Note: Interaction logging is a limited access
7455
- # feature. Talk to your Google representative to check availability for you.
7457
+ # User must set a value lower than Dialogflow's default 365d TTL. Setting a
7458
+ # value higher than that has no effect. A missing value or setting to 0 also
7459
+ # means we use Dialogflow's default TTL. Note: Interaction logging is a limited
7460
+ # access feature. Talk to your Google representative to check availability for
7461
+ # you.
7456
7462
  # Corresponds to the JSON property `retentionWindowDays`
7457
7463
  # @return [Fixnum]
7458
7464
  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.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211015"
25
+ REVISION = "20211022"
26
26
  end
27
27
  end
28
28
  end
@@ -2571,7 +2571,7 @@ module Google
2571
2571
  # @param [String] base_version
2572
2572
  # Required. Name of the base flow version to compare with the target version.
2573
2573
  # Use version ID `0` to indicate the draft version of the specified flow. Format:
2574
- # `projects//locations//agents//flows//versions/`.
2574
+ # `projects//locations//agents/ /flows//versions/`.
2575
2575
  # @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1CompareVersionsRequest] google_cloud_dialogflow_cx_v3beta1_compare_versions_request_object
2576
2576
  # @param [String] fields
2577
2577
  # Selector specifying which fields to include in a partial response.
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.24.0
4
+ version: 0.25.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-01 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.25.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: []