public sealed class CreateAgentRequest : IMessage<CreateAgentRequest>, IEquatable<CreateAgentRequest>, IDeepCloneable<CreateAgentRequest>, IBufferMessage, IMessage
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 webpage details the `CreateAgentRequest` class, which is used to create a request for the `Agents.CreateAgent` method within the Google Cloud Dialogflow CX V3 API."],["The content lists the availability of the `CreateAgentRequest` class across various versions of the Dialogflow CX V3 library, starting from version 1.0.0 up to the latest, version 2.23.0."],["The `CreateAgentRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for object interaction and manipulation."],["The class has two constructors: a parameterless one, and one that takes another `CreateAgentRequest` as a parameter, and also has properties `Agent`, `Parent`, and `ParentAsLocationName`."],["The `Agent` property represents the agent to be created, while the `Parent` property indicates the location where the agent will be created, formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e`, and the `ParentAsLocationName` represents a typed view over the `Parent`."]]],[]]