Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConversationProfilesResource.ListRequest

Returns the list of all conversation profiles in the specified project.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2ListConversationProfilesResponse>.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 project to list all conversation profiles from. Format: projects//locations/.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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