ClientCitation Class
Represents a Teams client citation to be included in a message. See Bot messages with AI-generated content for more details. https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/bot-messages-ai-generated-content?tabs=before%2Cbotmessage
Constructor
pydantic model ClientCitation
Keyword-Only Parameters
| Name | Description |
|---|---|
|
type
|
Default value: Claim
|
|
position
|
Default value: 0
|
|
appearance
|
Default value: None
|
Attributes
appearance
field appearance: ClientCitationAppearance | None = None
position
field position: int = 0
type
field type: str = 'Claim'