Interface GetBotChannelAssociationsResponse.Builder

    • Method Detail

      • botChannelAssociations

        GetBotChannelAssociationsResponse.Builder botChannelAssociations​(Collection<BotChannelAssociation> botChannelAssociations)

        An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.

        Parameters:
        botChannelAssociations - An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botChannelAssociations

        GetBotChannelAssociationsResponse.Builder botChannelAssociations​(BotChannelAssociation... botChannelAssociations)

        An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.

        Parameters:
        botChannelAssociations - An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetBotChannelAssociationsResponse.Builder nextToken​(String nextToken)

        A pagination token that fetches the next page of associations. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the pagination token in the next request.

        Parameters:
        nextToken - A pagination token that fetches the next page of associations. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the pagination token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.