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-03-21 UTC."],[[["This webpage provides documentation for the `CreateIntentRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for version 3.3.0, and contains information on 35 previous version releases of the same request."],["`CreateIntentRequest` is a request message used for the `Intents.CreateIntent` method in the Dialogflow API, enabling users to create a new intent."],["The `CreateIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing diverse methods and functionalities."],["The class has properties like `Intent` (the intent to create), `IntentView` (the resource view), `LanguageCode` (language-specific data), `Parent` (the agent), and `ParentAsAgentName` (a typed view over the parent), to configure the request."],["Two constructors are available to instantiate the `CreateIntentRequest` class, one default, and one that copies properties from an existing instance of the same object."]]],[]]