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 `CreateAgentRequest` class is used to send a request to create an agent in the Dialogflow CX API, within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["This document provides a version history of the `CreateAgentRequest` class, detailing versions from 1.0.0 to the latest, 2.23.0, each linking to the class documentation for that specific release."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors to create new instances."],["The `CreateAgentRequest` class includes properties for `Agent` to specify the agent details, `Parent` to set the project and location for the agent, and `ParentAsLocationName`, to provide a type safe way to access the parent resource."]]],[]]