Interface Voice<G,I>

All Known Implementing Classes:
Shouting, Talking, Whispering

public interface Voice<G,I>
  • Method Details

    • getMode

      VocalMode getMode()
    • getConversation

      Conversation getConversation()
    • getServiceGroup

      G getServiceGroup()
    • getInstanceId

      I getInstanceId()