GoogleCloudContactcenterinsightsV1ListAnalysesResponse constructor

GoogleCloudContactcenterinsightsV1ListAnalysesResponse({
  1. List<GoogleCloudContactcenterinsightsV1Analysis>? analyses,
  2. String? nextPageToken,
})

Implementation

GoogleCloudContactcenterinsightsV1ListAnalysesResponse({
  this.analyses,
  this.nextPageToken,
});