Share via


ConfigTaskResponse Class

Definition

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)

Applies to