次の方法で共有


SsmlSource(String) コンストラクター

定義

SsmlSourceInternal の新しいインスタンスを初期化します。

public SsmlSource (string ssmlText);
new Azure.Communication.CallAutomation.SsmlSource : string -> Azure.Communication.CallAutomation.SsmlSource
Public Sub New (ssmlText As String)

パラメーター

ssmlText
String

コグニティブ サービスを再生するための Ssml 文字列。

例外

ssmlText が null です。

適用対象