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 Google Cloud Dialogflow CX."],["The `CreateAgentRequest` class is part of the Google.Cloud.Dialogflow.Cx.V3.dll assembly, and it's designed to be used with the `Agents.CreateAgent` method."],["The documentation outlines the available versions, ranging from version 1.0.0 up to the latest 2.23.0, each with its own link to corresponding documentation."],["`CreateAgentRequest` implements several interfaces, including `IMessage`, `IEquatable\u003cCreateAgentRequest\u003e`, `IDeepCloneable\u003cCreateAgentRequest\u003e`, and `IBufferMessage`, and inherits from `Object`."],["The webpage details the class constructors, including a default constructor and a copy constructor, and it lists the properties `Agent`, `Parent`, and `ParentAsLocationName`, explaining their types and roles in creating an agent."]]],[]]