Skip to content

Commit 913b9bd

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
docs: improve comments for protos
PiperOrigin-RevId: 458250124
1 parent e63fcd7 commit 913b9bd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

+7-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ option ruby_package = "Google::Cloud::Dialogflow::CX::V3";
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/v3/webhook.proto

+3
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)