Continues parsing the current English request into a Response object after the end user has responded to a request for clarification.
Set Response = UserClarifyResponse.Reply
Response
An
UserClarifyResponse
An object variable that contains a UserClarifyResponse object.
There may be many clarifications needed to answer the question. After a user has responded and a client application has placed the user's responses in the Selection properties of the ListInput objects and in the Text properties on the TextInput objects, the client application calls Reply. Reply reprocesses the initial question (originally sent using ProcessRequest), along with all provided clarifications, and returns a new Response object.
There may be additional clarifications needed to answer the question, so this Response object might be another UserClarifyResponse.