FileConsentCard 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| FileConsentCard() |
FileConsentCard 클래스의 새 인스턴스를 초기화합니다. |
| FileConsentCard(String, Nullable<Int64>, Object, Object) |
FileConsentCard 클래스의 새 인스턴스를 초기화합니다. |
FileConsentCard()
FileConsentCard(String, Nullable<Int64>, Object, Object)
FileConsentCard 클래스의 새 인스턴스를 초기화합니다.
public FileConsentCard(string description = default, long? sizeInBytes = default, object acceptContext = default, object declineContext = default);
new Microsoft.Bot.Schema.Teams.FileConsentCard : string * Nullable<int64> * obj * obj -> Microsoft.Bot.Schema.Teams.FileConsentCard
Public Sub New (Optional description As String = Nothing, Optional sizeInBytes As Nullable(Of Long) = Nothing, Optional acceptContext As Object = Nothing, Optional declineContext As Object = Nothing)
매개 변수
- description
- String
파일 설명입니다.
- acceptContext
- Object
사용자가 업로드에 동의한 경우 컨텍스트가 봇으로 다시 전송됩니다. 이 스키마는 자유 흐름 스키마이며 활동의 값 필드로 다시 전송됩니다.
- declineContext
- Object
사용자가 거절한 경우 컨텍스트가 봇으로 다시 전송됩니다. 이 스키마는 자유 흐름 스키마이며 활동의 값 필드로 다시 전송됩니다.