GoogleCloudDialogflowV2ListParticipantsResponse constructor

GoogleCloudDialogflowV2ListParticipantsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDialogflowV2Participant>? participants,
})

Implementation

GoogleCloudDialogflowV2ListParticipantsResponse({
  this.nextPageToken,
  this.participants,
});