public sealed class CreateAgentRequest : IMessage<CreateAgentRequest>, IEquatable<CreateAgentRequest>, IDeepCloneable<CreateAgentRequest>, IBufferMessage, IMessage
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 used to send a request to create an agent through the `Agents.CreateAgent` method in Google Cloud Dialogflow CX V3."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `CreateAgentRequest` has properties for specifying the `Agent` to create and the `Parent` location, which is a required field with a specific format of `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e`."],["The content offers an extensive list of previous version documentation for `CreateAgentRequest` ranging from version 2.23.0 (latest) down to 1.0.0, enabling developers to reference different versions as needed."],["The latest version of the `CreateAgentRequest` documentation available is 2.23.0."]]],[]]