Displays the dialog name and step name during dialog execution.
aaWindowInstance.on('BEFORE_VIEW_INIT', (html, payload) => { if(payload.event === 'MYBOT_HEADER_LEFT_SECTION'){ // Customize the left section of the MyBot header if required. }});
Contains buttons for List View and Terminate in the Right Section.
aaWindowInstance.on('BEFORE_VIEW_INIT', (html, payload) => { if(payload.event === 'MYBOT_HEADER_RIGHT_SECTION'){ // Customize the right section of the MyBot header if required. }});