Creates a context.
If the specified context already exists, overrides the context.
HTTP request
POST https://dialogflow.googleapis.com/v2/{parent=projects/*/agent/sessions/*}/contexts
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The session to create a context for. Format: Authorization requires the following Google IAM permission on the specified resource
|
Request body
The request body contains an instance of Context
.
Response body
If successful, the response body contains a newly created instance of Context
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/dialogflow
For more information, see the Authentication Overview.