public sealed class CreateIntentRequest : IMessage<CreateIntentRequest>, IEquatable<CreateIntentRequest>, IDeepCloneable<CreateIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateIntentRequest.
The request message for
[Intents.CreateIntent][google.cloud.dialogflow.v2.Intents.CreateIntent].
Optional. The language used to access language-specific data.
If not specified, the agent's default language is used.
For more information, see
Multilingual intent and entity
data.
[[["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 v2 API, specifically for the .NET platform."],["The `CreateIntentRequest` class is used to create intent within the Dialogflow agent, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This page includes the full list of documentation for all available versions from 3.2.0 up to the latest 4.26.0 version of `CreateIntentRequest` for Google Cloud Dialogflow v2 API."],["The `CreateIntentRequest` class has properties like `Intent`, `IntentView`, `LanguageCode`, `Parent`, and `ParentAsAgentName` for configuring and specifying details about the intent being created."],["The page details the class's constructors, inheritance hierarchy, implemented interfaces, namespace (`Google.Cloud.Dialogflow.V2`), and the associated assembly (`Google.Cloud.Dialogflow.V2.dll`)."]]],[]]