Class GoogleCloudContactcenterinsightsV1ConversationParticipant
The call participant speaking for a given utterance.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ConversationParticipant : IDirectResponseSchema
Properties
DialogflowParticipant
Deprecated. Use dialogflow_participant_name
instead. The name of the Dialogflow participant. Format:
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
Declaration
[JsonProperty("dialogflowParticipant")]
public virtual string DialogflowParticipant { get; set; }
Property Value
Type | Description |
---|---|
string |
DialogflowParticipantName
The name of the participant provided by Dialogflow. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
Declaration
[JsonProperty("dialogflowParticipantName")]
public virtual string DialogflowParticipantName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ObfuscatedExternalUserId
Obfuscated user ID from Dialogflow.
Declaration
[JsonProperty("obfuscatedExternalUserId")]
public virtual string ObfuscatedExternalUserId { get; set; }
Property Value
Type | Description |
---|---|
string |
Role
The role of the participant.
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type | Description |
---|---|
string |
UserId
A user-specified ID representing the participant.
Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
Type | Description |
---|---|
string |