GoogleCloudContactcenterinsightsV1ListAssessmentsResponse constructor

GoogleCloudContactcenterinsightsV1ListAssessmentsResponse({
  1. List<GoogleCloudContactcenterinsightsV1Assessment>? assessments,
  2. String? nextPageToken,
})

Implementation

GoogleCloudContactcenterinsightsV1ListAssessmentsResponse({
  this.assessments,
  this.nextPageToken,
});