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, specifically for version 3.5.0 and onwards, up to the latest version 4.26.0."],["`CreateIntentRequest` is used to send a request to create a new intent in the Dialogflow service, as part of a class that implements several interfaces related to message handling and cloning."],["The `CreateIntentRequest` class includes properties such as `Intent`, `IntentView`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, allowing for detailed configuration of the intent creation request."],["The page lists multiple versions of the `CreateIntentRequest`, ranging from 3.2.0 to the latest 4.26.0, providing a history of the class's development, and shows that it has a constructor that can instantiate the class, either new or by providing another `CreateIntentRequest`."]]],[]]