ConfigTaskResponse 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 Task Response.
public class ConfigTaskResponse : Microsoft.Bot.Schema.Teams.ConfigResponse<Microsoft.Bot.Schema.Teams.TaskModuleResponseBase>
type ConfigTaskResponse = class
inherit ConfigResponse<TaskModuleResponseBase>
Public Class ConfigTaskResponse
Inherits ConfigResponse(Of TaskModuleResponseBase)
- Inheritance
Constructors
ConfigTaskResponse() |
Initializes a new instance of the ConfigTaskResponse 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) |