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

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 v2beta1 API class ListParticipantsResponse.

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

Inheritance

object > ListParticipantsResponse

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ListParticipantsResponse()

public ListParticipantsResponse()

ListParticipantsResponse(ListParticipantsResponse)

public ListParticipantsResponse(ListParticipantsResponse other)
Parameter
NameDescription
otherListParticipantsResponse

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
TypeDescription
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
TypeDescription
RepeatedFieldParticipant

Methods

GetEnumerator()

public IEnumerator<Participant> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorParticipant