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 page details the `CreateAgentRequest` class, which is used to create a request for the `Agents.CreateAgent` method in the Google Cloud Dialogflow CX V3 API."],["The `CreateAgentRequest` class has properties for `Agent`, `Parent`, and `ParentAsLocationName`, where `Agent` specifies the agent to be created, and `Parent` defines the location for the agent."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This page offers documentation for version 1.6.0 of the `CreateAgentRequest` class, but also provides a list of previous versions ranging from 2.23.0 (latest) down to 1.0.0, with hyperlinks to each version's documentation."]]],[]]