GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats.fromJson constructor
GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats.fromJson(
core.Map json_)
: this(
displayName: json_.containsKey('displayName')
? json_['displayName'] as core.String
: null,
issue:
json_.containsKey('issue') ? json_['issue'] as core.String : null,
labeledConversationsCount:
json_.containsKey('labeledConversationsCount')
? json_['labeledConversationsCount'] as core.String
: null,
);