FileConsentCardResponse Class
Represents the value of the invoke activity sent when the user acts on a file consent card.
Constructor
pydantic model FileConsentCardResponse
Parameters
| Name | Description |
|---|---|
|
action
Required
|
The action the user took. Possible values include: 'accept', 'decline' |
|
context
Required
|
The context associated with the action. |
|
upload_info
Required
|
If the user accepted the file, contains information about the file to be uploaded. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
action
Required
|
|
|
context
Required
|
|
|
uploadInfo
Required
|
|
Attributes
action
field action: str | None [Required]
context
field context: Any | None [Required]
upload_info
field upload_info: Any | None [Required] (alias 'uploadInfo')