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-04-09 UTC."],[[["This document provides reference documentation for the `CreateIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.8.0."],["The `CreateIntentRequest` class is used to create intents via the `Intents.CreateIntent` method, allowing for the specification of properties such as the `Intent`, `IntentView`, `LanguageCode`, and the `Parent` agent."],["The latest version of the Dialogflow V2 API that this document is referencing is 4.26.0, along with having a list of different versions that can be referred to, ranging all the way back to 3.2.0."],["The `CreateIntentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The `CreateIntentRequest` class has two constructors, one default and one that takes another `CreateIntentRequest` object as a parameter, alongside multiple properties that allow for the configuration of the intent."]]],[]]