GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequest constructor
GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequest({
- GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations? conversations,
- GoogleCloudContactcenterinsightsV1CorrelationConfig? correlationConfig,
- String? filter,
- int? maxSampleCount,
Implementation
GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequest({
this.conversations,
this.correlationConfig,
this.filter,
this.maxSampleCount,
});