public sealed class CreateAgentRequest : IMessage<CreateAgentRequest>, IEquatable<CreateAgentRequest>, IDeepCloneable<CreateAgentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateAgentRequest.
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-04-09 UTC."],[[["This webpage provides documentation for the `CreateAgentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically focusing on version 2.21.0."],["The `CreateAgentRequest` class is used to define the request message for creating a new agent, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateAgentRequest` class has properties such as `Agent`, `Parent`, and `ParentAsLocationName`, which are essential for specifying the agent to be created and its location within the project."],["The page lists all previous versions of `CreateAgentRequest`, from version 2.23.0 (latest) down to 1.0.0, allowing for access to documentation for each version of the API."],["The class has two constructors: one parameterless and another that accepts another `CreateAgentRequest` as a parameter."]]],[]]