Share via


SuggestedActions Class

SuggestedActions that can be performed.

Constructor

pydantic model SuggestedActions

Parameters

Name Description
to
Required

Ids of the recipients that the actions should be shown to. These Ids are relative to the channelId and a subset of all recipients of the activity

actions
Required

Actions that can be shown to the user

Keyword-Only Parameters

Name Description
to
Required
actions
Required

Attributes

actions

field actions: list[CardAction] [Required]

to

field to: Annotated[str, StringConstraints(strip_whitespace=None, to_upper=None, to_lower=None, strict=None, min_length=1, max_length=None, pattern=None)]] [Required]