Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ async def on_teams_o365_connector_card_action( # pylint: disable=unused-argumen
self, turn_context: TurnContext, query: O365ConnectorCardActionQuery
):
"""
Invoked when a O365 Connector Card Action activity is received from the connector.
Invoked when an O365 Connector Card Action activity is received from the connector.

:param turn_context: A context object for this turn.
:param query: The O365 connector card HttpPOST invoke query.
Expand Down