Interface FinalResponse.Builder

    • Method Detail

      • metadata

        FinalResponse.Builder metadata​(Metadata metadata)

        Contains information about the invoke agent operation.

        Parameters:
        metadata - Contains information about the invoke agent operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • text

        FinalResponse.Builder text​(String text)

        The text in the response to the user.

        Parameters:
        text - The text in the response to the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.