google-apis-dialogflow_v3 0.38.0 → 0.41.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94f2947489e2b573bac2df89bc58c232154c5bf99a6e6cc2021665a22012d9f0
|
4
|
+
data.tar.gz: 1c0af5160a6e6fcd3c6d538048a8e0bcd17bf4a27a1d3f0f9863fe154d2c7101
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 956e4c45d5e746571bc873b7c9a58c603f42f366c9da8b6c5b62698767f5b59a0060e68e67abe5f06838bd1b5a830b45ced21cf70018861239022cf4d16bcc30
|
7
|
+
data.tar.gz: 95b33d3e4ab01c974c2d29f037e95ca32f54e2be70d26d335c490bf90de0d1ccf1746a18f5a9054dc545406216769cad9a0e7b6369648d5fe6a579121416a0c7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3
|
2
2
|
|
3
|
+
### v0.41.0 (2022-09-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220901
|
6
|
+
|
7
|
+
### v0.40.0 (2022-08-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220824
|
10
|
+
|
11
|
+
### v0.39.0 (2022-07-09)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220706
|
14
|
+
* Regenerated using generator version 0.9.0
|
15
|
+
|
3
16
|
### v0.38.0 (2022-07-03)
|
4
17
|
|
5
18
|
* Regenerated using generator version 0.8.0
|
@@ -24,6 +24,11 @@ module Google
|
|
24
24
|
|
25
25
|
# Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
|
26
26
|
# Settings exposed at lower level overrides the settings exposed at higher level.
|
27
|
+
# Overriding occurs at the sub-setting level. For example, the
|
28
|
+
# playback_interruption_settings at fulfillment level only overrides the
|
29
|
+
# playback_interruption_settings at the agent level, leaving other settings at
|
30
|
+
# the agent level unchanged. DTMF settings does not override each other. DTMF
|
31
|
+
# settings set at different levels define DTMF detections running in parallel.
|
27
32
|
# Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
|
28
33
|
class GoogleCloudDialogflowCxV3AdvancedSettings
|
29
34
|
include Google::Apis::Core::Hashable
|
@@ -80,6 +85,11 @@ module Google
|
|
80
85
|
|
81
86
|
# Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
|
82
87
|
# Settings exposed at lower level overrides the settings exposed at higher level.
|
88
|
+
# Overriding occurs at the sub-setting level. For example, the
|
89
|
+
# playback_interruption_settings at fulfillment level only overrides the
|
90
|
+
# playback_interruption_settings at the agent level, leaving other settings at
|
91
|
+
# the agent level unchanged. DTMF settings does not override each other. DTMF
|
92
|
+
# settings set at different levels define DTMF detections running in parallel.
|
83
93
|
# Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
|
84
94
|
# Corresponds to the JSON property `advancedSettings`
|
85
95
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings]
|
@@ -4916,9 +4926,10 @@ module Google
|
|
4916
4926
|
attr_accessor :enable_audio_redaction
|
4917
4927
|
alias_method :enable_audio_redaction?, :enable_audio_redaction
|
4918
4928
|
|
4919
|
-
# Cloud Storage bucket to export audio record to.
|
4920
|
-
#
|
4921
|
-
# this
|
4929
|
+
# Cloud Storage bucket to export audio record to. Settings this field would
|
4930
|
+
# grant the Storage Object Creator role to the Dialogflow Service Agent. API
|
4931
|
+
# caller that tries to modify this field should have the permission of storage.
|
4932
|
+
# buckets.setIamPolicy.
|
4922
4933
|
# Corresponds to the JSON property `gcsBucket`
|
4923
4934
|
# @return [String]
|
4924
4935
|
attr_accessor :gcs_bucket
|
@@ -9758,12 +9769,19 @@ module Google
|
|
9758
9769
|
class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
|
9759
9770
|
include Google::Apis::Core::Hashable
|
9760
9771
|
|
9772
|
+
# The resource name of the conversation dataset that will be created. Format: `
|
9773
|
+
# projects//locations//conversationDatasets/`
|
9774
|
+
# Corresponds to the JSON property `conversationDataset`
|
9775
|
+
# @return [String]
|
9776
|
+
attr_accessor :conversation_dataset
|
9777
|
+
|
9761
9778
|
def initialize(**args)
|
9762
9779
|
update!(**args)
|
9763
9780
|
end
|
9764
9781
|
|
9765
9782
|
# Update properties of this object
|
9766
9783
|
def update!(**args)
|
9784
|
+
@conversation_dataset = args[:conversation_dataset] if args.key?(:conversation_dataset)
|
9767
9785
|
end
|
9768
9786
|
end
|
9769
9787
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.41.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220901"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5280,6 +5280,7 @@ module Google
|
|
5280
5280
|
class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
|
5281
5281
|
# @private
|
5282
5282
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5283
|
+
property :conversation_dataset, as: 'conversationDataset'
|
5283
5284
|
end
|
5284
5285
|
end
|
5285
5286
|
|
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.
|
4
|
+
version: 0.41.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-
|
11
|
+
date: 2022-09-12 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.41.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: []
|