public sealed class CreateIntentRequest : IMessage<CreateIntentRequest>, IEquatable<CreateIntentRequest>, IDeepCloneable<CreateIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateIntentRequest.
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 reference documentation for the `CreateIntentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, covering versions from 1.0.0 to the latest version 2.23.0."],["The `CreateIntentRequest` class is used to create a new intent within a Dialogflow CX agent, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateIntentRequest` class includes properties such as `Intent` (the intent to be created), `LanguageCode` (specifying the language of the intent), and `Parent` (the agent to create the intent within), all of which are required for creation."],["The webpage lists the available versions for `CreateIntentRequest`, with the latest version being 2.23.0, and providing direct links to each of those versions' API documentation."],["There are also constructors listed within this documentation, `CreateIntentRequest()` being the default and `CreateIntentRequest(CreateIntentRequest)` being one that accepts another instance of itself."]]],[]]