onSessionStarted property

void Function(VoicebotSession session)? onSessionStarted
final

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;