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 `CreateAgentRequest` is 2.23.0, with multiple prior versions available, including 2.20.0, which is the version of this documentation."],["The `CreateAgentRequest` class is used to create a new agent within Dialogflow, and it requires specifying the agent details and the parent location for creation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage message handling, comparison, cloning, and buffering."],["Key properties within the `CreateAgentRequest` class include `Agent`, which defines the agent to create, and `Parent`, which specifies the location for agent creation in the format of `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e`."],["The constructor of `CreateAgentRequest` can either create a blank request, or copy a request from an existing `CreateAgentRequest` object."]]],[]]