GoogleCloudContactcenterinsightsV1AnswerFeedback.fromJson constructor

GoogleCloudContactcenterinsightsV1AnswerFeedback.fromJson(
  1. Map json_
)

Implementation

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