Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConversationsResource.ParticipantsResource.ListRequest

Returns the list of all participants in the specified conversation.

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

MethodName

Gets the method name.

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

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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