Package 

Interface LivekitAgentDispatch.AgentDispatchOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getId() string id = 1;
      abstract ByteString getIdBytes() string id = 1;
      abstract String getAgentName() string agent_name = 2;
      abstract ByteString getAgentNameBytes() string agent_name = 2;
      abstract String getRoom() string room = 3;
      abstract ByteString getRoomBytes() string room = 3;
      abstract String getMetadata() string metadata = 4;
      abstract ByteString getMetadataBytes() string metadata = 4;
      abstract boolean hasState() .livekit.AgentDispatchState state = 5;
      abstract LivekitAgentDispatch.AgentDispatchState getState() .livekit.AgentDispatchState state = 5;
      • 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