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 documentation page covers the `CreateIntentRequest` class within the Google Cloud Dialogflow v2 API, detailing its purpose and usage for creating intents."],["The page provides links to various versions of the `CreateIntentRequest` class, ranging from version 3.2.0 to the latest version 4.26.0, allowing access to documentation for each version."],["The `CreateIntentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing the methods and capabilities of the class."],["The class has properties such as `Intent`, `IntentView`, `LanguageCode`, and `Parent`, allowing users to set parameters and configurations when creating intents."],["The page outlines two constructors for `CreateIntentRequest`, one default and one that accepts another `CreateIntentRequest` object as a parameter for cloning."]]],[]]