GoogleCloudDialogflowV2ListParticipantsResponse constructor
GoogleCloudDialogflowV2ListParticipantsResponse({
- String? nextPageToken,
- List<
GoogleCloudDialogflowV2Participant> ? participants,
Implementation
GoogleCloudDialogflowV2ListParticipantsResponse({
this.nextPageToken,
this.participants,
});