GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleRequest constructor

GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleRequest({
  1. GoogleCloudContactcenterinsightsV1AutoLabelingRule? autoLabelingRule,
  2. GoogleCloudContactcenterinsightsV1Conversation? conversation,
})

Implementation

GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleRequest({
  this.autoLabelingRule,
  this.conversation,
});