GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice.fromJson constructor
GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice.fromJson(
core.Map json_,
) : this(
boolValue: json_['boolValue'] as core.bool?,
key: json_['key'] as core.String?,
naValue: json_['naValue'] as core.bool?,
numValue: (json_['numValue'] as core.num?)?.toDouble(),
score: (json_['score'] as core.num?)?.toDouble(),
strValue: json_['strValue'] as core.String?,
);