Skip to main content

intent_catalog

Function intent_catalog 

Source
pub fn intent_catalog(
    reg: &Leaves,
) -> Vec<(&'static IntentSpec, Vec<&'static str>)>
Expand description

意图清单与各意图当前实际路由到的叶。

intents 只说这一类问局是什么、要哪些输入原子;「谁来答」要问注册表里的叶。 两者在这里合成一份,供承接层直接展示。