Required. The session to create a context for. Format: projects/<Project ID>/agent/sessions/<Session ID> or projects/<Project ID>/agent/environments/<Environment ID>/users/<User
ID>/sessions/<Session ID>. If Environment ID is not specified, we assume default 'draft' environment. If User ID is not specified, we assume default '-' user.
Authorization requires the following IAM permission on the specified resource parent:
[[["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-01-15 UTC."],[[["This endpoint creates a new context within a specified session, or overrides an existing one, using a POST HTTP request."],["The request URL requires a `parent` path parameter, formatted as a string that includes the project, environment, user, and session IDs."],["The request body must contain an instance of the `Context`, and the response body will return the newly created `Context` upon success."],["Authorization to create a context requires the `dialogflow.contexts.create` IAM permission on the parent resource."],["One of the two specified OAuth scopes, `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`, is required for authorization."]]],[]]