Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.ResultsResource.GetRequest

Gets a test case result.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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<GoogleCloudDialogflowCxV3beta1TestCaseResult>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the testcase. Format: projects//locations//agents//testCases//results/.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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