GoogleCloudContactcenterinsightsV1NoteConversationTurnNote.fromJson constructor

GoogleCloudContactcenterinsightsV1NoteConversationTurnNote.fromJson(
  1. Map json_
)

Implementation

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