Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>
ProjectsResource.LocationsResource.AgentResource.GetValidationResultRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentResource.GetValidationResultRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>, IClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>, 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
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.HttpMethod

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
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.MethodName

Parent

Required. The project that the agent is associated with. Format: projects/ or projects//locations/.

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
ClientServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.RestPath

Methods

InitParameters()

Initializes GetValidationResult parameter list.

Declaration
protected override void InitParameters()
Overrides
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ValidationResult>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX