Creates a simple text utterance event
Utterance options
UtteranceEvent instance
const utterance = createTextUtterance({ speakerUri: 'tag:example.com,2025:user1', text: 'Hello world', to: { speakerUri: 'tag:example.com,2025:bot1' }}); Copy
const utterance = createTextUtterance({ speakerUri: 'tag:example.com,2025:user1', text: 'Hello world', to: { speakerUri: 'tag:example.com,2025:bot1' }});
Creates a simple text utterance event