Partager via


PromptDialog.PromptAttachment Constructeur

Définition

Constructeur pour une boîte de dialogue d’invite en pièce jointe.

public PromptAttachment (string prompt, string retry, int attempts, System.Collections.Generic.IEnumerable<string> contentTypes = default);
new Microsoft.Bot.Builder.Dialogs.PromptDialog.PromptAttachment : string * string * int * seq<string> -> Microsoft.Bot.Builder.Dialogs.PromptDialog.PromptAttachment
Public Sub New (prompt As String, retry As String, attempts As Integer, Optional contentTypes As IEnumerable(Of String) = Nothing)

Paramètres

prompt
String

Invite.

retry
String

Éléments à afficher lors d’une nouvelle tentative.

attempts
Int32

Types de contenu facultatifs dont le type de pièce jointe doit faire partie.

contentTypes
IEnumerable<String>

Types de contenu utilisés pour filtrer les pièces jointes. Null implique n’importe quel type de contenu.

S’applique à