Example #1
0
 public void SetSsmlText(string text)
 {
     OutputSpeech = new SsmlOutputSpeech(text);
 }
Example #2
0
 public void SetPlainText(string text)
 {
     OutputSpeech = text;
 }