GoogleCloudContactcenterinsightsV1AnswerFeedback.fromJson constructor
GoogleCloudContactcenterinsightsV1AnswerFeedback.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1AnswerFeedback.fromJson(core.Map json_)
: this(
clicked: json_.containsKey('clicked')
? json_['clicked'] as core.bool
: null,
correctnessLevel: json_.containsKey('correctnessLevel')
? json_['correctnessLevel'] as core.String
: null,
displayed: json_.containsKey('displayed')
? json_['displayed'] as core.bool
: null,
);