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 webpage provides documentation for the `CreateAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for creating agents in Dialogflow CX."],["The latest version available is 2.23.0, with a comprehensive list of versions ranging from 2.22.0 down to 1.0.0 that can be referenced."],["`CreateAgentRequest` class can be implemented by `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and extends from the base `Object` class."],["The class includes two constructors, `CreateAgentRequest()` and `CreateAgentRequest(CreateAgentRequest other)`, with properties to set the agent itself and its parent location."],["The `Agent` property is a required field of type `Agent` used to assign the agent being created, and the `Parent` property, required as well, is of type `string`, or it can be used with the `LocationName` type via `ParentAsLocationName`."]]],[]]