Function: TeamsChat()
TeamsChat(
__namedParameters):Element
A Teams-style conversation with an agent that answers in Adaptive Cards.
The transcript is a list of Bot Framework activities - the same objects the endpoint exchanges - so what renders here is exactly what a real channel would receive. A conversation id is minted once per mount and sent on every turn, which is what threads the server’s agent memory.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”Returns
Section titled “Returns”Element