GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationContextReference (google_api_dialogflow v0.89.0)
View SourceRepresents a section of ingested context information.
Attributes
-
contextContents
(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationContextReferenceContextContent.t)
, default:nil
) - Required. The list of content updates for a context reference. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time the context reference was first created. -
languageCode
(type:String.t
, default:nil
) - Optional. The language of the information ingested, defaults to "en-US" if not set. -
updateMode
(type:String.t
, default:nil
) - Required. The mode in which context reference contents are updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationContextReference{ contextContents: [ GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationContextReferenceContextContent.t() ] | nil, createTime: DateTime.t() | nil, languageCode: String.t() | nil, updateMode: String.t() | nil }