ClientCitation Class

Represents a Teams client citation to be included in a message. See Bot messages with AI-generated content for more details. https://mms.heiai.top/en-us/microsoftteams/platform/bots/how-to/bot-messages-ai-generated-content?tabs=before%2Cbotmessage

Constructor

pydantic model ClientCitation

Keyword-Only Parameters

Name Description
atType
Default value: Claim
position
Default value: 0
appearance
Default value: <factory>

Attributes

appearance

field appearance: ClientCitationAppearance [Optional]

at_type

field at_type: Literal['Claim'] = 'Claim' (alias 'atType')

position

field position: int = 0