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 provides documentation for the `CreateAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for creating agents in Google Cloud Dialogflow CX."],["The `CreateAgentRequest` class is part of the .NET library, as it is included in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The page lists multiple versions of the `CreateAgentRequest`, with version 2.23.0 being the latest, and offers links to the documentation of each version, for historical reference."],["The `CreateAgentRequest` class includes properties such as `Agent`, which is the agent to create, and `Parent`, which specifies the location to create the agent in, with a required format."],["The CreateAgentRequest class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]