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 this page primarily focuses on version 2.1.0, and it has versions dating back to 1.0.0."],["`CreateAgentRequest` is used to send a request to create a new agent in the Dialogflow CX environment, as indicated by its purpose for the `Agents.CreateAgent` method."],["The `CreateAgentRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The `CreateAgentRequest` class has properties like `Agent`, which is the agent to be created, and `Parent`, representing the location where the agent will be created, with a specific format required for `Parent`."],["The `CreateAgentRequest` has two constructors; a default constructor, and another that takes in a `CreateAgentRequest` as a parameter."]]],[]]