Continues parsing the current English request into a Response object after the end user has responded to a request for clarification.
Syntax
Set Response = UserClarifyResponse.Reply
Part | Description |
---|---|
UserClarifyResponse | An object variable that contains a UserClarifyResponse object. |
Response | An object variable representing the response to the user. |
Applies To
UserClarifyResponse Object
Remarks
There may be many clarifications necessary to answer the question. After the user has responded to the part of the clarification and the 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 should then call Reply. Reply will reprocess the initial question (originally sent via ProcessRequest), along with all provided clarifications, returning a new Response object.
There may be additional clarifications necessary to answer the question, so this Response object might be another ClarificationResponse.
See Also
Response Object Object, UserInput Object