ConfigResponseBase Constructors
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.
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.