Connectivity Watch and iPhone

I'm new in swift development. I want to do a communication between my iPhone and Apple Watch, I succeeded with a tutorial but it's display an Alert. I like to know how I can do to display Text instead of .alert ? Have you an idea to help me ?

.alert(item: $connectivityManager.notificationMessage) { message in
             Alert(title: Text(message.text))
        }
Connectivity Watch and iPhone
 
 
Q