Overview
Members-Overview
Methods-Overview
- copy(commandRequest) → {timapi.CommandRequest}
- toString() → {String}
Constructor
new CommandRequest()
Create empty command request.
Member-List
executionResource :timapi.constants.ResourceId
If a dialog shall be shown during the execution of a command.
negativeResource :timapi.constants.ResourceId
If a dialog shall be shown in case of a negative command response.
order :Number
Specifies the order of a CommandRequest/CommandResponse in the
CommandRequestList/CommandResponseList.
positiveResource :timapi.constants.ResourceId
If a dialog shall be shown in case of a positive command response.
Methods
(static) copy(commandRequest) → {timapi.CommandRequest}
Creates a copy of a timapi.CommandRequest object.
Parameters:
Name | Type | Description |
---|---|---|
commandRequest |
timapi.CommandRequest | Original |
Returns:
Copy of original
Type: timapi.CommandRequest
toString() → {String}
String representation for debugging purpose.
Returns:
String representation
Type: String