GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput constructor

GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput({
  1. String? generatorName,
  2. String? query,
})

Implementation

GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput({
  this.generatorName,
  this.query,
});