public sealed class CreateIntentRequest : IMessage<CreateIntentRequest>, IEquatable<CreateIntentRequest>, IDeepCloneable<CreateIntentRequest>, IBufferMessage, IMessage
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 webpage details the `CreateIntentRequest` class within the Google.Cloud.Dialogflow.V2 namespace, used for creating intents within the Dialogflow service."],["The content provides a comprehensive list of versions for this class, ranging from version 3.2.0 up to the latest version 4.26.0, with hyperlinks to each version's documentation."],["The `CreateIntentRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateIntentRequest` class include `Intent`, `IntentView`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, each serving a specific purpose in intent creation and management."],["The webpage references the required format for the `Parent` property which is: `projects/{Project ID}/agent` to help user properly configure the agent."]]],[]]