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 document provides reference documentation for the `CreateIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.18.0."],["`CreateIntentRequest` is a class used to create intent requests for the Dialogflow API, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateIntentRequest` class includes properties such as `Intent`, `IntentView`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which define the intent to be created and configure the request parameters."],["The document lists the supported versions of the API from 3.2.0 all the way up to the latest version, 4.26.0, each version linking to the `CreateIntentRequest` class's page for that specific version."],["The class includes a default constructor `CreateIntentRequest()` and a constructor `CreateIntentRequest(CreateIntentRequest other)` which takes another `CreateIntentRequest` object as a parameter."]]],[]]