GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1PageInfo (google_api_dialogflow v0.73.0) View Source
Represents 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.V2.Model.GoogleCloudDialogflowCxV3beta1PageInfoFormInfo.t, default:nil) - Optional for both WebhookRequest and WebhookResponse. Information about the form.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1PageInfo{
currentPage: String.t() | nil,
displayName: String.t() | nil,
formInfo:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1PageInfoFormInfo.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.