File tree 2 files changed +10
-1
lines changed
google/cloud/dialogflow/cx/v3
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,13 @@ option ruby_package = "Google::Cloud::Dialogflow::CX::V3";
29
29
30
30
// Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
31
31
// Settings exposed at lower level overrides the settings exposed at higher
32
- // level.
32
+ // level. Overriding occurs at the sub-setting level. For example, the
33
+ // playback_interruption_settings at fulfillment level only overrides the
34
+ // playback_interruption_settings at the agent level, leaving other settings
35
+ // at the agent level unchanged.
36
+ //
37
+ // DTMF settings does not override each other. DTMF settings set at different
38
+ // levels define DTMF detections running in parallel.
33
39
//
34
40
// Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
35
41
message AdvancedSettings {
Original file line number Diff line number Diff line change @@ -273,6 +273,9 @@ message DeleteWebhookRequest {
273
273
274
274
// The request message for a webhook call. The request is sent as a JSON object
275
275
// and the field names will be presented in camel cases.
276
+ //
277
+ // You may see undocumented fields in an actual request. These fields are used
278
+ // internally by Dialogflow and should be ignored.
276
279
message WebhookRequest {
277
280
// Represents fulfillment information communicated to the webhook.
278
281
message FulfillmentInfo {
You can’t perform that action at this time.
0 commit comments