public sealed class CreateContextRequest : IMessage<CreateContextRequest>, IEquatable<CreateContextRequest>, IDeepCloneable<CreateContextRequest>, IBufferMessage, IMessage
The request message for [Contexts.CreateContext][google.cloud.dialogflow.v2.Contexts.CreateContext].
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.
[[["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-21 UTC."],[[["This page provides documentation for the `CreateContextRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for version 3.6.0 of the library."],["The `CreateContextRequest` class is a request message used for creating contexts in Dialogflow, as specified by the `Contexts.CreateContext` method."],["This class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and objects."],["The page lists all available versions of `CreateContextRequest` from 3.2.0 up to 4.26.0, with 4.26.0 being the latest, and provides hyperlinks to the documentation for each version."],["The main properties `Context` and `Parent` are available for this request object, detailing the Context to be created and the Session which the context belongs to respectively."]]],[]]