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, while version 1.12.0 is also available."],["`CreateAgentRequest` is a class in the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for creating agents in the Dialogflow CX platform."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer operations."],["The `CreateAgentRequest` class has properties for setting the `Agent` to be created and the `Parent` location where the agent should be created, as well as a type-safe view of the Parent property as `ParentAsLocationName`."],["The `CreateAgentRequest` class contains two constructors, one default and another to clone from another `CreateAgentRequest` object."]]],[]]