dialogflowParticipant = $dialogflowParticipant; } /** * @return string */ public function getDialogflowParticipant() { return $this->dialogflowParticipant; } /** * @param string */ public function setDialogflowParticipantName($dialogflowParticipantName) { $this->dialogflowParticipantName = $dialogflowParticipantName; } /** * @return string */ public function getDialogflowParticipantName() { return $this->dialogflowParticipantName; } /** * @param string */ public function setObfuscatedExternalUserId($obfuscatedExternalUserId) { $this->obfuscatedExternalUserId = $obfuscatedExternalUserId; } /** * @return string */ public function getObfuscatedExternalUserId() { return $this->obfuscatedExternalUserId; } /** * @param string */ public function setRole($role) { $this->role = $role; } /** * @return string */ public function getRole() { return $this->role; } /** * @param string */ public function setUserId($userId) { $this->userId = $userId; } /** * @return string */ public function getUserId() { return $this->userId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1ConversationParticipant::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1ConversationParticipant');