GoogleCloudContactcenterinsightsV1ListQaQuestionsResponse constructor

GoogleCloudContactcenterinsightsV1ListQaQuestionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudContactcenterinsightsV1QaQuestion>? qaQuestions,
})

Implementation

GoogleCloudContactcenterinsightsV1ListQaQuestionsResponse({
  this.nextPageToken,
  this.qaQuestions,
});