Package 

Interface LivekitAgentDispatch.ListAgentDispatchRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getDispatchId()
      if set, only the dispatch whose id is given will be returned
      
      string dispatch_id = 1;
      abstract ByteString getDispatchIdBytes()
      if set, only the dispatch whose id is given will be returned
      
      string dispatch_id = 1;
      abstract String getRoom()
      name of the room to list agents for. Must be set.
      
      string room = 2;
      abstract ByteString getRoomBytes()
      name of the room to list agents for. Must be set.
      
      string room = 2;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

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

      • getDispatchId

         abstract String getDispatchId()
        if set, only the dispatch whose id is given will be returned
        
        string dispatch_id = 1;
      • getDispatchIdBytes

         abstract ByteString getDispatchIdBytes()
        if set, only the dispatch whose id is given will be returned
        
        string dispatch_id = 1;
      • getRoom

         abstract String getRoom()
        name of the room to list agents for. Must be set.
        
        string room = 2;
      • getRoomBytes

         abstract ByteString getRoomBytes()
        name of the room to list agents for. Must be set.
        
        string room = 2;