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 details the `CreateIntentRequest` class within the Google.Cloud.Dialogflow.V2 namespace, used for creating intents within the Dialogflow service."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for message handling."],["It supports various versions of the Dialogflow V2 API, ranging from version 3.2.0 up to 4.26.0, with 4.26.0 being the latest available."],["The `CreateIntentRequest` class includes properties like `Intent`, `IntentView`, `LanguageCode`, and `Parent`, allowing for customization and specification of intent creation parameters."],["The class offers two constructors, a default one, and another to create a copy of an existing `CreateIntentRequest` object, identified as `CreateIntentRequest(CreateIntentRequest)`."]]],[]]