Class CompletionResponse


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

      Constructors 
      Constructor Description
      CompletionResponse​(java.lang.String content, boolean isComplete)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContent()  
      boolean isComplete()  
      • Methods inherited from class java.lang.Object

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

      • CompletionResponse

        public CompletionResponse​(java.lang.String content,
                                  boolean isComplete)
    • Method Detail

      • getContent

        public java.lang.String getContent()
      • isComplete

        public boolean isComplete()