Share via


TaskModuleTaskInfo Class

Information about a task module task.

Constructor

pydantic model TaskModuleTaskInfo

Parameters

Name Description
title
Required
str

The title of the task module.

height
Required
int

The height of the task module.

width
Required
int

The width of the task module.

url
Required
str

The URL of the task module.

card
Required

The adaptive card for the task module.

Keyword-Only Parameters

Name Description
title
Default value: None
height
Default value: None
width
Default value: None
url
Default value: None
card
Default value: None
fallbackUrl
Default value: None
completionBotId
Default value: None

Attributes

card

field card: Attachment = None

completion_bot_id

field completion_bot_id: str = None (alias 'completionBotId')

fallback_url

field fallback_url: str = None (alias 'fallbackUrl')

height

field height: object = None

title

field title: str = None

url

field url: str = None

width

field width: object = None