Interface SendMessageContext.Builder

  • Method Details

    • currentPage

      SendMessageContext.Builder currentPage(String currentPage)

      The current page or view the user is on

      Parameters:
      currentPage - The current page or view the user is on
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastMessage

      SendMessageContext.Builder lastMessage(String lastMessage)

      The ID of the last message in the conversation

      Parameters:
      lastMessage - The ID of the last message in the conversation
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userActionResponse

      SendMessageContext.Builder userActionResponse(String userActionResponse)

      Response to a UI prompt (not a text conversation message)

      Parameters:
      userActionResponse - Response to a UI prompt (not a text conversation message)
      Returns:
      Returns a reference to this object so that method calls can be chained together.