This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
google/cloud/dialogflowcx_v3beta1/types Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -531,6 +531,12 @@ class PageInfo(proto.Message):
531
531
[WebhookResponse][google.cloud.dialogflow.cx.v3beta1.WebhookResponse].
532
532
The unique identifier of the current page. Format:
533
533
``projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>``.
534
+ display_name (str):
535
+ Always present for
536
+ [WebhookRequest][google.cloud.dialogflow.cx.v3beta1.WebhookRequest].
537
+ Ignored for
538
+ [WebhookResponse][google.cloud.dialogflow.cx.v3beta1.WebhookResponse].
539
+ The display name of the current page.
534
540
form_info (google.cloud.dialogflowcx_v3beta1.types.PageInfo.FormInfo):
535
541
Optional for both
536
542
[WebhookRequest][google.cloud.dialogflow.cx.v3beta1.WebhookRequest]
@@ -619,6 +625,7 @@ class ParameterState(proto.Enum):
619
625
)
620
626
621
627
current_page = proto .Field (proto .STRING , number = 1 ,)
628
+ display_name = proto .Field (proto .STRING , number = 4 ,)
622
629
form_info = proto .Field (proto .MESSAGE , number = 3 , message = FormInfo ,)
623
630
624
631
You can’t perform that action at this time.
0 commit comments