Exemplo n.º 1
0
 public void SetSsmlText(string text)
 {
     OutputSpeech = new SsmlOutputSpeech(text);
 }
Exemplo n.º 2
0
 public void SetPlainText(string text)
 {
     OutputSpeech = text;
 }