Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.FlowsResource.ValidateRequest

Validates the specified flow and creates or updates validation results. Please call this API after the training is completed to get the complete validation results.

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

Constructors

ValidateRequest(IClientService, GoogleCloudDialogflowCxV3ValidateFlowRequest, string)

Constructs a new Validate request.

Declaration
public ValidateRequest(IClientService service, GoogleCloudDialogflowCxV3ValidateFlowRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudDialogflowCxV3ValidateFlowRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The flow to validate. Format: projects//locations//agents//flows/.

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<GoogleCloudDialogflowCxV3FlowValidationResult>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3FlowValidationResult>.GetBody()

InitParameters()

Initializes Validate parameter list.

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

Implements

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