Class UtteranceResponse

java.lang.Object
ai.mrs.connection.models.UtteranceResponse

public class UtteranceResponse
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    UtteranceResponse​(java.lang.String text, boolean isEnd)  
  • Method Summary

    Modifier and Type Method Description
    boolean getIsEnd()  
    java.lang.String getText()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UtteranceResponse

      public UtteranceResponse​(java.lang.String text, boolean isEnd)
  • Method Details

    • getText

      public java.lang.String getText()
    • getIsEnd

      public boolean getIsEnd()