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-06-27 UTC."],[[["\u003cp\u003eThis API is used to ingest context references for a specified conversation, enriching it with additional information.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a \u003ccode\u003ePOST\u003c/code\u003e request directed to a specific endpoint with a conversation identifier in the path, requiring gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must include a map of context references, where each reference has a unique string key and associated content as values.\u003c/p\u003e\n"],["\u003cp\u003eThe successful response body returns a map of ingested context references, structured with keys and values representing the ingested data.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this API requires specific IAM permissions (\u003ccode\u003edialogflow.conversations.update\u003c/code\u003e) on the conversation resource, along with one of the specified OAuth scopes.\u003c/p\u003e\n"]]],[],null,[]]