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