public sealed class CreateIntentRequest : IMessage<CreateIntentRequest>, IEquatable<CreateIntentRequest>, IDeepCloneable<CreateIntentRequest>, IBufferMessage, IMessage
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-04-09 UTC."],[[["This page provides documentation for the `CreateIntentRequest` class within the Google.Cloud.Dialogflow.V2 namespace, detailing its use in creating intents for Dialogflow agents."],["The `CreateIntentRequest` class is part of the Google.Cloud.Dialogflow.V2.dll assembly and is used to define a request message for the `Intents.CreateIntent` method, allowing for the creation of new intents."],["The latest version available for `CreateIntentRequest` is 4.26.0, and there are many other versions listed on the page, ranging from 4.25.0 down to 3.2.0, including the base version of 4.0.0."],["`CreateIntentRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it includes properties such as `Intent`, `IntentView`, `LanguageCode`, and `Parent` to customize intent creation."],["The request for creating an intent requires the `Parent` property, which is the agent to create an intent for and is formatted as `projects/{Project ID}/agent`, as well as the `Intent` property, which defines the intent to create."]]],[]]