public sealed class CreateIntentRequest : IMessage<CreateIntentRequest>, IEquatable<CreateIntentRequest>, IDeepCloneable<CreateIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateIntentRequest.
The request message for [Intents.CreateIntent][google.cloud.dialogflow.v2.Intents.CreateIntent].
Optional. The language used to access language-specific data.
If not specified, the agent's default language is used.
For more information, see
Multilingual intent and entity
data.
[[["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 reference documentation for the `CreateIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET platform."],["The `CreateIntentRequest` class is used to define the parameters for creating a new intent via the `Intents.CreateIntent` method."],["The page details various versions of the API, with version 4.26.0 being the latest, and provides links to previous versions all the way down to 3.2.0."],["The `CreateIntentRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a range of properties like `Intent`, `IntentView`, `LanguageCode`, and `Parent` for defining the intent creation request."],["It is required to use a parent parameter to create an intent for the specified agent that follows this format: `projects/\u003cProject ID\u003e/agent`."]]],[]]