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 documentation for the `CreateAgentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET environment."],["The `CreateAgentRequest` class is used to send requests to create a new agent using the `Agents.CreateAgent` method and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features properties such as `Agent`, which represents the agent to be created, and `Parent`, which specifies the location where the agent will reside, both of which are required."],["The documentation lists available versions ranging from 1.0.0 to the latest version 2.23.0, with links to each version's documentation, allowing developers to access the relevant documentation depending on the version they are using."],["It provides information about the class's inheritance from `object`, including inherited members like `GetHashCode`, `GetType`, and `ToString`, along with details on the constructors and how to use them."]]],[]]