Class GetAgentValidationResultRequest (1.4.0)

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

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/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/validationResult.

Property Value
TypeDescription
String