Type Property (Response Object)

English Query

English Query

Type Property (Response Object)

Contains an integer or a symbolic constant representing a type of Response object.

Applies To

Response Object

Syntax

Response.Type [= value]

Parts

Response

An object variable that represents one of the response types.

value

A returned integer for Microsoft® Visual Basic® Scripting Edition (VBScript) or a symbolic constant for  that represents one of the response types.

Value Response type Description
0 nlResponseCommand Command response
3 nlResponseError Error response
4 nlResponseUserClarify User-clarification response
Remarks

This property is read-only.

See Also

CommandResponse Object

ErrorResponse Object

UserClarifyResponse Object