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 `Google.Cloud.Dialogflow.Cx.V3` library and is available in multiple versions, with 2.23.0 being the latest, ranging down to 1.0.0, and the content presented being specific to version 1.11.0."],["The `CreateAgentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, a default constructor and another that accepts another `CreateAgentRequest` object as a parameter, and has an `Agent` and a `Parent` property, which are required fields for creating a new agent."],["The class inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]