GoogleCloudContactcenterinsightsV1CorrelationConfig constructor
GoogleCloudContactcenterinsightsV1CorrelationConfig({
- String? createTime,
- GoogleCloudContactcenterinsightsV1CorrelationTypeConfig? fullConversationConfig,
- String? name,
- String? updateTime,
Implementation
GoogleCloudContactcenterinsightsV1CorrelationConfig({
this.createTime,
this.fullConversationConfig,
this.name,
this.updateTime,
});