Required. Resource identifier of the conversation to ingest context information for. Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>.
Authorization requires the following IAM permission on the specified resource conversation:
dialogflow.conversations.update
Request body
The request body contains data with the following structure:
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.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
Response body
The response message for [ConversationsService.IngestContextReferences][].
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This API is used to ingest context references for a specified conversation, enriching it with additional information."],["The HTTP request is a `POST` request directed to a specific endpoint with a conversation identifier in the path, requiring gRPC Transcoding syntax."],["The request body must include a map of context references, where each reference has a unique string key and associated content as values."],["The successful response body returns a map of ingested context references, structured with keys and values representing the ingested data."],["Authorization for this API requires specific IAM permissions (`dialogflow.conversations.update`) on the conversation resource, along with one of the specified OAuth scopes."]]],[]]