GoogleCloudContactcenterinsightsV1CorrelationConfig.fromJson constructor
GoogleCloudContactcenterinsightsV1CorrelationConfig.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1CorrelationConfig.fromJson(core.Map json_)
: this(
createTime: json_['createTime'] as core.String?,
fullConversationConfig: json_.containsKey('fullConversationConfig')
? GoogleCloudContactcenterinsightsV1CorrelationTypeConfig.fromJson(
json_['fullConversationConfig']
as core.Map<core.String, core.dynamic>,
)
: null,
name: json_['name'] as core.String?,
updateTime: json_['updateTime'] as core.String?,
);