If you want to highlight a part of a string in bold letters. Just use * at the start and at the end of the part in the Chat message.
Write-Host "Hello *World!* is bold"
Powershell
This example above generates a single Robogator Chat message with Hello World! as content and World! is in bold letters.