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 details the `CreateAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to send requests for creating agents in the Dialogflow CX platform."],["The latest version of the `CreateAgentRequest` documentation is for version 2.23.0, and the page includes links to documentation for numerous previous versions, dating back to version 1.0.0."],["The `CreateAgentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `System.Object` class."],["The `CreateAgentRequest` has two constructors: a default constructor and one that accepts another `CreateAgentRequest` object as a parameter for creating a copy."],["Key properties of `CreateAgentRequest` include `Agent`, representing the agent to be created, and `Parent`, representing the location where the agent will be created, with the alternative `ParentAsLocationName` which is a typed representation of the location."]]],[]]