You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google/cloud/dialogflow/cx/v3/webhook.proto
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -509,6 +509,10 @@ message PageInfo {
509
509
type: "dialogflow.googleapis.com/Page"
510
510
}];
511
511
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
+
stringdisplay_name=4;
515
+
512
516
// Optional for both [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] and [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse].
0 commit comments