Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.GetRequest

Gets a test case.

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

MethodName

Gets the method name.

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

Name

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

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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