Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentResource.EnvironmentsResource.UsersResource.SessionsResource.EntityTypesResource.GetRequest

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2SessionEntityType>
ProjectsResource.LocationsResource.AgentResource.EnvironmentsResource.UsersResource.SessionsResource.EntityTypesResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>.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.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.LocationsResource.AgentResource.EnvironmentsResource.UsersResource.SessionsResource.EntityTypesResource.GetRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2SessionEntityType>, IClientServiceRequest<GoogleCloudDialogflowV2SessionEntityType>, 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<GoogleCloudDialogflowV2SessionEntityType>.HttpMethod

MethodName

Gets the method name.

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

Name

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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