Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.FlowsResource.GetValidationResultRequest

Gets the latest flow validation result. Flow validation is performed when ValidateFlow is called.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.GetValidationResultRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.Execute()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.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.v3beta1
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.FlowsResource.GetValidationResultRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>, IClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>, IClientServiceRequest

Constructors

GetValidationResultRequest(IClientService, string)

Constructs a new GetValidationResult request.

Declaration
public GetValidationResultRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.HttpMethod

LanguageCode

If not specified, the agent's default language is 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<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.MethodName

Name

Required. The flow name. Format: projects//locations//agents//flows//validationResult.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1FlowValidationResult>.RestPath

Methods

InitParameters()

Initializes GetValidationResult parameter list.

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

Implements

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