GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3PageInfo (google_api_dialogflow v0.89.0)
View SourceRepresents page information communicated to and from the webhook.
Attributes
-
currentPage(type:String.t, default:nil) - Always present for WebhookRequest. Ignored for WebhookResponse. The unique identifier of the current page. Format:projects//locations//agents//flows//pages/. -
displayName(type:String.t, default:nil) - Always present for WebhookRequest. Ignored for WebhookResponse. The display name of the current page. -
formInfo(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3PageInfoFormInfo.t, default:nil) - Optional for both WebhookRequest and WebhookResponse. Information about the form.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3PageInfo{ currentPage: String.t() | nil, displayName: String.t() | nil, formInfo: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3PageInfoFormInfo.t() | nil }