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 within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to send requests for creating intents in Dialogflow CX."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of the `CreateIntentRequest` class include `Intent`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which define the intent to be created, the language for training phrases, and the agent where the intent will be created."],["The page contains a list of links to documentation on the CreateIntentRequest class in various versions of the software, with version 2.23.0 being the latest."],["The `CreateIntentRequest` class features two constructors, one default and another that takes an existing `CreateIntentRequest` object as a parameter for cloning."]]],[]]