ConfigAuthResponse 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.
Envelope for Config Auth Response.
public class ConfigAuthResponse : Microsoft.Bot.Schema.Teams.ConfigResponse<Microsoft.Bot.Schema.Teams.BotConfigAuth>
type ConfigAuthResponse = class
inherit ConfigResponse<BotConfigAuth>
Public Class ConfigAuthResponse
Inherits ConfigResponse(Of BotConfigAuth)
- Inheritance
Constructors
ConfigAuthResponse() |
Initializes a new instance of the ConfigAuthResponse class. |
Properties
CacheInfo |
Gets or sets response cache Info. (Inherited from ConfigResponse<T>) |
Config |
Gets or sets the response to the config message. Possible values for the config type include: 'auth'or 'task'. (Inherited from ConfigResponse<T>) |
ResponseType |
Gets or sets response type invoke request. (Inherited from ConfigResponseBase) |