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 webpage provides reference documentation for the `CreateIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["`CreateIntentRequest` is a request message used to create an intent within the Dialogflow service, as part of the `Intents.CreateIntent` method."],["The documentation covers various versions of the API, with version 4.26.0 being the latest and 4.13.0 the current version on this page, and offers links to different versions ranging from 4.26.0 to 3.2.0."],["The `CreateIntentRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, and has constructors to create instances of the class."],["The document details the properties of `CreateIntentRequest`, such as `Intent`, `IntentView`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, explaining their purpose, whether they are required or optional, and what the expected value types and descriptions are."]]],[]]