- User problems can be classified, and then different functional processes can be executed based on the classification results. For example, first classify and identify the user's questions. If the question is about
order query
, then call theHTTP module
to execute the order query, and then call thespecified reply
module to return the order information to the user.