PromptDialog.PromptAttachment Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.