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"]],[["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 page provides reference documentation for the `CreateIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["It details the various versions of the `CreateIntentRequest` available, ranging from version 3.2.0 up to the latest version, 4.26.0, and lists the available versions of the API for use."],["The `CreateIntentRequest` class is used to send requests to the Dialogflow API to create new intents and is part of the `Google.Cloud.Dialogflow.V2` namespace."],["This class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, and shows several constructors and properties to use when creating an Intent."],["The documentation includes important properties like `Intent`, `IntentView`, `LanguageCode`, and `Parent` or `ParentAsAgentName` needed for creating a CreateIntentRequest, as well as their corresponding value types and descriptions."]]],[]]