Interface protos.google.cloud.dialogflow.v2.IListParticipantsResponse (4.2.0)

Properties of a ListParticipantsResponse.

Package

@google-cloud/dialogflow!

Properties

nextPageToken

nextPageToken?: (string|null);

ListParticipantsResponse nextPageToken

Property Value
TypeDescription
(string|null)

participants

participants?: (google.cloud.dialogflow.v2.IParticipant[]|null);

ListParticipantsResponse participants

Property Value
TypeDescription
(google.cloud.dialogflow.v2.IParticipant[]|null)