Class ProjectsResource.LocationsResource.AgentResource.GetValidationResultRequest
Gets agent validation result. Agent validation is performed during training time and is updated automatically when training is completed.
Inheritance
ProjectsResource.LocationsResource.AgentResource.GetValidationResultRequest
Inherited Members
Namespace: Google.Apis.Dialogflow.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.LocationsResource.AgentResource.GetValidationResultRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ValidationResult>, IClientServiceRequest<GoogleCloudDialogflowV2ValidationResult>, IClientServiceRequest
Constructors
GetValidationResultRequest(IClientService, string)
Constructs a new GetValidationResult request.
Declaration
public GetValidationResultRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LanguageCode
Optional. The language for which you want a validation result. If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. The project that the agent is associated with. Format: projects/
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetValidationResult parameter list.
Declaration
protected override void InitParameters()