GoogleCloudContactcenterinsightsV1NoteConversationTurnNote.fromJson constructor
GoogleCloudContactcenterinsightsV1NoteConversationTurnNote.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1NoteConversationTurnNote.fromJson(
core.Map json_,
) : this(turnIndex: json_['turnIndex'] as core.int?);