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 .NET developers."],["The `CreateIntentRequest` class is used to define and manage intent creation requests, as part of the `Google.Cloud.Dialogflow.V2` namespace."],["The latest version of the API documented on this page is version 4.26.0, and there are other documented versions available ranging from 3.2.0 to 4.26.0, and this specific page is documenting version 4.3.0."],["Key properties of the `CreateIntentRequest` class include `Intent`, `IntentView`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which allow for specifying intent details, resource views, language, and the target agent."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits methods from the `Object` class."]]],[]]