public sealed class GetAgentValidationResultRequest : IMessage<GetAgentValidationResultRequest>, IEquatable<GetAgentValidationResultRequest>, IDeepCloneable<GetAgentValidationResultRequest>, IBufferMessage, IMessageThe request message for [Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
Implements
IMessage<GetAgentValidationResultRequest>, IEquatable<GetAgentValidationResultRequest>, IDeepCloneable<GetAgentValidationResultRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
GetAgentValidationResultRequest()
public GetAgentValidationResultRequest()GetAgentValidationResultRequest(GetAgentValidationResultRequest)
public GetAgentValidationResultRequest(GetAgentValidationResultRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | GetAgentValidationResultRequest | 
Properties
AgentValidationResultName
public AgentValidationResultName AgentValidationResultName { get; set; }AgentValidationResultName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| AgentValidationResultName | |
LanguageCode
public string LanguageCode { get; set; }If not specified, the agent's default language is used.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Name
public string Name { get; set; }Required. The agent name.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/validationResult.
| Property Value | |
|---|---|
| Type | Description | 
| String | |