Skip to content
#

chitchat

Here are 19 public repositories matching this topic...

kevindra
kevindra commented Oct 28, 2020
ax.say(string | SSMLSpeechBlock)
ax.say(string | SSMLSpeechBlock)

These are limiting because I can not plugin a compound block that localizes the output speech. For example: following can render localized message but it isn't possible right now.

ax
  .compound()
  .add(ax.ssml(text).build())
  .add(
    ax
      .localize([Locale.en_US, Locale.en_CA])
      .block(ax.
enhancement good first issue

Improve this page

Add a description, image, and links to the chitchat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chitchat topic, visit your repo's landing page and select "manage topics."

Learn more