class Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestContextReferencesResponse
The response message for ConversationsService.IngestContextReferences.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @ingested_context_references = args[:ingested_context_references] if args.key?(:ingested_context_references) end