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 document provides reference information for the `CreateAgentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET development."],["The `CreateAgentRequest` class is used to send a request to create a new agent, as part of the `Agents.CreateAgent` method."],["It is compatible with various versions of the API from 1.0.0 all the way up to the latest, 2.23.0, providing compatibility across the board."],["The `CreateAgentRequest` class has properties for setting the `Agent` to create and the `Parent` location where the agent will be created."],["This class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]