Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.SessionsResource.EntityTypesResource.GetRequest

Retrieves the specified session entity type.

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

MethodName

Gets the method name.

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

Name

Required. The name of the session entity type. Format: projects//locations//agents//sessions//entityTypes/ or projects//locations//agents//environments//sessions//entityTypes/. If Environment ID is not specified, we assume default 'draft' environment.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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