FileConsentCard 类

定义

FileConsentCard内容类型。

public class FileConsentCard
type FileConsentCard = class
Public Class FileConsentCard
继承
FileConsentCard

构造函数

FileConsentCard()

初始化 FileConsentCard 类的新实例。

FileConsentCard(String, Nullable<Int64>, Object, Object)

初始化 FileConsentCard 类的新实例。

字段

ContentType

要用于 type 属性的内容类型。

属性

AcceptContext

获取或设置发送回机器人的上下文(如果用户同意上传)。 这是自由流架构,在“活动”的“值”字段中发送回。

DeclineContext

获取或设置当用户拒绝时发送回机器人的上下文。 这是自由流架构,在“活动”的“值”字段中发送回。

Description

获取或设置文件说明。

SizeInBytes

获取或设置要以字节为单位上传的文件的大小。

适用于