GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2MessageEntry (google_api_dialogflow v0.89.0)
View SourceRepresents a message entry of a conversation.
Attributes
-
createTime(type:DateTime.t, default:nil) - Optional. Create time of the message entry. -
languageCode(type:String.t, default:nil) - Optional. The language of the text. See Language Support for a list of the currently supported language codes. -
role(type:String.t, default:nil) - Optional. Participant role of the message. -
text(type:String.t, default:nil) - Optional. Transcript content of the message.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2MessageEntry{ createTime: DateTime.t() | nil, languageCode: String.t() | nil, role: String.t() | nil, text: String.t() | nil }