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