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 page provides reference documentation for the `CreateIntentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, with the latest version being 2.23.0 and an extensive list of older versions."],["The `CreateIntentRequest` class is used to define the parameters for creating a new intent in Dialogflow CX."],["It inherits from Object and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `Intent`, `LanguageCode`, and `Parent`, allowing you to specify the intent details, language, and agent context when making a create intent request, with parent also having a typed view called `ParentAsAgentName`."],["The page includes details on the constructors, inherited members, namespace, and assembly related to `CreateIntentRequest`."]]],[]]