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 webpage provides reference documentation for the `CreateAgentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, specifically for version 2.14.0, and includes information for earlier versions all the way back to 1.0.0, and up to the latest version, 2.23.0."],["`CreateAgentRequest` is a class used to create agents via the Dialogflow v3 API, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateAgentRequest` class has two constructors, a default constructor, and a copy constructor, along with three properties: `Agent` (the agent to create), `Parent` (the location to create the agent), and `ParentAsLocationName` (a `LocationName`-typed view over the Parent resource name)."],["The class inherits from `object` and has inherited members like `GetHashCode`, `GetType`, and `ToString` available for use."]]],[]]