Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1ConversationParticipant

The call participant speaking for a given utterance.

Inheritance
object
GoogleCloudContactcenterinsightsV1ConversationParticipant
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX