View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ResponseMessageText (google_api_dialogflow v0.88.3)
The text response message.
Attributes
-
text
(type:list(String.t)
, default:nil
) - A collection of text response variants. If multiple variants are defined, only one text response variant is returned at runtime.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ResponseMessageText{ text: [String.t()] | nil }