Skip to content

Commit 285ed91

Browse files
Google APIscopybara-github
authored andcommitted
feat: added the display name of the current page in webhook requests
PiperOrigin-RevId: 417856712
1 parent 3e58417 commit 285ed91

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,10 @@ message PageInfo {
509509
type: "dialogflow.googleapis.com/Page"
510510
}];
511511

512+
// Always present for [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest]. Ignored for [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse].
513+
// The display name of the current page.
514+
string display_name = 4;
515+
512516
// Optional for both [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] and [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse].
513517
// Information about the form.
514518
FormInfo form_info = 3;

0 commit comments

Comments
 (0)