Interface DocumentSource.Builder

    • Method Detail

      • bytes

        DocumentSource.Builder bytes​(SdkBytes bytes)

        A base64-encoded string of a UTF-8 encoded file, that is the document to include in the message.

        Parameters:
        bytes - A base64-encoded string of a UTF-8 encoded file, that is the document to include in the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.