Interface ProactiveRecommendationDataDetails.Builder

  • Method Details

    • nextMessageToken

      ProactiveRecommendationDataDetails.Builder nextMessageToken(String nextMessageToken)

      The token used to retrieve the next message in the proactive recommendation. Pass this token in a GetNextMessage request to continue receiving the chunked proactive response. Each response returns the next token to use until the chunked response is complete.

      Parameters:
      nextMessageToken - The token used to retrieve the next message in the proactive recommendation. Pass this token in a GetNextMessage request to continue receiving the chunked proactive response. Each response returns the next token to use until the chunked response is complete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.