GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3PageInfo (google_api_dialogflow v0.72.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/. -
formInfo(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3PageInfoFormInfo.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.V3.Model.GoogleCloudDialogflowCxV3PageInfo{
currentPage: String.t() | nil,
formInfo:
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3PageInfoFormInfo.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.