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."],[[["This document outlines the `CreateIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to define the request structure for creating a new intent in Dialogflow CX."],["The latest version of the `CreateIntentRequest` available is 2.23.0, with a range of previous versions from 2.22.0 down to 1.0.0 also documented here."],["The `CreateIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["Key properties of `CreateIntentRequest` include `Intent` (the intent to be created), `LanguageCode` (for specifying the language of the intent), and `Parent` (the agent the intent belongs to), each of which has a respective description and the type of value it takes."],["This `CreateIntentRequest` document pertains to `Version 1.10.0` of this set of documentation."]]],[]]