stopVoiceInteraction abstract method

void stopVoiceInteraction()

Stops the current voice interaction.

If the user is speaking, it stops listening and sends it to the AI.

If the AI is speaking, it stops speaking and starts listening to the user again.

Implementation

void stopVoiceInteraction();