DialogServiceConnector.SpeechActivityTemplate Property
Definition
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.
Gets or sets the JSON template that will be provided to the speech service for the next conversation. The service will attempt to merge this template into all activities sent to the dialog backend, whether originated by the client with SendActivityAsync or generated by the service, as is the case with speech-to-text results.
public string SpeechActivityTemplate { get; set; }
member this.SpeechActivityTemplate : string with get, set
Public Property SpeechActivityTemplate As String
Property Value
Remarks
Properties from the template will be stamped on each generated activity. This property can be set to null, an empty string, or a syntactically valid JSON object.
Applies to
Azure SDK for .NET