Predefined objects

Store static device- and user-specific data passed from the client app

authData.data => p.authData.data

Store state data to be available globally at the project scope

project.info = {data:yourData} => project.info.data

Store the intent match score

p.score

Store data to be passed between contexts

p.state.data

Store visual context data to be passed from the client app with setVisualState()

p.visual.data

Store user-specific state data to be accessible during the dialog session

p.userData.data
Comments