public sealed class CreateAgentRequest : IMessage<CreateAgentRequest>, IEquatable<CreateAgentRequest>, IDeepCloneable<CreateAgentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateAgentRequest.
The request message for
[Agents.CreateAgent][google.cloud.dialogflow.cx.v3.Agents.CreateAgent].
[[["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 provides reference information for the `CreateAgentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, used in the Dialogflow v3 API."],["The `CreateAgentRequest` class is part of the Google Cloud Dialogflow CX v3 .NET library, with the latest version documented as 2.23.0 and this particular document detailing the 2.16.0 version."],["The primary purpose of the `CreateAgentRequest` class is to serve as the request message for the `Agents.CreateAgent` method, enabling the creation of new agents."],["The `CreateAgentRequest` class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the `object` class."],["Key properties of the `CreateAgentRequest` class include `Agent` which defines the agent to create and `Parent`, specifying the project and location where the agent will reside."]]],[]]