PlayPrompt.Prompts 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.
List of prompts to play out
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.Prompt> Prompts { get; set; }
member this.Prompts : seq<Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.Prompt> with get, set
Public Property Prompts As IEnumerable(Of Prompt)