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."],[[["This page provides reference documentation for the `CreateAgentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, used in the Dialogflow v3 API."],["The `CreateAgentRequest` class is utilized for creating agents via the `Agents.CreateAgent` method, according to the documentation, which also has a .NET implementation."],["The class `CreateAgentRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateAgentRequest` class has two constructors, `CreateAgentRequest()` and `CreateAgentRequest(CreateAgentRequest other)`, and includes properties such as `Agent`, `Parent`, and `ParentAsLocationName`."],["There are numerous versions of this API available, ranging from version 2.23.0 (latest) down to 1.0.0, for the Google.Cloud.Dialogflow.Cx.V3 package."]]],[]]