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