PlayPrompt.Prompts Property

Definition

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)

Property Value

IEnumerable<Prompt>

Applies to