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.
Property Value
Type
Description
System.String
Parent
public string Parent { get; set; }
Required. The agent to create an intent for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
Property Value
Type
Description
System.String
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }
AgentName-typed view over the Parent resource name property.
[[["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, which is used to create a new intent within the Dialogflow CX platform."],["The `CreateIntentRequest` class is found within the `Google.Cloud.Dialogflow.Cx.V3` namespace and is part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The latest version of `CreateIntentRequest` is version 2.23.0, with several older versions, ranging from 1.0.0 to 2.22.0, also available for reference."],["Key properties for `CreateIntentRequest` include `Intent`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which define the intent details, language, and the agent it will be created within."],["The `CreateIntentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable\u003cCreateIntentRequest\u003e`, `IDeepCloneable\u003cCreateIntentRequest\u003e`, and `IBufferMessage`, providing it with specific functionalities, such as message creation, comparison, cloning and buffering."]]],[]]