Interface ChatInputStream

    • Method Detail

      • configurationEventBuilder

        static ConfigurationEvent.Builder configurationEventBuilder()
        Create a builder for the configurationEvent event type for this stream.
      • textEventBuilder

        static TextInputEvent.Builder textEventBuilder()
        Create a builder for the textEvent event type for this stream.
      • attachmentEventBuilder

        static AttachmentInputEvent.Builder attachmentEventBuilder()
        Create a builder for the attachmentEvent event type for this stream.
      • actionExecutionEventBuilder

        static ActionExecutionEvent.Builder actionExecutionEventBuilder()
        Create a builder for the actionExecutionEvent event type for this stream.
      • endOfInputEventBuilder

        static EndOfInputEvent.Builder endOfInputEventBuilder()
        Create a builder for the endOfInputEvent event type for this stream.
      • authChallengeResponseEventBuilder

        static AuthChallengeResponseEvent.Builder authChallengeResponseEventBuilder()
        Create a builder for the authChallengeResponseEvent event type for this stream.
      • sdkEventType

        default ChatInputStream.EventType sdkEventType()
        The type of this event. Corresponds to the :event-type header on the Message.