Google Cloud Dialogflow v2beta1 API - Class ListParticipantsRequest (1.0.0-beta15)

public sealed class ListParticipantsRequest : IMessage<ListParticipantsRequest>, IEquatable<ListParticipantsRequest>, IDeepCloneable<ListParticipantsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ListParticipantsRequest.

The request message for [Participants.ListParticipants][google.cloud.dialogflow.v2beta1.Participants.ListParticipants].

Inheritance

object > ListParticipantsRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ListParticipantsRequest()

public ListParticipantsRequest()

ListParticipantsRequest(ListParticipantsRequest)

public ListParticipantsRequest(ListParticipantsRequest other)
Parameter
NameDescription
otherListParticipantsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. The next_page_token value returned from a previous list request.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The conversation to list all participants from. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>.

Property Value
TypeDescription
string

ParentAsConversationName

public ConversationName ParentAsConversationName { get; set; }

ConversationName-typed view over the Parent resource name property.

Property Value
TypeDescription
ConversationName