コード例 #1
0
 public void SetSsmlText(string text)
 {
     OutputSpeech = new SsmlOutputSpeech(text);
 }
コード例 #2
0
 public void SetPlainText(string text)
 {
     OutputSpeech = text;
 }