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-04-09 UTC."],[[["This page provides reference documentation for the `CreateIntentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, detailing its properties, constructors, and inherited members."],["The `CreateIntentRequest` class is used to define the request message for the `Intents.CreateIntent` operation within the Dialogflow v3 API."],["The latest version of the reference documentation for `CreateIntentRequest` is version 2.23.0, but this page is currently displaying version 2.21.0, and it also links to various other previous versions."],["The `CreateIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CreateIntentRequest` include `Intent`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are used to specify the intent to be created, the language of the intent's training phrases, and the agent under which the intent will be created, respectively."]]],[]]