Interface protos.google.cloud.dialogflow.v2beta1.IParticipant (3.5.0)

Properties of a Participant.

Package

@google-cloud/dialogflow!

Properties

name

name?: (string|null);

Participant name

Property Value
TypeDescription
(string|null)

obfuscatedExternalUserId

obfuscatedExternalUserId?: (string|null);

Participant obfuscatedExternalUserId

Property Value
TypeDescription
(string|null)

role

role?: (google.cloud.dialogflow.v2beta1.Participant.Role|keyof typeof google.cloud.dialogflow.v2beta1.Participant.Role|null);

Participant role

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.Participant.Role|keyof typeof google.cloud.dialogflow.v2beta1.Participant.Role|null)