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-03-21 UTC."],[[["The `CreateAgentRequest` class is part of the Dialogflow v3 API for .NET, found in the `Google.Cloud.Dialogflow.Cx.V3` namespace, and is used to request the creation of a new agent."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cCreateAgentRequest\u003e`, `IDeepCloneable\u003cCreateAgentRequest\u003e`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffering."],["The `CreateAgentRequest` class has properties for setting the `Agent` to be created and the `Parent` location, which specifies where the agent will be created in the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e`."],["The documentation lists multiple versions of this class ranging from version `1.0.0` to the latest `2.23.0`, allowing developers to consult documentation specific to the release they are using."],["The `ParentAsLocationName` property provides a type-safe view of the `Parent` resource name, which is of the `LocationName` type."]]],[]]