Interface protos.google.cloud.contactcenterinsights.v1.IConversationParticipant (1.8.0)

Properties of a ConversationParticipant.

Package

@google-cloud/contact-center-insights

Properties

dialogflowParticipant

dialogflowParticipant?: (string|null);

ConversationParticipant dialogflowParticipant

Property Value
TypeDescription
(string|null)

dialogflowParticipantName

dialogflowParticipantName?: (string|null);

ConversationParticipant dialogflowParticipantName

Property Value
TypeDescription
(string|null)

obfuscatedExternalUserId

obfuscatedExternalUserId?: (string|null);

ConversationParticipant obfuscatedExternalUserId

Property Value
TypeDescription
(string|null)

role

role?: (google.cloud.contactcenterinsights.v1.ConversationParticipant.Role|keyof typeof google.cloud.contactcenterinsights.v1.ConversationParticipant.Role|null);

ConversationParticipant role

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.ConversationParticipant.Role|keyof typeof google.cloud.contactcenterinsights.v1.ConversationParticipant.Role|null)

userId

userId?: (string|null);

ConversationParticipant userId

Property Value
TypeDescription
(string|null)