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, used for creating intents in Dialogflow CX."],["This documentation includes the `CreateIntentRequest` class's constructors, properties like `Intent`, `LanguageCode`, and `Parent`, along with their descriptions and required types."],["The `CreateIntentRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers multiple versions of the `CreateIntentRequest`, ranging from version 1.0.0 to the latest 2.23.0."],["The latest version is 2.23.0 and older versions of the documentation are available to be viewed on the page."]]],[]]