Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class ConversationParticipant.
The call participant speaking for a given utterance.
Generated from protobuf message google.cloud.contactcenterinsights.v1.ConversationParticipant
Namespace
Google \ Cloud \ ContactCenterInsights \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ dialogflow_participant_name
string
The name of the participant provided by Dialogflow. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
↳ user_id
string
A user-specified ID representing the participant.
↳ dialogflow_participant
string
Deprecated. Use dialogflow_participant_name instead. The name of the Dialogflow participant. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
↳ obfuscated_external_user_id
string
Obfuscated user ID from Dialogflow.
↳ role
int
The role of the participant.
getDialogflowParticipantName
The name of the participant provided by Dialogflow. Format:
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
Returns
Type
Description
string
hasDialogflowParticipantName
setDialogflowParticipantName
The name of the participant provided by Dialogflow. Format:
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getUserId
A user-specified ID representing the participant.
Returns
Type
Description
string
hasUserId
setUserId
A user-specified ID representing the participant.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getDialogflowParticipant
Deprecated. Use dialogflow_participant_name instead.
The name of the Dialogflow participant. Format:
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
Returns
Type
Description
string
setDialogflowParticipant
Deprecated. Use dialogflow_participant_name instead.
The name of the Dialogflow participant. Format:
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Contact Center Insights V1 Client - Class ConversationParticipant (2.3.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.3 (latest)](/php/docs/reference/cloud-contact-center-insights/latest/V1.ConversationParticipant)\n- [2.3.2](/php/docs/reference/cloud-contact-center-insights/2.3.2/V1.ConversationParticipant)\n- [2.2.1](/php/docs/reference/cloud-contact-center-insights/2.2.1/V1.ConversationParticipant)\n- [2.1.1](/php/docs/reference/cloud-contact-center-insights/2.1.1/V1.ConversationParticipant)\n- [2.0.1](/php/docs/reference/cloud-contact-center-insights/2.0.1/V1.ConversationParticipant)\n- [1.9.5](/php/docs/reference/cloud-contact-center-insights/1.9.5/V1.ConversationParticipant)\n- [1.8.0](/php/docs/reference/cloud-contact-center-insights/1.8.0/V1.ConversationParticipant)\n- [1.7.1](/php/docs/reference/cloud-contact-center-insights/1.7.1/V1.ConversationParticipant)\n- [1.6.2](/php/docs/reference/cloud-contact-center-insights/1.6.2/V1.ConversationParticipant)\n- [1.5.0](/php/docs/reference/cloud-contact-center-insights/1.5.0/V1.ConversationParticipant)\n- [1.4.1](/php/docs/reference/cloud-contact-center-insights/1.4.1/V1.ConversationParticipant)\n- [1.3.0](/php/docs/reference/cloud-contact-center-insights/1.3.0/V1.ConversationParticipant)\n- [1.2.1](/php/docs/reference/cloud-contact-center-insights/1.2.1/V1.ConversationParticipant)\n- [1.1.0](/php/docs/reference/cloud-contact-center-insights/1.1.0/V1.ConversationParticipant)\n- [1.0.3](/php/docs/reference/cloud-contact-center-insights/1.0.3/V1.ConversationParticipant) \nReference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class ConversationParticipant.\n\nThe call participant speaking for a given utterance.\n\nGenerated from protobuf message `google.cloud.contactcenterinsights.v1.ConversationParticipant`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ContactCenterInsights \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getDialogflowParticipantName\n\nThe name of the participant provided by Dialogflow. Format:\nprojects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}\n\n### hasDialogflowParticipantName\n\n### setDialogflowParticipantName\n\nThe name of the participant provided by Dialogflow. Format:\nprojects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}\n\n### getUserId\n\nA user-specified ID representing the participant.\n\n### hasUserId\n\n### setUserId\n\nA user-specified ID representing the participant.\n\n### getDialogflowParticipant\n\nDeprecated. Use `dialogflow_participant_name` instead.\n\nThe name of the Dialogflow participant. Format:\nprojects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}\n\n### setDialogflowParticipant\n\nDeprecated. Use `dialogflow_participant_name` instead.\n\nThe name of the Dialogflow participant. Format:\nprojects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}\n\n### getObfuscatedExternalUserId\n\nObfuscated user ID from Dialogflow.\n\n### setObfuscatedExternalUserId\n\nObfuscated user ID from Dialogflow.\n\n### getRole\n\nThe role of the participant.\n\n### setRole\n\nThe role of the participant.\n\n### getParticipant"]]