GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse constructor

GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudContactcenterinsightsV1PhraseMatcher>? phraseMatchers,
})

Implementation

GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse({
  this.nextPageToken,
  this.phraseMatchers,
});