public sealed class ValidateAgentRequest : IMessage<ValidateAgentRequest>, IEquatable<ValidateAgentRequest>, IDeepCloneable<ValidateAgentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ValidateAgentRequest.
The request message for
[Agents.ValidateAgent][google.cloud.dialogflow.cx.v3.Agents.ValidateAgent].
[[["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 document provides reference documentation for the `ValidateAgentRequest` class within the Google Cloud Dialogflow CX V3 API, specifically for .NET."],["The `ValidateAgentRequest` class is used to create a request to validate an agent in Dialogflow CX, including specifications for the agent's name and language code."],["The document outlines the available versions of the `ValidateAgentRequest`, ranging from version 2.23.0 (latest) down to 1.0.0."],["The `ValidateAgentRequest` class is built upon several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It details the constructors and properties of the `ValidateAgentRequest` class, such as `AgentName`, `LanguageCode`, and `Name`, providing information about each one."]]],[]]