GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse (google_api_dialogflow v0.89.0)
View SourceRepresents a fulfillment response to the user.
Attributes
-
mergeBehavior(type:String.t, default:nil) - Merge behavior formessages. -
messages(type:list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1ResponseMessage.t), default:nil) - The list of rich message responses to present to the user.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse{ mergeBehavior: String.t() | nil, messages: [ GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1ResponseMessage.t() ] | nil }