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 version 4.6.0."],["The `CreateIntentRequest` class is used to create an intent, which is a request message for the `Intents.CreateIntent` method in the API, and it implements several interfaces including `IMessage` and `IEquatable`."],["The documentation includes information on the class's inheritance, constructors, and properties such as `Intent`, `IntentView`, `LanguageCode`, and `Parent`, which are used to define the intent to be created."],["This page also contains links to previous versions of this class, ranging from 4.26.0 (latest) to 3.2.0, allowing developers to access past documentation."],["The `Parent` property takes in a project ID and agent to designate the location to create an intent, in the format of `projects/\u003cProject ID\u003e/agent`."]]],[]]