public sealed class CreateIntentRequest : IMessage<CreateIntentRequest>, IEquatable<CreateIntentRequest>, IDeepCloneable<CreateIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateIntentRequest.
The request message for
[Intents.CreateIntent][google.cloud.dialogflow.cx.v3.Intents.CreateIntent].
If not specified, the agent's default language is used.
Many
languages
are supported.
Note: languages must be enabled in the agent before they can be used.
[[["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-03-21 UTC."],[[["This page provides reference documentation for the `CreateIntentRequest` class within the Google Cloud Dialogflow CX V3 API, spanning multiple versions from 1.0.0 to the latest 2.23.0."],["The `CreateIntentRequest` class is used to create intent requests, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace in .NET, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has constructors for creating new instances and copying existing `CreateIntentRequest` objects, offering flexibility in how it can be instantiated."],["The `CreateIntentRequest` class has properties including `Intent`, `LanguageCode`, `Parent`, and `ParentAsAgentName` that are essential for defining the intent to be created, its associated language, and the agent to which it belongs."],["This document shows the different members that are inherited from the `object` class, as well as the different constructor and property options, giving a clear idea of the functionality within the class."]]],[]]