public sealed class CreateIntentRequest : IMessage<CreateIntentRequest>, IEquatable<CreateIntentRequest>, IDeepCloneable<CreateIntentRequest>, IBufferMessage, IMessage
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."],[[["The latest version of the `CreateIntentRequest` documentation is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 package, with multiple previous versions also documented."],["`CreateIntentRequest` is a request message used for the `Intents.CreateIntent` operation, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This request requires specifying the parent agent using the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e` and the intent to be created."],["The `CreateIntentRequest` class has properties to set the intent, the language code for intent, the parent agent, and the parent agent as an `AgentName`."],["The documentation includes a list of all available versions, with links to their respective pages, ranging from version 1.0.0 to 2.23.0, along with the inherited members of the class."]]],[]]