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 send a request to create an intent via the `Intents.CreateIntent` method in the Dialogflow API."],["The documentation lists various versions of the `CreateIntentRequest` class, ranging from version 3.2.0 to 4.26.0, with 4.26.0 being the latest version."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `CreateIntentRequest` class include `Intent` (the intent to create), `IntentView` (the resource view to apply), `LanguageCode` (language for accessing language-specific data), `Parent` (the agent the intent will be created for), and `ParentAsAgentName` (AgentName-typed view over the parent resource)."]]],[]]