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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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`."]]],[]]