Engine Objects Summary
This summary lists all the objects in the Engine Object model and the properties and methods for each.
- AnswerCmd Object
Properties/Methods
Properties/Methods |
Description |
Answer Property | Provides the English answer text to a question that cannot be answered with data in the database. |
- Command Object
Properties/Methods
Properties/Methods |
Description |
CmdID Property | Contains an integer or symbolic constant representing a command, such as: a query, an answer, a user request for help, or a user request to exit command. |
- CommandResponse Object
Properties/Methods
Properties/Methods |
Description |
Restatement Property | An English interpretation of the end user's question or request. |
Type Property | Contains an integer or a symbolic constant representing a type of response object. |
- DomainCmd Object
Properties/Methods
Properties/Methods |
Description |
CmdID Property | Contains an integer or a symbolic constant representing a command, such as: a query, an answer, a user request for help, or a user request to exit command. |
CommandName Property | Contains a string representing a . |
- DomainInfo Object
Properties/Methods
- ErrorResponse Object
Properties/Methods
Properties/Methods |
Description |
Description Property | Contains a description of the error to be displayed to the end user. |
Type Property | Contains an integer or a symbolic constant representing a type of response object. |
- HelpCmd Object
Properties/Methods
Properties/Methods |
Description |
HelpText Property | Specifies Help text of the application for an entity. |
HelpType Property | Contains an integer representing the type of object for which Help is requested. |
ObjectID Property | Contains the ID of the object for which Help is being requested. |
ObjectType Property | Contains an integer representing the type of object for which Help is requested. |
- Listlnput Object
Properties/Methods
Properties/Methods |
Description |
Caption Property | Specifies the recommended caption for one of three user input types: ListInput, StaticInput, and TextInput. |
Items Property | Specifies the array of strings in the list from which the user chooses. |
ItemCount Property | Specifies the number of items in the list from which the end user chooses. |
Selection Property | Specifies the end user's selection from the list. |
- ObjectReference Object
Properties/Methods
- Parameter Object
Properties/Methods
Properties/Methods |
Description |
FieldCount Property | Contains the number of fields in the Fields property array. |
Fields Property | Contains an array of the fields in the specified query command, which yields the values of a parameter of a . |
ParameterID Property | Contains an integer identifying a parameter of a command relationship. |
ParameterType Property | Contains an integer representing a parameter for a command relationship. |
QueryCommand Property | Contains an index of the query command in the QueryCommands collection that yields the values of a parameter of a command relationship. |
Units Property | Contains a description that qualifies the parameter value, such as percent or dollars. |
Value Property | Contains a parameter value representing a parameter for a command relationship. |
- QueryCmd Object
Properties/Methods
- Response Object
Properties/Methods
Properties/Methods |
Description |
Type Property | Contains an integer or a symbolic constant representing a type of response object. |
- Session Object
Properties/Methods
- StaticInput Object
Properties/Methods
Properties/Methods |
Description |
Caption Property | Specifies the recommended caption for one of three user input types: ListInput, StaticInput, and TextInput. |
- TextInput Object
Properties/Methods
Properties/Methods |
Description |
Caption Property | Specifies the recommended caption for one of three user input types: ListInput, StaticInput, and TextInput. |
Text Property | Specifies the text end users provide to clarify their questions, statements, or errors. |
- UserClarifyResponse Object
Properties/Methods
Properties/Methods |
Description |
Type Property | Contains an integer or a symbolic constant representing a type of response object. |
Reply Method | Continues parsing the current English request into a Response object after the end user has responded to a request for clarification. |
- UserInput Object
Properties/Methods
Properties/Methods |
Description |
Type Property | Contains an integer or a symbolic constant representing a type of user input object: ListInput, StaticInput, or TextInput object. |