GoogleCloudDialogflowV2ListAnswerRecordsResponse constructor

GoogleCloudDialogflowV2ListAnswerRecordsResponse({
  1. List<GoogleCloudDialogflowV2AnswerRecord>? answerRecords,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowV2ListAnswerRecordsResponse({
  this.answerRecords,
  this.nextPageToken,
});