diff --git a/google/cloud/dialogflowcx_v3/types/webhook.py b/google/cloud/dialogflowcx_v3/types/webhook.py index 62dc4c69..dbd06844 100644 --- a/google/cloud/dialogflowcx_v3/types/webhook.py +++ b/google/cloud/dialogflowcx_v3/types/webhook.py @@ -529,6 +529,12 @@ class PageInfo(proto.Message): [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. The unique identifier of the current page. Format: ``projects//locations//agents//flows//pages/``. + display_name (str): + Always present for + [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest]. + Ignored for + [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. + The display name of the current page. form_info (google.cloud.dialogflowcx_v3.types.PageInfo.FormInfo): Optional for both [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] @@ -617,6 +623,7 @@ class ParameterState(proto.Enum): ) current_page = proto.Field(proto.STRING, number=1,) + display_name = proto.Field(proto.STRING, number=4,) form_info = proto.Field(proto.MESSAGE, number=3, message=FormInfo,)