Activity.Speak Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The speak field indicates how the activity should be spoken via a text-to-speech system. The field is only used to customize speech rendering when the default is deemed inadequate. It replaces speech synthesis for any content within the activity, including text, attachments, and summaries. The value of the speak field is either plain text or SSML encoded within a string.
public string Speak { get; set; }
member this.Speak : string with get, set
Public Property Speak As String
Producto | Versiones |
---|---|
Microsoft 365 Agents SDK .NET | 1 |