GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IngestContextReferencesResponse (google_api_dialogflow v0.89.0)
View SourceThe 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
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IngestContextReferencesResponse{ ingestedContextReferences: %{ optional(String.t()) => GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationContextReference.t() } | nil }