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 `CreateIntentRequest` class is used to send a request to create an intent within the Dialogflow CX API, specifically under the namespace `Google.Cloud.Dialogflow.Cx.V3`."],["This class implements several interfaces including `IMessage`, `IEquatable\u003cCreateIntentRequest\u003e`, `IDeepCloneable\u003cCreateIntentRequest\u003e`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The `CreateIntentRequest` class has properties such as `Intent`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are essential for specifying the intent details, language, and the agent within which to create the intent."],["There are 37 versions of the `CreateIntentRequest` available, ranging from version 1.0.0 to the latest version 2.23.0, each one linking to the respective CreateIntentRequest document."],["The class includes two constructors, `CreateIntentRequest()` for creating a new instance, and `CreateIntentRequest(CreateIntentRequest other)` to create a copy based on an existing instance."]]],[]]