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 documentation page covers the `CreateAgentRequest` class within the Google Cloud Dialogflow CX V3 API for .NET, with the latest version being 2.23.0 and the current version specified as 2.10.0."],["The `CreateAgentRequest` class is used to create a new agent within the Dialogflow CX platform, as defined by the `Agents.CreateAgent` method."],["It lists a comprehensive set of previous versions of the Dialogflow CX V3 API, ranging from 1.0.0 up to 2.23.0."],["The `CreateAgentRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cCreateAgentRequest\u003e`, `IDeepCloneable\u003cCreateAgentRequest\u003e`, and `IBufferMessage`."],["The class includes properties such as `Agent`, which is required and represents the agent to create, and `Parent`, which specifies the location where the agent should be created, using a format like `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e`."]]],[]]