GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationContextReferenceContextContent (google_api_dialogflow v0.89.0)

View Source

Contents 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

t()

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationContextReferenceContextContent{
    content: String.t() | nil,
    contentFormat: String.t() | nil,
    ingestionTime: DateTime.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.