Show / Hide Table of Contents

Class ProjectsResource.AgentResource.EntityTypesResource.ListRequest

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

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

LanguageCode

Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.

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<GoogleCloudDialogflowV2ListEntityTypesResponse>.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 agent to list all entity types from. Format: projects//agent.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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