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 webpage provides documentation for the `CreateIntentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, detailing its use in creating intents for Dialogflow CX agents."],["The latest version documented is 2.23.0, with a list of prior versions going back to 1.0.0, allowing users to access documentation relevant to specific version needs."],["`CreateIntentRequest` class facilitates the creation of new intents, requiring fields like `Intent`, `LanguageCode`, and `Parent` (agent's location) for proper initialization."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management, respectively."],["The documentation includes details about the class's constructors and properties, such as the required `Intent` property, optional `LanguageCode` property, and the required `Parent` and `ParentAsAgentName` properties."]]],[]]