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