Share via


DialogResponse Class

Definition

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'

Applies to