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 webpage details the `CreateIntentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for creating intents in Dialogflow."],["The latest version available is 4.26.0, with a comprehensive list of versions back to 3.2.0, all of which link to their respective documentation for `CreateIntentRequest`."],["The `CreateIntentRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, defining its functionality and how it interacts with other objects."],["Key properties of the `CreateIntentRequest` include `Intent`, `IntentView`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are essential for specifying the intent to be created, the desired view, the language, and the agent it belongs to, respectively."],["There are two constructors for `CreateIntentRequest`: a default constructor, and one that allows for the construction using another `CreateIntentRequest` object as a base."]]],[]]