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 webpage provides documentation for the `CreateIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for creating intents in Dialogflow CX agents."],["The latest version available for `CreateIntentRequest` is 2.23.0, and the page also lists documentation links for other versions all the way back to 1.0.0."],["`CreateIntentRequest` is a class used as the request message for the `Intents.CreateIntent` method and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateIntentRequest` class requires a `Parent` (agent identifier) and an `Intent` (to be created), and also accepts an optional `LanguageCode` to specify the language of the intent's training phrases."],["The class also include constructors and other properties like `ParentAsAgentName`, which offers a strongly-typed view of the `Parent` resource name."]]],[]]