GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IngestContextReferencesRequest (google_api_dialogflow v0.89.0)
View SourceThe request message for ConversationsService.IngestContextReferences.
Attributes
-
contextReferences
(type:%{optional(String.t) => GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationContextReference.t}
, default:nil
) - Required. The context references to ingest. The key is the name of the context reference and the value contains the contents of the context reference. The key is used to incorporate ingested context references to enhance the generator.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IngestContextReferencesRequest{ contextReferences: %{ optional(String.t()) => GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationContextReference.t() } | nil }