View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse (google_api_dialogflow v0.88.3)
Represents a fulfillment response to the user.
Attributes
-
mergeBehavior
(type:String.t
, default:nil
) - Merge behavior formessages
. -
messages
(type:list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ResponseMessage.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.GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse{ mergeBehavior: String.t() | nil, messages: [ GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ResponseMessage.t() ] | nil }