vpaConversationStates

abstract val vpaConversationStates: MirrorableMap<VpaIdentifier, DialogueState>

The state of the conversational dialogue with the VPAs in the system. This indicates whether a VPA is speaking, listening, waiting for a response from the user etc.

An entry for a particular VPA in the map is only guaranteed to exist and be valid and up-to-date if that VPA's availability state as given by vpaAvailabilityStates is VpaAvailabilityState.AVAILABLE.