Interface ListConversationsResponse.Builder

    • Method Detail

      • conversations

        ListConversationsResponse.Builder conversations​(Collection<Conversation> conversations)

        An array of summary information on the configuration of one or more Amazon Q web experiences.

        Parameters:
        conversations - An array of summary information on the configuration of one or more Amazon Q web experiences.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • conversations

        ListConversationsResponse.Builder conversations​(Conversation... conversations)

        An array of summary information on the configuration of one or more Amazon Q web experiences.

        Parameters:
        conversations - An array of summary information on the configuration of one or more Amazon Q web experiences.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConversationsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon Q returns this token, which you can use in a later request to list the next set of messages.

        Parameters:
        nextToken - If the response is truncated, Amazon Q returns this token, which you can use in a later request to list the next set of messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.