TokenExchangeState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
State object passed to the bot token service.
public class TokenExchangeState
type TokenExchangeState = class
Public Class TokenExchangeState
- Inheritance
-
TokenExchangeState
Constructors
TokenExchangeState() |
Properties
BotUrl |
Gets or sets the URL of the bot messaging endpoint. |
ConnectionName |
Gets or sets the connection name that was used. |
Conversation |
Gets or sets a reference to the conversation. |
MsAppId |
Gets or sets the bot's registered application ID. |
RelatesTo |
Gets or sets a reference to a related parent conversation for this token exchange. |