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, specifically for creating agents in Dialogflow CX."],["The `CreateAgentRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of the API documented is 2.23.0, with a long list of previous versions all the way back to version 1.0.0, all listed with links to their respective documentation."],["The `CreateAgentRequest` class has two constructors, a default one, and another that copies an existing `CreateAgentRequest` object, and requires an `Agent` and a `Parent`."],["Key properties of the `CreateAgentRequest` class include `Agent` (the agent to create), `Parent` (the location to create the agent), and `ParentAsLocationName` (a typed view of the parent location)."]]],[]]