DialogResponse 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
DialogResponse() |
Initializes a new instance of the DialogResponse class. |
DialogResponse(String, String, String, String, String) |
Initializes a new instance of the DialogResponse class. |
DialogResponse()
- Source:
- DialogResponse.cs
Initializes a new instance of the DialogResponse class.
public DialogResponse ();
Public Sub New ()
Applies to
DialogResponse(String, String, String, String, String)
- Source:
- DialogResponse.cs
Initializes a new instance of the DialogResponse class.
public DialogResponse (string prompt = default, string parameterName = default, string parameterType = default, string contextId = default, string status = default);
new Microsoft.Bot.Builder.Luis.Models.DialogResponse : string * string * string * string * string -> Microsoft.Bot.Builder.Luis.Models.DialogResponse
Public Sub New (Optional prompt As String = Nothing, Optional parameterName As String = Nothing, Optional parameterType As String = Nothing, Optional contextId As String = Nothing, Optional status As String = Nothing)
Parameters
- prompt
- String
- parameterName
- String
- parameterType
- String
- contextId
- String
- status
- String