public sealed class ListParticipantsRequest : IMessage<ListParticipantsRequest>, IEquatable<ListParticipantsRequest>, IDeepCloneable<ListParticipantsRequest>, IBufferMessage, IMessage, IPageRequest
The request message for [Participants.ListParticipants][google.cloud.dialogflow.v2.Participants.ListParticipants].
Implements
IMessage<ListParticipantsRequest>, IEquatable<ListParticipantsRequest>, IDeepCloneable<ListParticipantsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ListParticipantsRequest()
public ListParticipantsRequest()
ListParticipantsRequest(ListParticipantsRequest)
public ListParticipantsRequest(ListParticipantsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListParticipantsRequest |
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 | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. The next_page_token value returned from a previous list request.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
ParentAsConversationName
public ConversationName ParentAsConversationName { get; set; }
ConversationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ConversationName |