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 document outlines the `CreateAgentRequest` class, which is used to create a new agent in the Google Cloud Dialogflow CX V3 API."],["The document provides a history of versions for `CreateAgentRequest`, ranging from version 2.23.0 (latest) down to 1.0.0, each with a unique link."],["`CreateAgentRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateAgentRequest` class has two constructors, one default and one that takes another `CreateAgentRequest` object as a parameter, and has properties to define the Agent to create and the location (Parent) where the agent is to be created."],["The `ParentAsLocationName` property in `CreateAgentRequest` provides a typed view over the parent location, specifically using `LocationName`."]]],[]]