google-cloud-dialogflow-cx-v3 0.9.0 → 0.10.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +1 -1
- data/README.md +5 -5
- data/lib/google/cloud/dialogflow/cx/v3/agents/operations.rb +3 -0
- data/lib/google/cloud/dialogflow/cx/v3/environments/operations.rb +3 -0
- data/lib/google/cloud/dialogflow/cx/v3/flows/operations.rb +3 -0
- data/lib/google/cloud/dialogflow/cx/v3/test_cases/operations.rb +3 -0
- data/lib/google/cloud/dialogflow/cx/v3/version.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/versions/operations.rb +3 -0
- data/proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb +7 -1
- data/proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb +5 -4
- data/proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb +3 -0
- data/proto_docs/google/protobuf/empty.rb +0 -2
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03c30ccc5871c446a8f4d8c6a50655da772c323d7b51016ec2516b544ded94bd
|
4
|
+
data.tar.gz: 4854d22cf66bdbb9051399ad3442d7fcff784c0fa5f1927c021c2da75e1e9534
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c90febd205f073db07914e60c743c8f7fc387f5713ac48f885d69469770c1ce483d5db20c89aca373c2218b81417c368e6de2250d85baa5b952bca3ae47bf36a
|
7
|
+
data.tar.gz: d72f1bcec79aaaacb9599481507a07ebdb9fb29ab2478966bc0e025d7e5ef194ead8ea116fa97203446792609af609c6db3ddb4fbf0dc562cea828315317388d
|
data/AUTHENTICATION.md
CHANGED
@@ -114,7 +114,7 @@ credentials are discovered.
|
|
114
114
|
To configure your system for this, simply:
|
115
115
|
|
116
116
|
1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
|
117
|
-
2. Authenticate using OAuth 2.0 `$ gcloud auth login`
|
117
|
+
2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
|
118
118
|
3. Write code as if already authenticated.
|
119
119
|
|
120
120
|
**NOTE:** This is _not_ recommended for running in production. The Cloud SDK
|
data/README.md
CHANGED
@@ -76,14 +76,14 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
76
76
|
|
77
77
|
## Supported Ruby Versions
|
78
78
|
|
79
|
-
This library is supported on Ruby 2.
|
79
|
+
This library is supported on Ruby 2.6+.
|
80
80
|
|
81
81
|
Google provides official support for Ruby versions that are actively supported
|
82
82
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
83
|
-
in security maintenance, and not end of life.
|
84
|
-
|
85
|
-
|
86
|
-
|
83
|
+
in security maintenance, and not end of life. Older versions of Ruby _may_
|
84
|
+
still work, but are unsupported and not recommended. See
|
85
|
+
https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
|
86
|
+
support schedule.
|
87
87
|
|
88
88
|
## Which client should I use?
|
89
89
|
|
@@ -24,7 +24,13 @@ module Google
|
|
24
24
|
module V3
|
25
25
|
# Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
|
26
26
|
# Settings exposed at lower level overrides the settings exposed at higher
|
27
|
-
# level.
|
27
|
+
# level. 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
|
30
|
+
# at the agent level unchanged.
|
31
|
+
#
|
32
|
+
# DTMF settings does not override each other. DTMF settings set at different
|
33
|
+
# levels define DTMF detections running in parallel.
|
28
34
|
#
|
29
35
|
# Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
|
30
36
|
# @!attribute [rw] logging_settings
|
@@ -205,10 +205,11 @@ module Google
|
|
205
205
|
# Settings for exporting audio.
|
206
206
|
# @!attribute [rw] gcs_bucket
|
207
207
|
# @return [::String]
|
208
|
-
# Cloud Storage bucket to export audio record to.
|
209
|
-
#
|
210
|
-
#
|
211
|
-
#
|
208
|
+
# Cloud Storage bucket to export audio record to.
|
209
|
+
# Setting this field would grant the Storage Object Creator role to
|
210
|
+
# the Dialogflow Service Agent.
|
211
|
+
# API caller that tries to modify this field should have the permission of
|
212
|
+
# storage.buckets.setIamPolicy.
|
212
213
|
# @!attribute [rw] audio_export_pattern
|
213
214
|
# @return [::String]
|
214
215
|
# Filename pattern for exported audio.
|
@@ -209,6 +209,9 @@ module Google
|
|
209
209
|
|
210
210
|
# The request message for a webhook call. The request is sent as a JSON object
|
211
211
|
# and the field names will be presented in camel cases.
|
212
|
+
#
|
213
|
+
# You may see undocumented fields in an actual request. These fields are used
|
214
|
+
# internally by Dialogflow and should be ignored.
|
212
215
|
# @!attribute [rw] detect_intent_response_id
|
213
216
|
# @return [::String]
|
214
217
|
# Always present. The unique identifier of the {::Google::Cloud::Dialogflow::CX::V3::DetectIntentResponse DetectIntentResponse} that
|
@@ -26,8 +26,6 @@ module Google
|
|
26
26
|
# service Foo {
|
27
27
|
# rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
|
28
28
|
# }
|
29
|
-
#
|
30
|
-
# The JSON representation for `Empty` is empty JSON object `{}`.
|
31
29
|
class Empty
|
32
30
|
include ::Google::Protobuf::MessageExts
|
33
31
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-dialogflow-cx-v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.1
|
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-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.12'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.12'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -70,28 +70,28 @@ dependencies:
|
|
70
70
|
requirements:
|
71
71
|
- - "~>"
|
72
72
|
- !ruby/object:Gem::Version
|
73
|
-
version: 1.
|
73
|
+
version: 1.26.1
|
74
74
|
type: :development
|
75
75
|
prerelease: false
|
76
76
|
version_requirements: !ruby/object:Gem::Requirement
|
77
77
|
requirements:
|
78
78
|
- - "~>"
|
79
79
|
- !ruby/object:Gem::Version
|
80
|
-
version: 1.
|
80
|
+
version: 1.26.1
|
81
81
|
- !ruby/object:Gem::Dependency
|
82
82
|
name: minitest
|
83
83
|
requirement: !ruby/object:Gem::Requirement
|
84
84
|
requirements:
|
85
85
|
- - "~>"
|
86
86
|
- !ruby/object:Gem::Version
|
87
|
-
version: '5.
|
87
|
+
version: '5.16'
|
88
88
|
type: :development
|
89
89
|
prerelease: false
|
90
90
|
version_requirements: !ruby/object:Gem::Requirement
|
91
91
|
requirements:
|
92
92
|
- - "~>"
|
93
93
|
- !ruby/object:Gem::Version
|
94
|
-
version: '5.
|
94
|
+
version: '5.16'
|
95
95
|
- !ruby/object:Gem::Dependency
|
96
96
|
name: minitest-focus
|
97
97
|
requirement: !ruby/object:Gem::Requirement
|
@@ -126,14 +126,14 @@ dependencies:
|
|
126
126
|
requirements:
|
127
127
|
- - ">="
|
128
128
|
- !ruby/object:Gem::Version
|
129
|
-
version: '
|
129
|
+
version: '13.0'
|
130
130
|
type: :development
|
131
131
|
prerelease: false
|
132
132
|
version_requirements: !ruby/object:Gem::Requirement
|
133
133
|
requirements:
|
134
134
|
- - ">="
|
135
135
|
- !ruby/object:Gem::Version
|
136
|
-
version: '
|
136
|
+
version: '13.0'
|
137
137
|
- !ruby/object:Gem::Dependency
|
138
138
|
name: redcarpet
|
139
139
|
requirement: !ruby/object:Gem::Requirement
|
@@ -348,7 +348,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
348
348
|
requirements:
|
349
349
|
- - ">="
|
350
350
|
- !ruby/object:Gem::Version
|
351
|
-
version: '2.
|
351
|
+
version: '2.6'
|
352
352
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
353
353
|
requirements:
|
354
354
|
- - ">="
|