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 endpoint utilizes a PATCH request to update a specified context, following the gRPC Transcoding syntax, within a Dialogflow environment."],["The `context.name` path parameter is required, specifying the unique identifier of the context, which can be formatted with or without `Environment ID` and `User ID`, with certain reserved context names."],["An optional `updateMask` query parameter is available to control which fields are updated, formatted as a comma-separated list of fully qualified field names."],["The request and response bodies both utilize the `Context` resource for updates and returns, respectively."],["Access to this endpoint requires OAuth scopes, either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`, for authorization."]]],[]]