GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationContextReferenceContextContent (google_api_dialogflow v0.89.0)
View SourceContents ingested.
Attributes
-
content
(type:String.t
, default:nil
) - Required. The information ingested in a single request. -
contentFormat
(type:String.t
, default:nil
) - Required. The format of the ingested string. -
ingestionTime
(type:DateTime.t
, default:nil
) - Output only. The time when this information was incorporated into the relevant context reference.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationContextReferenceContextContent{ content: String.t() | nil, contentFormat: String.t() | nil, ingestionTime: DateTime.t() | nil }