Share via


ConfigResponseBase Constructors

Definition

Overloads

ConfigResponseBase()

Initializes a new instance of the ConfigResponseBase class.

ConfigResponseBase(String)

Initializes a new instance of the ConfigResponseBase class.

ConfigResponseBase()

Initializes a new instance of the ConfigResponseBase class.

protected ConfigResponseBase ();
Protected Sub New ()

Applies to

ConfigResponseBase(String)

Initializes a new instance of the ConfigResponseBase class.

protected ConfigResponseBase (string responseType);
new Microsoft.Bot.Schema.Teams.ConfigResponseBase : string -> Microsoft.Bot.Schema.Teams.ConfigResponseBase
Protected Sub New (responseType As String)

Parameters

responseType
String

response type for invoke.

Applies to