GoogleCloudContactcenterinsightsV1ConversationParticipantResponse

data class GoogleCloudContactcenterinsightsV1ConversationParticipantResponse(val dialogflowParticipant: String, val dialogflowParticipantName: String, val obfuscatedExternalUserId: String, val role: String, val userId: String)

The call participant speaking for a given utterance.

Constructors

constructor(dialogflowParticipant: String, dialogflowParticipantName: String, obfuscatedExternalUserId: String, role: String, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deprecated. Use dialogflow_participant_name instead. The name of the Dialogflow participant. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}

Link copied to clipboard

The name of the participant provided by Dialogflow. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}

Link copied to clipboard

Obfuscated user ID from Dialogflow.

Link copied to clipboard

The role of the participant.

Link copied to clipboard

A user-specified ID representing the participant.