Prompt<T,U>.MakePrompt Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
protected virtual Microsoft.Bot.Connector.IMessageActivity MakePrompt (Microsoft.Bot.Builder.Dialogs.IDialogContext context, string prompt, System.Collections.Generic.IReadOnlyList<U> options = default, System.Collections.Generic.IReadOnlyList<string> descriptions = default, string speak = default);
abstract member MakePrompt : Microsoft.Bot.Builder.Dialogs.IDialogContext * string * System.Collections.Generic.IReadOnlyList<'U> * System.Collections.Generic.IReadOnlyList<string> * string -> Microsoft.Bot.Connector.IMessageActivity
override this.MakePrompt : Microsoft.Bot.Builder.Dialogs.IDialogContext * string * System.Collections.Generic.IReadOnlyList<'U> * System.Collections.Generic.IReadOnlyList<string> * string -> Microsoft.Bot.Connector.IMessageActivity
Protected Overridable Function MakePrompt (context As IDialogContext, prompt As String, Optional options As IReadOnlyList(Of U) = Nothing, Optional descriptions As IReadOnlyList(Of String) = Nothing, Optional speak As String = Nothing) As IMessageActivity
Parametrar
- context
- IDialogContext
- prompt
- String
- options
- IReadOnlyList<U>
- descriptions
- IReadOnlyList<String>
- speak
- String