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."],[[["This page details the `CreateIntentRequest` class, which is used to create new intents within the Dialogflow CX platform."],["The `CreateIntentRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is available in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["It supports various versions of the Dialogflow CX API, with the latest version being 2.23.0, and includes links to older versions down to 1.0.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer message operations."],["The properties `Intent`, `LanguageCode`, `Parent`, and `ParentAsAgentName` are used to specify the details of the intent being created, the language used, the agent the intent will be associated with, and an agent name formatted property respectively."]]],[]]