GoogleCloudContactcenterinsightsV1ConversationParticipant constructor

GoogleCloudContactcenterinsightsV1ConversationParticipant({
  1. String? dialogflowParticipant,
  2. String? dialogflowParticipantName,
  3. String? obfuscatedExternalUserId,
  4. String? role,
  5. String? userId,
})

Implementation

GoogleCloudContactcenterinsightsV1ConversationParticipant({
  this.dialogflowParticipant,
  this.dialogflowParticipantName,
  this.obfuscatedExternalUserId,
  this.role,
  this.userId,
});