View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationInfo (google_api_dialogflow v0.88.3)
Represents metadata of a conversation.
Attributes
-
languageCode
(type:String.t
, default:nil
) - Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationInfo{ languageCode: String.t() | nil }