GoogleCloudContactcenterinsightsV1ListQaQuestionsResponse constructor
GoogleCloudContactcenterinsightsV1ListQaQuestionsResponse({
- String? nextPageToken,
- List<
GoogleCloudContactcenterinsightsV1QaQuestion> ? qaQuestions,
Implementation
GoogleCloudContactcenterinsightsV1ListQaQuestionsResponse({
this.nextPageToken,
this.qaQuestions,
});