public sealed class CreateIntentRequest : IMessage<CreateIntentRequest>, IEquatable<CreateIntentRequest>, IDeepCloneable<CreateIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class CreateIntentRequest.
The request message for
[Intents.CreateIntent][google.cloud.dialogflow.v2beta1.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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `CreateIntentRequest` class within the Google Cloud Dialogflow v2beta1 API, which is used to create intents in Dialogflow."],["The `CreateIntentRequest` class, part of the `Google.Cloud.Dialogflow.V2Beta1` namespace, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains properties like `Intent`, `IntentView`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, allowing for the specification of the intent to be created and related configurations."],["The `CreateIntentRequest` class requires a parent agent for intent creation, supporting the formats `projects/\u003cProject ID\u003e/agent` or `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agent`."],["It supports various constructors, such as a default constructor `CreateIntentRequest()` and a constructor which takes another `CreateIntentRequest` as a parameter to create a copy, `CreateIntentRequest(CreateIntentRequest other)`."]]],[]]