GoogleCloudContactcenterinsightsV1ConversationParticipant.fromJson constructor

GoogleCloudContactcenterinsightsV1ConversationParticipant.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1ConversationParticipant.fromJson(
  core.Map json_,
) : this(
      dialogflowParticipant: json_['dialogflowParticipant'] as core.String?,
      dialogflowParticipantName:
          json_['dialogflowParticipantName'] as core.String?,
      obfuscatedExternalUserId:
          json_['obfuscatedExternalUserId'] as core.String?,
      role: json_['role'] as core.String?,
      userId: json_['userId'] as core.String?,
    );