DialogResponse 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.
The dialog response.
public class DialogResponse
type DialogResponse = class
Public Class DialogResponse
- Inheritance
-
DialogResponse
Constructors
DialogResponse() |
Initializes a new instance of the DialogResponse class. |
DialogResponse(String, String, String, String, String) |
Initializes a new instance of the DialogResponse class. |
Properties
ContextId |
The context id for dialog. |
ParameterName |
Name of the parameter. |
ParameterType |
Type of the parameter. |
Prompt |
Prompt that should be asked. |
Status |
The dialog status. Possible values include: 'Question', 'Finished' |