ParseRequest Method

English Query

English Query

ParseRequest Method

Parses an English question or request into a collection of database queries or other response types for the attached model.

Applies To

Session Object

Syntax

Set Response = Session.ParseRequest(Request)

Parts

Response

A Response object that represents the end user's responses.

Response object Description
CommandResponse An ordered sequence of database queries that is executed to answer the end user's question.
UserClarifyResponse A clarification requiring the end user's input to complete processing the request.
ErrorResponse A parsing error. This object is returned if the user's query is not understood in the context of the current model.

Session

An object variable that represents an existing Session object.

Request

A string that is an English question, request, or command.

Remarks

The English Query server parses a plain English question or request into a set of commands, which execute database queries and other types of responses. The client then executes the database query and displays the resulting data to the end user.

See Also

ClarifySpellingErrors Property

DomainInfo Property

InitDomain Method