Freigeben über


AttachmentPrompt Konstruktor

Definition

Initialisiert eine neue Instanz der AttachmentPrompt-Klasse.

public AttachmentPrompt (string dialogId, Microsoft.Bot.Builder.Dialogs.PromptValidator<System.Collections.Generic.IList<Microsoft.Bot.Schema.Attachment>> validator = default);
new Microsoft.Bot.Builder.Dialogs.AttachmentPrompt : string * Microsoft.Bot.Builder.Dialogs.PromptValidator<System.Collections.Generic.IList<Microsoft.Bot.Schema.Attachment>> -> Microsoft.Bot.Builder.Dialogs.AttachmentPrompt
Public Sub New (dialogId As String, Optional validator As PromptValidator(Of IList(Of Attachment)) = Nothing)

Parameter

dialogId
String

Die ID, die dieser Eingabeaufforderung zugewiesen werden soll.

validator
PromptValidator<IList<Attachment>>

Optional, ein , das eine PromptValidator<T> zusätzliche, benutzerdefinierte Überprüfung für diese Eingabeaufforderung enthält.

Hinweise

Der Wert von muss innerhalb des dialogIdDialogSet oder ComponentDialog eindeutig sein, dem die Eingabeaufforderung hinzugefügt wird.

Gilt für: