Required. The session to create a context for. Supported formats: - projects/<Project ID>/agent/sessions/<Session ID>,
-projects//locations//agent/sessions/,
-projects//agent/environments//users//sessions/,
-projects//locations//agent/environments//users//sessions/`,
If Location ID is not specified we assume default 'us' location. 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 page details the process of creating a context using a POST request to a specified endpoint within the Dialogflow API."],["The HTTP request uses a defined URL structure that includes path parameters, specifically a required `parent` parameter that specifies the session for which the context is being created."],["The request body must contain a `Context` instance, and a successful request will return a newly created `Context` instance in the response body."],["Authorization to create contexts requires specific IAM permissions on the `parent` resource, and the request must be authenticated with one of two listed OAuth scopes."],["The URL for this request follows gRPC Transcoding syntax, which is detailed in the provided documentation link."]]],[]]