Share via


SsmlSource(String) Constructor

Definition

Initializes a new instance of SsmlSourceInternal.

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

Parameters

ssmlText
String

Ssml string for the cognitive service to be played.

Exceptions

ssmlText is null.

Applies to