Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
feat(v3): added the display name of the current page in webhook reque…
Browse files Browse the repository at this point in the history
…sts (#221)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 417856712

Source-Link: googleapis/googleapis@285ed91

Source-Link: https://github.com/googleapis/googleapis-gen/commit/7d528057724e1d42882a7bcd67bfa06951cbf1ca
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2Q1MjgwNTc3MjRlMWQ0Mjg4MmE3YmNkNjdiZmEwNjk1MWNiZjFjYSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Dec 23, 2021
1 parent e24bdfd commit aa91b72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions google/cloud/dialogflowcx_v3/types/webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,12 @@ class PageInfo(proto.Message):
[WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse].
The unique identifier of the current page. Format:
``projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>``.
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]
Expand Down Expand Up @@ -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,)


Expand Down

0 comments on commit aa91b72

Please sign in to comment.