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-03-21 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 using the `Intents.CreateIntent` method in the Dialogflow API."],["The documentation lists various versions of the Dialogflow API, from 3.2.0 to 4.26.0 (latest), with a current focus on version 4.7.0, allowing developers to find corresponding documentation for their target version."],["The `CreateIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the .NET `Object` class."],["Key properties of the `CreateIntentRequest` class include `Intent`, `IntentView`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, each serving to customize or specify the request to create an intent with."]]],[]]