ConfigAuthResponse Class

Definition

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)

Applies to