Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.IntentsResource.ListRequest

Returns the list of all intents in the specified agent.

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

IntentView

The resource view to apply to the returned intent.

Declaration
[RequestParameter("intentView", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.AgentsResource.IntentsResource.ListRequest.IntentViewEnum? IntentView { get; set; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.IntentsResource.ListRequest.IntentViewEnum?

LanguageCode

The language to list intents for. The following fields are language dependent: * Intent.training_phrases.parts.text 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<GoogleCloudDialogflowCxV3beta1ListIntentsResponse>.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 intents 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<GoogleCloudDialogflowCxV3beta1ListIntentsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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