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 `CreateAgentRequest` class for the Dialogflow v3 API is 2.23.0, and the documentation provides links to all the previous versions dating back to 1.0.0."],["`CreateAgentRequest` is a request message used for creating agents within the Dialogflow v3 API, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateAgentRequest` class has properties such as `Agent`, which is the agent to be created, and `Parent`, which is the required location for the agent, formatted as `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e`."],["The `ParentAsLocationName` property is a typed view over the `Parent` resource name, providing a `LocationName` type for structured access."],["This documentation covers the reference details for the `CreateAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, found in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]