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, used for creating agents in Google Cloud Dialogflow CX."],["This documentation details the `CreateAgentRequest` class, including its inheritance from the `Object` class and implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The available versions for `CreateAgentRequest` range from version 1.0.0 up to 2.23.0, with 2.23.0 marked as the latest version and version 1.13.0 as the currently viewed documentation version."],["The `CreateAgentRequest` class has two constructors, a default one, and another which takes another `CreateAgentRequest` as a parameter, along with properties for `Agent` (the agent to be created) and `Parent` (the project and location where the agent should be created)."],["The properties include `Agent` which is of type `Agent`, `Parent` which is a string and, `ParentAsLocationName` which provides a resource name typed view."]]],[]]