Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.ExperimentsResource.GetRequest

Retrieves the specified Experiment.

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

MethodName

Gets the method name.

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

Name

Required. The name of the Environment. Format: projects//locations//agents//environments//experiments/.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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