GoogleCloudContactcenterinsightsV1NoteQaQuestionNote.fromJson constructor

GoogleCloudContactcenterinsightsV1NoteQaQuestionNote.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1NoteQaQuestionNote.fromJson(core.Map json_)
  : this(qaQuestion: json_['qaQuestion'] as core.String?);