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."],[[["The latest version of the Dialogflow v3 API for .NET is 2.23.0, with a full list of previous versions available, starting from 1.0.0."],["The content details the `CreateAgentRequest` class, which is used for creating agents within the Dialogflow CX environment and implements multiple interfaces."],["The `CreateAgentRequest` class includes properties like `Agent`, `Parent`, and `ParentAsLocationName` to define the agent and its location."],["The class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is found within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["`CreateAgentRequest` contains two constructors, `CreateAgentRequest()` which is a default constructor, and `CreateAgentRequest(CreateAgentRequest other)`, which takes another `CreateAgentRequest` object as a parameter."]]],[]]