public sealed class CreateIntentRequest : IMessage<CreateIntentRequest>, IEquatable<CreateIntentRequest>, IDeepCloneable<CreateIntentRequest>, IBufferMessage, IMessage
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 details the `CreateIntentRequest` class, which is used to create new intents within the Google Cloud Dialogflow V2 API, across multiple versions of the API."],["The latest version available for the `CreateIntentRequest` is 4.26.0, with multiple versions ranging down to 3.2.0, and the current version being detailed being 3.10.0."],["`CreateIntentRequest` requires specifying an `Intent` and a `Parent` agent in the format of `projects/{Project ID}/agent` when creating a new intent."],["Optional parameters for the `CreateIntentRequest` include `IntentView` to control the returned intent data, and `LanguageCode` to specify language-specific data, defaulting to the agent's default language."],["The `CreateIntentRequest` class implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits members from the base `Object` class."]]],[]]