Delen via


PromptDialog.Attachment Methode

Definitie

Vragen om een bijlage

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)

Parameters

context
IDialogContext

De context van het dialoogvenster.

resume
ResumeAfter<IEnumerable<Attachment>>

Cv-handler.

prompt
String

De prompt om weer te geven aan de gebruiker.

contentTypes
IEnumerable<String>

De optionele inhoudstypen waarvan het bijlagetype deel moet uitmaken

retry
String

Wat u moet weergeven bij een nieuwe poging

attempts
Int32

Het aantal keren dat opnieuw moet worden geprobeerd

Van toepassing op