onSessionStarted property
Called each time a new VoicebotSession is opened (e.g. to wire
updateContext / sendCartEvent to your navigation/cart).
Implementation
final void Function(VoicebotSession session)? onSessionStarted;
Called each time a new VoicebotSession is opened (e.g. to wire
updateContext / sendCartEvent to your navigation/cart).
final void Function(VoicebotSession session)? onSessionStarted;