public sealed class ListParticipantsResponse : IMessage<ListParticipantsResponse>, IEquatable<ListParticipantsResponse>, IDeepCloneable<ListParticipantsResponse>, IBufferMessage, IMessage, IPageResponse<Participant>, IEnumerable<Participant>, IEnumerable
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ListParticipantsResponse.
The response message for [Participants.ListParticipants][google.cloud.dialogflow.v2.Participants.ListParticipants].
Implements
IMessageListParticipantsResponse, IEquatableListParticipantsResponse, IDeepCloneableListParticipantsResponse, IBufferMessage, IMessage, IPageResponseParticipant, System.Collections.Generic.IEnumerable<T>Participant, IEnumerableNamespace
GoogleCloudGoogle.Cloud.DialogflowV2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ListParticipantsResponse()
public ListParticipantsResponse()
ListParticipantsResponse(ListParticipantsResponse)
public ListParticipantsResponse(ListParticipantsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListParticipantsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Token to retrieve the next page of results or empty if there are no more results in the list.
Property Value | |
---|---|
Type | Description |
string |
Participants
public RepeatedField<Participant> Participants { get; }
The list of participants. There is a maximum number of items returned based on the page_size field in the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldParticipant |
Methods
GetEnumerator()
public IEnumerator<Participant> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorParticipant |