Dialogflow v3 API - Class GetAgentValidationResultRequest (2.17.0)

public sealed class GetAgentValidationResultRequest : IMessage<GetAgentValidationResultRequest>, IEquatable<GetAgentValidationResultRequest>, IDeepCloneable<GetAgentValidationResultRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class GetAgentValidationResultRequest.

The request message for [Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].

Inheritance

object > GetAgentValidationResultRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

GetAgentValidationResultRequest()

public GetAgentValidationResultRequest()

GetAgentValidationResultRequest(GetAgentValidationResultRequest)

public GetAgentValidationResultRequest(GetAgentValidationResultRequest other)
Parameter
NameDescription
otherGetAgentValidationResultRequest

Properties

AgentValidationResultName

public AgentValidationResultName AgentValidationResultName { get; set; }

AgentValidationResultName-typed view over the Name resource name property.

Property Value
TypeDescription
AgentValidationResultName

LanguageCode

public string LanguageCode { get; set; }

If not specified, the agent's default language is used.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The agent name. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult.

Property Value
TypeDescription
string