File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed 
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1717package  com.google.firebase.vertexai.type 
1818
1919/* *
20-  * Represents the response from the server for live content updates. This class encapsulates the 
21-  * content data, the status of the response, and any function calls included in the response. 
22-  * @param data 
20+  * Represents the response from the model for live content updates. 
21+  * 
22+  * This class encapsulates the content data, the status of the response, and any function calls 
23+  * included in the response. 
2324 */  
2425@PublicPreviewAPI
2526public  class  LiveContentResponse 
@@ -35,7 +36,7 @@ internal constructor(
3536  public  val  status:  Status ,
3637
3738  /* *
38-    * A list of function call parts  included in the response, if any.   
39+    * A list of [FunctionCallPart]  included in the response, if any. 
3940   *  
4041   * This list can be null or empty if no function calls are present. 
4142   */  
@@ -63,7 +64,7 @@ internal constructor(
6364       */  
6465      public  val  INTERRUPTED :  Status  =  Status (1 )
6566      /* *
66-        * The server is  finished sending data in the current interaction. 
67+        * The model has  finished sending data in the current interaction. 
6768       * 
6869       * Can be set alongside content, signifying that the content is the last in the turn. 
6970       */  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments