google-apis-dialogflow_v3 0.22.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 469e12231666a8ce341706fe722c8020ac3f68412f88965910773f1a6d47469e
4
- data.tar.gz: ef14b6b0d7ae23ce1c2d8bd09a3427f66c4e91328db13124895801b9e94e12a9
3
+ metadata.gz: 6648dbaebf836ca655c4310bf3287179c8ce9e91de38c5acb3b4dc58f6707791
4
+ data.tar.gz: 50064f907432bdeb2a626f877932d4336242c78623f8bd2b51fa00a405cd3fa1
5
5
  SHA512:
6
- metadata.gz: c88f4cef71651783b4cecfaff654b48fa4da93278b93d99917a14852a351c3e45918ad850af8f9f75e844f14d99ca84e8028b458fd61e667a90f1a31d7240055
7
- data.tar.gz: 1c7ac3de95c49dad5e044ea021060b80a97f8f379940042b3c2311a1a76d97554e8097e067272556b5a0c9760a22d3f2d29bbbe31223ccfe60d5fe3e2c156f3d
6
+ metadata.gz: 77f46c8872eae70706bb25e7263424288226fa58fd19d6c5da7baa484c73910be1e820f633d4e75c3595ce9997b1c81c88a33ce36d6dbc5f0e23d29fd5122773
7
+ data.tar.gz: 6b71f334e3b94714a0ba92e9eb653e9f2a652658dbbb61e582744e88cea34a67bcdf13aedba23efea8ffa639cb3bfa27425877b3c53630036aeea303a677fb62
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.23.0 (2021-10-28)
4
+
5
+ * Regenerated from discovery document revision 20211022
6
+
3
7
  ### v0.22.0 (2021-10-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -4684,7 +4684,10 @@ module Google
4684
4684
  include Google::Apis::Core::Hashable
4685
4685
 
4686
4686
  # [DLP](https://cloud.google.com/dlp/docs) deidentify template name. Use this
4687
- # template to define de-identification configuration for the content. If empty,
4687
+ # template to define de-identification configuration for the content. The `DLP
4688
+ # De-identify Templates Reader` role is needed on the Dialogflow service
4689
+ # identity service account (has the form `service-PROJECT_NUMBER@gcp-sa-
4690
+ # dialogflow.iam.gserviceaccount.com`) for your agent's project. If empty,
4688
4691
  # Dialogflow replaces sensitive info with `[redacted]` text. The template name
4689
4692
  # will have one of the following formats: `projects//locations//
4690
4693
  # deidentifyTemplates/` OR `organizations//locations//deidentifyTemplates/` Note:
@@ -4707,11 +4710,13 @@ module Google
4707
4710
  attr_accessor :insights_export_settings
4708
4711
 
4709
4712
  # [DLP](https://cloud.google.com/dlp/docs) inspect template name. Use this
4710
- # template to define inspect base settings. If empty, we use the default DLP
4711
- # inspect config. The template name will have one of the following formats: `
4712
- # projects//locations//inspectTemplates/` OR `organizations//locations//
4713
- # inspectTemplates/` Note: `inspect_template` must be located in the same region
4714
- # as the `SecuritySettings`.
4713
+ # template to define inspect base settings. The `DLP Inspect Templates Reader`
4714
+ # role is needed on the Dialogflow service identity service account (has the
4715
+ # form `service-PROJECT_NUMBER@gcp-sa-dialogflow.iam.gserviceaccount.com`) for
4716
+ # your agent's project. If empty, we use the default DLP inspect config. The
4717
+ # template name will have one of the following formats: `projects//locations//
4718
+ # inspectTemplates/` OR `organizations//locations//inspectTemplates/` Note: `
4719
+ # inspect_template` must be located in the same region as the `SecuritySettings`.
4715
4720
  # Corresponds to the JSON property `inspectTemplate`
4716
4721
  # @return [String]
4717
4722
  attr_accessor :inspect_template
@@ -4742,10 +4747,11 @@ module Google
4742
4747
 
4743
4748
  # Retains data in interaction logging for the specified number of days. This
4744
4749
  # does not apply to Cloud logging, which is owned by the user - not Dialogflow.
4745
- # User must Set a value lower than Dialogflow's default 30d TTL. Setting a value
4746
- # higher than that has no effect. A missing value or setting to 0 also means we
4747
- # use Dialogflow's default TTL. Note: Interaction logging is a limited access
4748
- # feature. Talk to your Google representative to check availability for you.
4750
+ # User must set a value lower than Dialogflow's default 365d TTL. Setting a
4751
+ # value higher than that has no effect. A missing value or setting to 0 also
4752
+ # means we use Dialogflow's default TTL. Note: Interaction logging is a limited
4753
+ # access feature. Talk to your Google representative to check availability for
4754
+ # you.
4749
4755
  # Corresponds to the JSON property `retentionWindowDays`
4750
4756
  # @return [Fixnum]
4751
4757
  attr_accessor :retention_window_days
@@ -6723,7 +6729,7 @@ module Google
6723
6729
  include Google::Apis::Core::Hashable
6724
6730
 
6725
6731
  # Whether to run test cases in TestCasesConfig.test_cases periodically. Default
6726
- # false. If set to ture, run once a day.
6732
+ # false. If set to true, run once a day.
6727
6733
  # Corresponds to the JSON property `enableContinuousRun`
6728
6734
  # @return [Boolean]
6729
6735
  attr_accessor :enable_continuous_run
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3
18
18
  # Version of the google-apis-dialogflow_v3 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.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
@@ -2579,7 +2579,7 @@ module Google
2579
2579
  # @param [String] base_version
2580
2580
  # Required. Name of the base flow version to compare with the target version.
2581
2581
  # Use version ID `0` to indicate the draft version of the specified flow. Format:
2582
- # `projects//locations//agents//flows//versions/`.
2582
+ # `projects//locations//agents/ /flows//versions/`.
2583
2583
  # @param [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3CompareVersionsRequest] google_cloud_dialogflow_cx_v3_compare_versions_request_object
2584
2584
  # @param [String] fields
2585
2585
  # 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_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
63
63
  post_install_message:
64
64
  rdoc_options: []