Record.PlayPrompt 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.
Promt to played out (if any) before recording starts. Customers can choose to specify "playPrompt" action separately or specify as part of "record" - mostly all recordings are preceeded by a prompt
public Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.PlayPrompt PlayPrompt { get; set; }
member this.PlayPrompt : Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.PlayPrompt with get, set
Public Property PlayPrompt As PlayPrompt