0

Can we use SSML in dialogflow JSON Response from webhook i.e. without using Google Assistant client library. Basically I would like to return SSML subalias in the response from my webhook hosted on AWS Lambda. I tried to search if it is possible using dialogflow JSON response, but not able to find it anywhere.

Sairaj Sawant
  • 1,842
  • 1
  • 12
  • 16
SafySafy
  • 41
  • 3

1 Answers1

1

Added the following in

"textToSpeech": '<speak><sub alias="Indian Premier League"> IPL</sub></speak>'
SafySafy
  • 41
  • 3