Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.EntityTypesResource.ListRequest

Returns the list of all entity types in the specified agent.

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

LanguageCode

The language to list entity types for. The following fields are language dependent: * EntityType.entities.value * EntityType.entities.synonyms * EntityType.excluded_phrases.value If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

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

MethodName

Gets the method name.

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

PageSize

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

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 agent to list all entity types for. Format: projects//locations//agents/.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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