Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.ResultsResource.ListRequest

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.ResultsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.Execute()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>.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.TestCasesResource.ResultsResource.ListRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>, IClientServiceRequest<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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