public sealed class ListParticipantsResponse : IMessage<ListParticipantsResponse>, IEquatable<ListParticipantsResponse>, IDeepCloneable<ListParticipantsResponse>, IBufferMessage, IMessage, IPageResponse<Participant>, IEnumerable<Participant>, IEnumerableThe response message for [Participants.ListParticipants][google.cloud.dialogflow.v2.Participants.ListParticipants].
Inheritance
System.Object > ListParticipantsResponseImplements
IMessage<ListParticipantsResponse>, IEquatable<ListParticipantsResponse>, IDeepCloneable<ListParticipantsResponse>, IBufferMessage, IMessage, IPageResponse<Participant>, IEnumerable<Participant>, IEnumerableNamespace
Google.Cloud.Dialogflow.V2Assembly
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 |
RepeatedField<Participant> |
|
Methods
GetEnumerator()
public IEnumerator<Participant> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Participant> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|