PromptDialog.Attachment Méthode
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.
Demander une pièce jointe
public static void Attachment (Microsoft.Bot.Builder.Dialogs.IDialogContext context, Microsoft.Bot.Builder.Dialogs.ResumeAfter<System.Collections.Generic.IEnumerable<Microsoft.Bot.Connector.Attachment>> resume, string prompt, System.Collections.Generic.IEnumerable<string> contentTypes = default, string retry = default, int attempts = 3);
static member Attachment : Microsoft.Bot.Builder.Dialogs.IDialogContext * Microsoft.Bot.Builder.Dialogs.ResumeAfter<seq<Microsoft.Bot.Connector.Attachment>> * string * seq<string> * string * int -> unit
Public Shared Sub Attachment (context As IDialogContext, resume As ResumeAfter(Of IEnumerable(Of Attachment)), prompt As String, Optional contentTypes As IEnumerable(Of String) = Nothing, Optional retry As String = Nothing, Optional attempts As Integer = 3)
Paramètres
- context
- IDialogContext
Contexte du dialogue.
- resume
- ResumeAfter<IEnumerable<Attachment>>
Reprendre le gestionnaire.
- prompt
- String
Invite à afficher à l’utilisateur.
- contentTypes
- IEnumerable<String>
Types de contenu facultatifs dont le type de pièce jointe doit faire partie
- retry
- String
Éléments à afficher lors d’une nouvelle tentative
- attempts
- Int32
Nombre de nouvelles tentatives