Udostępnij przez


FileConsentCardResponse Konstruktory

Definicja

Przeciążenia

FileConsentCardResponse()

Inicjuje nowe wystąpienie klasy FileConsentCardResponse.

FileConsentCardResponse(String, Object, FileUploadInfo)

Inicjuje nowe wystąpienie klasy FileConsentCardResponse.

FileConsentCardResponse()

Inicjuje nowe wystąpienie klasy FileConsentCardResponse.

public FileConsentCardResponse();
Public Sub New ()

Dotyczy

FileConsentCardResponse(String, Object, FileUploadInfo)

Inicjuje nowe wystąpienie klasy FileConsentCardResponse.

public FileConsentCardResponse(string action = default, object context = default, Microsoft.Bot.Schema.Teams.FileUploadInfo uploadInfo = default);
new Microsoft.Bot.Schema.Teams.FileConsentCardResponse : string * obj * Microsoft.Bot.Schema.Teams.FileUploadInfo -> Microsoft.Bot.Schema.Teams.FileConsentCardResponse
Public Sub New (Optional action As String = Nothing, Optional context As Object = Nothing, Optional uploadInfo As FileUploadInfo = Nothing)

Parametry

action
String

Akcja wykonywana przez użytkownika. Możliwe wartości to: "accept", "decline".

context
Object

Kontekst skojarzony z akcją.

uploadInfo
FileUploadInfo

Jeśli użytkownik zaakceptował plik, zawiera informacje o pliku do przekazania.

Dotyczy