GoogleCloudContactcenterinsightsV1ConversationParticipant class

The call participant speaking for a given utterance.

Constructors

GoogleCloudContactcenterinsightsV1ConversationParticipant({String? dialogflowParticipant, String? dialogflowParticipantName, String? obfuscatedExternalUserId, String? role, String? userId})
GoogleCloudContactcenterinsightsV1ConversationParticipant.fromJson(Map json_)

Properties

dialogflowParticipant String?
Use dialogflow_participant_name instead.
getter/setter pair
dialogflowParticipantName String?
The name of the participant provided by Dialogflow.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
obfuscatedExternalUserId String?
Obfuscated user ID from Dialogflow.
getter/setter pair
role String?
The role of the participant. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
A user-specified ID representing the participant.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited