Del via


FileConsentCardResponse Constructors

Definition

Overloads

FileConsentCardResponse()

Initializes a new instance of the FileConsentCardResponse class.

FileConsentCardResponse(String, Object, FileUploadInfo)

Initializes a new instance of the FileConsentCardResponse class.

FileConsentCardResponse()

Initializes a new instance of the FileConsentCardResponse class.

public FileConsentCardResponse();
Public Sub New ()

Applies to

FileConsentCardResponse(String, Object, FileUploadInfo)

Initializes a new instance of the FileConsentCardResponse class.

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

Parameters

action
String

The action the user took. Possible values include: 'accept', 'decline'.

context
Object

The context associated with the action.

uploadInfo
FileUploadInfo

If the user accepted the file, contains information about the file to be uploaded.

Applies to