public sealed class CreateIntentRequest : IMessage<CreateIntentRequest>, IEquatable<CreateIntentRequest>, IDeepCloneable<CreateIntentRequest>, IBufferMessage, IMessage
The request message for [Intents.CreateIntent][google.cloud.dialogflow.cx.v3.Intents.CreateIntent].
If not specified, the agent's default language is used.
Many
languages
are supported.
Note: languages must be enabled in the agent before they can be used.
[[["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."],[[["The webpage provides documentation for the `CreateIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for creating intents in Dialogflow CX."],["It lists multiple versions of the `CreateIntentRequest` class, ranging from version 1.0.0 to the latest, version 2.23.0, each link leading to its own dedicated documentation page."],["`CreateIntentRequest` is used as the request message for the `Intents.CreateIntent` method and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateIntentRequest` class include `Intent`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which define the intent to be created, the language of training phrases, and the agent it belongs to."],["The `CreateIntentRequest` class offers two constructors: a default one and one that allows cloning an existing `CreateIntentRequest` object."]]],[]]