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 document provides reference information for the `CreateIntentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, specifically version 2.17.0, alongside other available versions of the same request."],["The `CreateIntentRequest` class is used to create a request to the `Intents.CreateIntent` method within the Dialogflow CX v3 API, inheriting from various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of `CreateIntentRequest` include `Intent` (the intent to be created), `LanguageCode` (specifying the language for intent fields), and `Parent` (specifying the agent the intent belongs to)."],["The document lists numerous versions of the `CreateIntentRequest` class, ranging from version 2.23.0 down to 1.0.0, each having its own corresponding documentation link."],["The provided content also contains two constructors for the class: a default and one that takes a `CreateIntentRequest` object, and also lists the inherited members of the class, such as `GetHashCode()`."]]],[]]