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 `CreateAgentRequest` class is part of the Google Cloud Dialogflow CX V3 API, designed for creating agents."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the Google.Protobuf namespace."],["It has properties for `Agent`, `Parent`, and `ParentAsLocationName`, allowing configuration of the agent to be created and its location."],["The provided content has versions of the `CreateAgentRequest` class ranging from 1.0.0 to 2.23.0, with 2.23.0 being the latest."],["The `CreateAgentRequest` class can be found in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]