Prompt<T,U>.MakePrompt Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Parametry
- context
- IDialogContext
- prompt
- String
- options
- IReadOnlyList<U>
- descriptions
- IReadOnlyList<String>
- speak
- String