google-cloud-dialogflow-cx-v3 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/dialogflow/cx/v3/advanced_settings_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/agent_pb.rb +2 -1
- data/lib/google/cloud/dialogflow/cx/v3/agents/client.rb +13 -13
- data/lib/google/cloud/dialogflow/cx/v3/agents/paths.rb +19 -0
- data/lib/google/cloud/dialogflow/cx/v3/agents/rest/client.rb +13 -13
- data/lib/google/cloud/dialogflow/cx/v3/audio_config_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/changelog_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/changelogs/client.rb +3 -3
- data/lib/google/cloud/dialogflow/cx/v3/changelogs/rest/client.rb +3 -3
- data/lib/google/cloud/dialogflow/cx/v3/data_store_connection_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/deployments/client.rb +3 -5
- data/lib/google/cloud/dialogflow/cx/v3/deployments/rest/client.rb +3 -5
- data/lib/google/cloud/dialogflow/cx/v3/entity_type_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/entity_types/client.rb +12 -13
- data/lib/google/cloud/dialogflow/cx/v3/entity_types/rest/client.rb +12 -13
- data/lib/google/cloud/dialogflow/cx/v3/environment_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/environments/client.rb +15 -17
- data/lib/google/cloud/dialogflow/cx/v3/environments/rest/client.rb +15 -17
- data/lib/google/cloud/dialogflow/cx/v3/experiment_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/experiments/client.rb +9 -13
- data/lib/google/cloud/dialogflow/cx/v3/experiments/rest/client.rb +9 -13
- data/lib/google/cloud/dialogflow/cx/v3/flow_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/flows/client.rb +15 -15
- data/lib/google/cloud/dialogflow/cx/v3/flows/rest/client.rb +15 -15
- data/lib/google/cloud/dialogflow/cx/v3/fulfillment_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/gcs_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/generative_settings_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/generator_pb.rb +2 -1
- data/lib/google/cloud/dialogflow/cx/v3/generators/client.rb +6 -6
- data/lib/google/cloud/dialogflow/cx/v3/generators/rest/client.rb +6 -6
- data/lib/google/cloud/dialogflow/cx/v3/import_strategy_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/intent_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/intents/client.rb +10 -11
- data/lib/google/cloud/dialogflow/cx/v3/intents/rest/client.rb +10 -11
- data/lib/google/cloud/dialogflow/cx/v3/page_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/pages/client.rb +8 -8
- data/lib/google/cloud/dialogflow/cx/v3/pages/rest/client.rb +8 -8
- data/lib/google/cloud/dialogflow/cx/v3/safety_settings_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/client.rb +6 -6
- data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/rest/client.rb +6 -6
- data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/client.rb +25 -23
- data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/rest/client.rb +25 -23
- data/lib/google/cloud/dialogflow/cx/v3/session_pb.rb +5 -1
- data/lib/google/cloud/dialogflow/cx/v3/sessions/client.rb +12 -9
- data/lib/google/cloud/dialogflow/cx/v3/sessions/rest/client.rb +12 -9
- data/lib/google/cloud/dialogflow/cx/v3/test_case_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/test_cases/client.rb +25 -25
- data/lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb +25 -25
- data/lib/google/cloud/dialogflow/cx/v3/transition_route_group_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/client.rb +14 -15
- data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/rest/client.rb +14 -15
- data/lib/google/cloud/dialogflow/cx/v3/validation_message_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/version.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/version_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/versions/client.rb +13 -14
- data/lib/google/cloud/dialogflow/cx/v3/versions/rest/client.rb +13 -14
- data/lib/google/cloud/dialogflow/cx/v3/webhook_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/webhooks/client.rb +6 -6
- data/lib/google/cloud/dialogflow/cx/v3/webhooks/rest/client.rb +6 -6
- data/proto_docs/google/api/client.rb +37 -0
- data/proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb +1 -1
- data/proto_docs/google/cloud/dialogflow/cx/v3/agent.rb +44 -20
- data/proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb +6 -0
- data/proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb +5 -5
- data/proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb +11 -13
- data/proto_docs/google/cloud/dialogflow/cx/v3/entity_type.rb +16 -17
- data/proto_docs/google/cloud/dialogflow/cx/v3/environment.rb +26 -28
- data/proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb +15 -19
- data/proto_docs/google/cloud/dialogflow/cx/v3/flow.rb +28 -27
- data/proto_docs/google/cloud/dialogflow/cx/v3/fulfillment.rb +2 -2
- data/proto_docs/google/cloud/dialogflow/cx/v3/generative_settings.rb +2 -2
- data/proto_docs/google/cloud/dialogflow/cx/v3/generator.rb +41 -8
- data/proto_docs/google/cloud/dialogflow/cx/v3/intent.rb +19 -19
- data/proto_docs/google/cloud/dialogflow/cx/v3/page.rb +33 -33
- data/proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb +2 -1
- data/proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb +14 -14
- data/proto_docs/google/cloud/dialogflow/cx/v3/session.rb +107 -22
- data/proto_docs/google/cloud/dialogflow/cx/v3/session_entity_type.rb +30 -28
- data/proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb +41 -43
- data/proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb +16 -18
- data/proto_docs/google/cloud/dialogflow/cx/v3/version.rb +19 -19
- data/proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb +24 -25
- metadata +3 -3
@@ -32,8 +32,8 @@ module Google
|
|
32
32
|
# Must be set for the
|
33
33
|
# {::Google::Cloud::Dialogflow::CX::V3::Generators::Client#update_generator Generators.UpdateGenerator}
|
34
34
|
# method. [Generators.CreateGenerate][] populates the name automatically.
|
35
|
-
# Format:
|
36
|
-
#
|
35
|
+
# Format:
|
36
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/generators/<GeneratorID>`.
|
37
37
|
# @!attribute [rw] display_name
|
38
38
|
# @return [::String]
|
39
39
|
# Required. The human-readable name of the generator, unique within the
|
@@ -46,6 +46,9 @@ module Google
|
|
46
46
|
# @!attribute [rw] placeholders
|
47
47
|
# @return [::Array<::Google::Cloud::Dialogflow::CX::V3::Generator::Placeholder>]
|
48
48
|
# Optional. List of custom placeholders in the prompt text.
|
49
|
+
# @!attribute [rw] model_parameter
|
50
|
+
# @return [::Google::Cloud::Dialogflow::CX::V3::Generator::ModelParameter]
|
51
|
+
# Parameters passed to the LLM to configure its behavior.
|
49
52
|
class Generator
|
50
53
|
include ::Google::Protobuf::MessageExts
|
51
54
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -61,6 +64,36 @@ module Google
|
|
61
64
|
include ::Google::Protobuf::MessageExts
|
62
65
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
63
66
|
end
|
67
|
+
|
68
|
+
# Parameters to be passed to the LLM. If not set, default values will be
|
69
|
+
# used.
|
70
|
+
# @!attribute [rw] temperature
|
71
|
+
# @return [::Float]
|
72
|
+
# The temperature used for sampling. Temperature sampling occurs after both
|
73
|
+
# topP and topK have been applied.
|
74
|
+
# Valid range: [0.0, 1.0]
|
75
|
+
# Low temperature = less random. High temperature = more random.
|
76
|
+
# @!attribute [rw] max_decode_steps
|
77
|
+
# @return [::Integer]
|
78
|
+
# The maximum number of tokens to generate.
|
79
|
+
# @!attribute [rw] top_p
|
80
|
+
# @return [::Float]
|
81
|
+
# If set, only the tokens comprising the top top_p probability mass are
|
82
|
+
# considered. If both top_p and top_k are
|
83
|
+
# set, top_p will be used for further refining candidates selected with
|
84
|
+
# top_k.
|
85
|
+
# Valid range: (0.0, 1.0].
|
86
|
+
# Small topP = less random. Large topP = more random.
|
87
|
+
# @!attribute [rw] top_k
|
88
|
+
# @return [::Integer]
|
89
|
+
# If set, the sampling process in each step is limited to the top_k tokens
|
90
|
+
# with highest probabilities.
|
91
|
+
# Valid range: [1, 40] or 1000+.
|
92
|
+
# Small topK = less random. Large topK = more random.
|
93
|
+
class ModelParameter
|
94
|
+
include ::Google::Protobuf::MessageExts
|
95
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
96
|
+
end
|
64
97
|
end
|
65
98
|
|
66
99
|
# Text input which can be used for prompt or banned phrases.
|
@@ -77,7 +110,7 @@ module Google
|
|
77
110
|
# @!attribute [rw] parent
|
78
111
|
# @return [::String]
|
79
112
|
# Required. The agent to list all generators for.
|
80
|
-
# Format: `projects/<
|
113
|
+
# Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
|
81
114
|
# @!attribute [rw] language_code
|
82
115
|
# @return [::String]
|
83
116
|
# The language to list generators for.
|
@@ -113,8 +146,8 @@ module Google
|
|
113
146
|
# @!attribute [rw] name
|
114
147
|
# @return [::String]
|
115
148
|
# Required. The name of the generator.
|
116
|
-
# Format:
|
117
|
-
#
|
149
|
+
# Format:
|
150
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/generators/<GeneratorID>`.
|
118
151
|
# @!attribute [rw] language_code
|
119
152
|
# @return [::String]
|
120
153
|
# The language to list generators for.
|
@@ -128,7 +161,7 @@ module Google
|
|
128
161
|
# @!attribute [rw] parent
|
129
162
|
# @return [::String]
|
130
163
|
# Required. The agent to create a generator for.
|
131
|
-
# Format: `projects/<
|
164
|
+
# Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
|
132
165
|
# @!attribute [rw] generator
|
133
166
|
# @return [::Google::Cloud::Dialogflow::CX::V3::Generator]
|
134
167
|
# Required. The generator to create.
|
@@ -164,8 +197,8 @@ module Google
|
|
164
197
|
# @!attribute [rw] name
|
165
198
|
# @return [::String]
|
166
199
|
# Required. The name of the generator to delete.
|
167
|
-
# Format:
|
168
|
-
#
|
200
|
+
# Format:
|
201
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/generators/<GeneratorID>`.
|
169
202
|
# @!attribute [rw] force
|
170
203
|
# @return [::Boolean]
|
171
204
|
# This field has no effect for generators not being used.
|
@@ -35,8 +35,8 @@ module Google
|
|
35
35
|
# method.
|
36
36
|
# {::Google::Cloud::Dialogflow::CX::V3::Intents::Client#create_intent Intents.CreateIntent}
|
37
37
|
# populates the name automatically.
|
38
|
-
# Format:
|
39
|
-
#
|
38
|
+
# Format:
|
39
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>`.
|
40
40
|
# @!attribute [rw] display_name
|
41
41
|
# @return [::String]
|
42
42
|
# Required. The human-readable name of the intent, unique within the agent.
|
@@ -145,11 +145,12 @@ module Google
|
|
145
145
|
# @!attribute [rw] entity_type
|
146
146
|
# @return [::String]
|
147
147
|
# Required. The entity type of the parameter.
|
148
|
-
# Format:
|
149
|
-
#
|
148
|
+
# Format:
|
149
|
+
# `projects/-/locations/-/agents/-/entityTypes/<SystemEntityTypeID>` for
|
150
|
+
# system entity types (for example,
|
150
151
|
# `projects/-/locations/-/agents/-/entityTypes/sys.date`), or
|
151
|
-
# `projects/<
|
152
|
-
#
|
152
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entityTypes/<EntityTypeID>`
|
153
|
+
# for developer entity types.
|
153
154
|
# @!attribute [rw] is_list
|
154
155
|
# @return [::Boolean]
|
155
156
|
# Indicates whether the parameter represents a list of values.
|
@@ -181,7 +182,7 @@ module Google
|
|
181
182
|
# @!attribute [rw] parent
|
182
183
|
# @return [::String]
|
183
184
|
# Required. The agent to list all intents for.
|
184
|
-
# Format: `projects/<
|
185
|
+
# Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
|
185
186
|
# @!attribute [rw] language_code
|
186
187
|
# @return [::String]
|
187
188
|
# The language to list intents for. The following fields are language
|
@@ -229,8 +230,8 @@ module Google
|
|
229
230
|
# @!attribute [rw] name
|
230
231
|
# @return [::String]
|
231
232
|
# Required. The name of the intent.
|
232
|
-
# Format:
|
233
|
-
#
|
233
|
+
# Format:
|
234
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>`.
|
234
235
|
# @!attribute [rw] language_code
|
235
236
|
# @return [::String]
|
236
237
|
# The language to retrieve the intent for. The following fields are language
|
@@ -253,7 +254,7 @@ module Google
|
|
253
254
|
# @!attribute [rw] parent
|
254
255
|
# @return [::String]
|
255
256
|
# Required. The agent to create an intent for.
|
256
|
-
# Format: `projects/<
|
257
|
+
# Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
|
257
258
|
# @!attribute [rw] intent
|
258
259
|
# @return [::Google::Cloud::Dialogflow::CX::V3::Intent]
|
259
260
|
# Required. The intent to create.
|
@@ -303,8 +304,8 @@ module Google
|
|
303
304
|
# @!attribute [rw] name
|
304
305
|
# @return [::String]
|
305
306
|
# Required. The name of the intent to delete.
|
306
|
-
# Format:
|
307
|
-
#
|
307
|
+
# Format:
|
308
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>`.
|
308
309
|
class DeleteIntentRequest
|
309
310
|
include ::Google::Protobuf::MessageExts
|
310
311
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -315,7 +316,7 @@ module Google
|
|
315
316
|
# @!attribute [rw] parent
|
316
317
|
# @return [::String]
|
317
318
|
# Required. The agent to import the intents into.
|
318
|
-
# Format: `projects/<
|
319
|
+
# Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
|
319
320
|
# @!attribute [rw] intents_uri
|
320
321
|
# @return [::String]
|
321
322
|
# The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
|
@@ -375,8 +376,8 @@ module Google
|
|
375
376
|
# @!attribute [rw] intents
|
376
377
|
# @return [::Array<::String>]
|
377
378
|
# The unique identifier of the imported intents.
|
378
|
-
# Format:
|
379
|
-
#
|
379
|
+
# Format:
|
380
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>`.
|
380
381
|
# @!attribute [rw] conflicting_resources
|
381
382
|
# @return [::Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse::ConflictingResources]
|
382
383
|
# Info which resources have conflicts when
|
@@ -414,13 +415,12 @@ module Google
|
|
414
415
|
# @!attribute [rw] parent
|
415
416
|
# @return [::String]
|
416
417
|
# Required. The name of the parent agent to export intents.
|
417
|
-
# Format: `projects/<
|
418
|
-
# ID>`.
|
418
|
+
# Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
|
419
419
|
# @!attribute [rw] intents
|
420
420
|
# @return [::Array<::String>]
|
421
421
|
# Required. The name of the intents to export.
|
422
|
-
# Format:
|
423
|
-
#
|
422
|
+
# Format:
|
423
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>`.
|
424
424
|
# @!attribute [rw] intents_uri
|
425
425
|
# @return [::String]
|
426
426
|
# Optional. The [Google Cloud
|
@@ -45,8 +45,8 @@ module Google
|
|
45
45
|
# {::Google::Cloud::Dialogflow::CX::V3::Pages::Client#update_page Pages.UpdatePage} method.
|
46
46
|
# {::Google::Cloud::Dialogflow::CX::V3::Pages::Client#create_page Pages.CreatePage}
|
47
47
|
# populates the name automatically.
|
48
|
-
# Format:
|
49
|
-
#
|
48
|
+
# Format:
|
49
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
|
50
50
|
# @!attribute [rw] display_name
|
51
51
|
# @return [::String]
|
52
52
|
# Required. The human-readable name of the page, unique within the flow.
|
@@ -76,11 +76,10 @@ module Google
|
|
76
76
|
# * If multiple transition route groups within a page contain the same
|
77
77
|
# intent, then the first group in the ordered list takes precedence.
|
78
78
|
#
|
79
|
-
# Format:`projects/<
|
80
|
-
#
|
81
|
-
#
|
82
|
-
#
|
83
|
-
# groups.
|
79
|
+
# Format:`projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/transitionRouteGroups/<TransitionRouteGroupID>`
|
80
|
+
# or
|
81
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/transitionRouteGroups/<TransitionRouteGroupID>`
|
82
|
+
# for agent-level groups.
|
84
83
|
# @!attribute [rw] transition_routes
|
85
84
|
# @return [::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRoute>]
|
86
85
|
# A list of transitions for the transition rules of this page.
|
@@ -147,11 +146,12 @@ module Google
|
|
147
146
|
# @!attribute [rw] entity_type
|
148
147
|
# @return [::String]
|
149
148
|
# Required. The entity type of the parameter.
|
150
|
-
# Format:
|
151
|
-
#
|
149
|
+
# Format:
|
150
|
+
# `projects/-/locations/-/agents/-/entityTypes/<SystemEntityTypeID>` for
|
151
|
+
# system entity types (for example,
|
152
152
|
# `projects/-/locations/-/agents/-/entityTypes/sys.date`), or
|
153
|
-
# `projects/<
|
154
|
-
#
|
153
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entityTypes/<EntityTypeID>`
|
154
|
+
# for developer entity types.
|
155
155
|
# @!attribute [rw] is_list
|
156
156
|
# @return [::Boolean]
|
157
157
|
# Indicates whether the parameter represents a list of values.
|
@@ -255,13 +255,13 @@ module Google
|
|
255
255
|
# @!attribute [rw] target_page
|
256
256
|
# @return [::String]
|
257
257
|
# The target page to transition to.
|
258
|
-
# Format:
|
259
|
-
#
|
258
|
+
# Format:
|
259
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
|
260
260
|
# @!attribute [rw] target_flow
|
261
261
|
# @return [::String]
|
262
262
|
# The target flow to transition to.
|
263
|
-
# Format:
|
264
|
-
#
|
263
|
+
# Format:
|
264
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
|
265
265
|
class EventHandler
|
266
266
|
include ::Google::Protobuf::MessageExts
|
267
267
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -293,8 +293,8 @@ module Google
|
|
293
293
|
# @!attribute [rw] intent
|
294
294
|
# @return [::String]
|
295
295
|
# The unique identifier of an {::Google::Cloud::Dialogflow::CX::V3::Intent Intent}.
|
296
|
-
# Format:
|
297
|
-
#
|
296
|
+
# Format:
|
297
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>`.
|
298
298
|
# Indicates that the transition can only happen when the given intent is
|
299
299
|
# matched.
|
300
300
|
# At least one of `intent` or `condition` must be specified. When both
|
@@ -319,13 +319,13 @@ module Google
|
|
319
319
|
# @!attribute [rw] target_page
|
320
320
|
# @return [::String]
|
321
321
|
# The target page to transition to.
|
322
|
-
# Format:
|
323
|
-
#
|
322
|
+
# Format:
|
323
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
|
324
324
|
# @!attribute [rw] target_flow
|
325
325
|
# @return [::String]
|
326
326
|
# The target flow to transition to.
|
327
|
-
# Format:
|
328
|
-
#
|
327
|
+
# Format:
|
328
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
|
329
329
|
class TransitionRoute
|
330
330
|
include ::Google::Protobuf::MessageExts
|
331
331
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -336,8 +336,8 @@ module Google
|
|
336
336
|
# @!attribute [rw] parent
|
337
337
|
# @return [::String]
|
338
338
|
# Required. The flow to list all pages for.
|
339
|
-
# Format:
|
340
|
-
#
|
339
|
+
# Format:
|
340
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
|
341
341
|
# @!attribute [rw] language_code
|
342
342
|
# @return [::String]
|
343
343
|
# The language to list pages for. The following fields are language
|
@@ -393,8 +393,8 @@ module Google
|
|
393
393
|
# @!attribute [rw] name
|
394
394
|
# @return [::String]
|
395
395
|
# Required. The name of the page.
|
396
|
-
# Format:
|
397
|
-
#
|
396
|
+
# Format:
|
397
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
|
398
398
|
# @!attribute [rw] language_code
|
399
399
|
# @return [::String]
|
400
400
|
# The language to retrieve the page for. The following fields are language
|
@@ -428,8 +428,8 @@ module Google
|
|
428
428
|
# @!attribute [rw] parent
|
429
429
|
# @return [::String]
|
430
430
|
# Required. The flow to create a page for.
|
431
|
-
# Format:
|
432
|
-
#
|
431
|
+
# Format:
|
432
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
|
433
433
|
# @!attribute [rw] page
|
434
434
|
# @return [::Google::Cloud::Dialogflow::CX::V3::Page]
|
435
435
|
# Required. The page to create.
|
@@ -501,8 +501,8 @@ module Google
|
|
501
501
|
# @!attribute [rw] name
|
502
502
|
# @return [::String]
|
503
503
|
# Required. The name of the page to delete.
|
504
|
-
# Format:
|
505
|
-
#
|
504
|
+
# Format:
|
505
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/Flows/<flowID>/pages/<PageID>`.
|
506
506
|
# @!attribute [rw] force
|
507
507
|
# @return [::Boolean]
|
508
508
|
# This field has no effect for pages with no incoming transitions.
|
@@ -538,13 +538,13 @@ module Google
|
|
538
538
|
# @!attribute [rw] target_page
|
539
539
|
# @return [::String]
|
540
540
|
# The target page to transition to.
|
541
|
-
# Format:
|
542
|
-
#
|
541
|
+
# Format:
|
542
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
|
543
543
|
# @!attribute [rw] target_flow
|
544
544
|
# @return [::String]
|
545
545
|
# The target flow to transition to.
|
546
|
-
# Format:
|
547
|
-
#
|
546
|
+
# Format:
|
547
|
+
# `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
|
548
548
|
# @!attribute [rw] data_store_connections
|
549
549
|
# @return [::Array<::Google::Cloud::Dialogflow::CX::V3::DataStoreConnection>]
|
550
550
|
# Optional. List of related data store connections.
|
@@ -101,7 +101,8 @@ module Google
|
|
101
101
|
# The text response message.
|
102
102
|
# @!attribute [rw] text
|
103
103
|
# @return [::Array<::String>]
|
104
|
-
# Required. A collection of text
|
104
|
+
# Required. A collection of text response variants. If multiple variants
|
105
|
+
# are defined, only one text response variant is returned at runtime.
|
105
106
|
# @!attribute [r] allow_playback_interruption
|
106
107
|
# @return [::Boolean]
|
107
108
|
# Output only. Whether the playback of this message can be interrupted by
|
@@ -27,8 +27,8 @@ module Google
|
|
27
27
|
# @!attribute [rw] name
|
28
28
|
# @return [::String]
|
29
29
|
# Required. Resource name of the settings.
|
30
|
-
# Format:
|
31
|
-
#
|
30
|
+
# Format:
|
31
|
+
# `projects/<ProjectID>/locations/<LocationID>/securitySettings/<securitysettingsID>`.
|
32
32
|
class GetSecuritySettingsRequest
|
33
33
|
include ::Google::Protobuf::MessageExts
|
34
34
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -53,7 +53,7 @@ module Google
|
|
53
53
|
# @!attribute [rw] parent
|
54
54
|
# @return [::String]
|
55
55
|
# Required. The location to list all security settings for.
|
56
|
-
# Format: `projects/<
|
56
|
+
# Format: `projects/<ProjectID>/locations/<LocationID>`.
|
57
57
|
# @!attribute [rw] page_size
|
58
58
|
# @return [::Integer]
|
59
59
|
# The maximum number of items to return in a single page. By default 20 and
|
@@ -84,7 +84,7 @@ module Google
|
|
84
84
|
# @return [::String]
|
85
85
|
# Required. The location to create an
|
86
86
|
# {::Google::Cloud::Dialogflow::CX::V3::SecuritySettings SecuritySettings} for.
|
87
|
-
# Format: `projects/<
|
87
|
+
# Format: `projects/<ProjectID>/locations/<LocationID>`.
|
88
88
|
# @!attribute [rw] security_settings
|
89
89
|
# @return [::Google::Cloud::Dialogflow::CX::V3::SecuritySettings]
|
90
90
|
# Required. The security settings to create.
|
@@ -98,8 +98,8 @@ module Google
|
|
98
98
|
# @return [::String]
|
99
99
|
# Required. The name of the
|
100
100
|
# {::Google::Cloud::Dialogflow::CX::V3::SecuritySettings SecuritySettings} to
|
101
|
-
# delete. Format:
|
102
|
-
#
|
101
|
+
# delete. Format:
|
102
|
+
# `projects/<ProjectID>/locations/<LocationID>/securitySettings/<SecuritySettingsID>`.
|
103
103
|
class DeleteSecuritySettingsRequest
|
104
104
|
include ::Google::Protobuf::MessageExts
|
105
105
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -115,8 +115,8 @@ module Google
|
|
115
115
|
# {::Google::Cloud::Dialogflow::CX::V3::SecuritySettingsService::Client#update_security_settings SecuritySettingsService.UpdateSecuritySettings}
|
116
116
|
# method.
|
117
117
|
# {::Google::Cloud::Dialogflow::CX::V3::SecuritySettingsService::Client#create_security_settings SecuritySettingsService.CreateSecuritySettings}
|
118
|
-
# populates the name automatically. Format:
|
119
|
-
#
|
118
|
+
# populates the name automatically. Format:
|
119
|
+
# `projects/<ProjectID>/locations/<LocationID>/securitySettings/<SecuritySettingsID>`.
|
120
120
|
# @!attribute [rw] display_name
|
121
121
|
# @return [::String]
|
122
122
|
# Required. The human-readable name of the security settings, unique within
|
@@ -142,9 +142,9 @@ module Google
|
|
142
142
|
# If empty, we use the default DLP inspect config.
|
143
143
|
#
|
144
144
|
# The template name will have one of the following formats:
|
145
|
-
# `projects/<
|
146
|
-
#
|
147
|
-
#
|
145
|
+
# `projects/<ProjectID>/locations/<LocationID>/inspectTemplates/<TemplateID>`
|
146
|
+
# OR
|
147
|
+
# `organizations/<OrganizationID>/locations/<LocationID>/inspectTemplates/<TemplateID>`
|
148
148
|
#
|
149
149
|
# Note: `inspect_template` must be located in the same region as the
|
150
150
|
# `SecuritySettings`.
|
@@ -161,9 +161,9 @@ module Google
|
|
161
161
|
# If empty, Dialogflow replaces sensitive info with `[redacted]` text.
|
162
162
|
#
|
163
163
|
# The template name will have one of the following formats:
|
164
|
-
# `projects/<
|
165
|
-
#
|
166
|
-
#
|
164
|
+
# `projects/<ProjectID>/locations/<LocationID>/deidentifyTemplates/<TemplateID>`
|
165
|
+
# OR
|
166
|
+
# `organizations/<OrganizationID>/locations/<LocationID>/deidentifyTemplates/<TemplateID>`
|
167
167
|
#
|
168
168
|
# Note: `deidentify_template` must be located in the same region as the
|
169
169
|
# `SecuritySettings`.
|