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."],[[["The latest version of the `CreateAgentRequest` class is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 package, with multiple previous versions available for reference, all accessible via their corresponding links."],["`CreateAgentRequest` is a request message used for creating agents in the Dialogflow CX API, specifically through the `Agents.CreateAgent` method."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a component of the Google Protobuf library within the .NET environment."],["The `CreateAgentRequest` class contains two main properties, `Agent` which represents the agent to be created, and `Parent` that represents the location where the agent will be created."],["The `Parent` property can also be accessed through `ParentAsLocationName`, that provides a `LocationName` typed view over the location."]]],[]]