FileConsentCardResponse 생성자

정의

오버로드

FileConsentCardResponse()

FileConsentCardResponse 클래스의 새 인스턴스를 초기화합니다.

FileConsentCardResponse(String, Object, FileUploadInfo)

FileConsentCardResponse 클래스의 새 인스턴스를 초기화합니다.

FileConsentCardResponse()

FileConsentCardResponse 클래스의 새 인스턴스를 초기화합니다.

public FileConsentCardResponse ();
Public Sub New ()

적용 대상

FileConsentCardResponse(String, Object, FileUploadInfo)

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)

매개 변수

action
String

사용자가 수행한 작업입니다. 가능한 값은 'accept', 'decline'입니다.

context
Object

작업과 연관된 컨텍스트입니다.

uploadInfo
FileUploadInfo

사용자가 파일을 수락한 경우 에는 업로드할 파일에 대한 정보가 포함됩니다.

적용 대상