pub type SetSlotValuesHandler = Arc<dyn Fn(HashMap<String, Value>) -> SetSlotValuesResult + Send + Sync>;Expand description
Handler function type for SetSlotValues messages. Called when an external client wants to update slot values.
Aliased Typeยง
pub struct SetSlotValuesHandler { /* private fields */ }