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-03-21 UTC."],[[["This page provides documentation for the `CreateIntentRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for .NET development."],["The `CreateIntentRequest` class is used to structure request messages for creating intents in Dialogflow, and it implements multiple interfaces for message handling and object management."],["The documentation includes a list of available versions for `CreateIntentRequest`, ranging from version 3.2.0 to 4.26.0, with 4.26.0 being the latest version."],["Key properties of the `CreateIntentRequest` class include `Intent` (the intent to create), `IntentView` (resource view for the intent), `LanguageCode` (language for specific data), and `Parent` (agent to create intent for)."],["The class inherits from the base `Object` class and has constructors for creating a new instance and a copy constructor for creating a new instance from an existing `CreateIntentRequest`."]]],[]]