Interface ConversationMessage.Builder

    • Method Detail

      • body

        ConversationMessage.Builder body​(String body)

        The text content of the conversation message.

        Parameters:
        body - The text content of the conversation message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        ConversationMessage.Builder type​(String type)

        The type of the conversation message.

        Parameters:
        type - The type of the conversation message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Sender, Sender
      • type

        ConversationMessage.Builder type​(Sender type)

        The type of the conversation message.

        Parameters:
        type - The type of the conversation message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Sender, Sender