Required. The unique identifier of the context. Format: projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>, or projects/<Project ID>/agent/environments/<Environment ID>/users/<User
ID>/sessions/<Session ID>/contexts/<Context ID>.
The Context ID is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long.
If Environment ID is not specified, we assume default 'draft' environment. If User ID is not specified, we assume default '-' user.
The following context names are reserved for internal use by Dialogflow. You should not use these contexts or create contexts with these names:
[[["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 webpage details how to update a specific context using a PATCH HTTP request to a designated endpoint."],["The `context.name` path parameter is a required string that uniquely identifies the context, following a specific format including `Project ID`, `Session ID`, and `Context ID`, with limitations on the characters and length allowed for `Context ID`."],["The `updateMask` query parameter, a `FieldMask` formatted string, is optional and dictates which fields within the context are updated."],["Both the request and successful response bodies are instances of the `Context`, specifying the data being sent and received."],["To use this endpoint, one of the specified OAuth scopes, `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`, is required for authorization."]]],[]]