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

View Source

The response message for ConversationsService.IngestContextReferences.

Attributes

  • ingestedContextReferences (type: %{optional(String.t) => GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationContextReference.t}, default: nil) - All context references ingested.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IngestContextReferencesResponse{
    ingestedContextReferences:
      %{
        optional(String.t()) =>
          GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationContextReference.t()
      }
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.