Skip to content

Commit c425ac6

Browse files
Google APIscopybara-github
authored andcommitted
docs: clarify descriptions of the AdvancedSettings and WebhookRequest data types
PiperOrigin-RevId: 458000126
1 parent 7928770 commit c425ac6

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

google/cloud/dialogflow/cx/v3beta1/advanced_settings.proto

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ option ruby_package = "Google::Cloud::Dialogflow::CX::V3beta1";
2929

3030
// Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
3131
// 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.
3339
//
3440
// Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
3541
message AdvancedSettings {

google/cloud/dialogflow/cx/v3beta1/webhook.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,9 @@ message DeleteWebhookRequest {
273273

274274
// The request message for a webhook call. The request is sent as a JSON object
275275
// 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.
276279
message WebhookRequest {
277280
// Represents fulfillment information communicated to the webhook.
278281
message FulfillmentInfo {

0 commit comments

Comments
 (0)