Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentResource.SessionsResource.EntityTypesResource.ListRequest

Returns the list of all session entity types in the specified session. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. The next_page_token value returned from a previous list request.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The session to list all session entity types from. Supported formats: - projects//agent/sessions/, - projects//locations//agent/sessions/, - projects//agent/environments//users//sessions/, - projects//locations//agent/environments//users//sessions/, If Location IDis not specified we assume default 'us' location. IfEnvironment IDis not specified, we assume default 'draft' environment. IfUser ID` is not specified, we assume default '-' user.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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