Home
last modified time | relevance | path

Searched refs:non_smart_reply_actions (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/actions/
Dranker.cc274 std::vector<ActionSuggestion> non_smart_reply_actions; in RankActions() local
277 non_smart_reply_actions.push_back(std::move(action)); in RankActions()
280 response->actions = std::move(non_smart_reply_actions); in RankActions()