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 webpage provides reference documentation for the `CreateAgentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET environment."],["The `CreateAgentRequest` class is used as the request message for creating agents through the `Agents.CreateAgent` method in the Dialogflow CX v3 API."],["It shows that the latest version for the `Google.Cloud.Dialogflow.Cx.V3` library is 2.23.0, but it also lists previous versions all the way back to 1.0.0, for a total of 36 versions, and this page is showing the documentation for version 2.17.0."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cCreateAgentRequest\u003e`, `IDeepCloneable\u003cCreateAgentRequest\u003e`, and `IBufferMessage`, and inherits from `object`."],["The class features properties such as `Agent` and `Parent`, along with `ParentAsLocationName`, used to specify the agent to be created and the location it will reside in, respectively."]]],[]]