Interface GetIntentsResponse.Builder

    • Method Detail

      • intents

        GetIntentsResponse.Builder intents​(Collection<IntentMetadata> intents)

        An array of Intent objects. For more information, see PutBot.

        Parameters:
        intents - An array of Intent objects. For more information, see PutBot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • intents

        GetIntentsResponse.Builder intents​(IntentMetadata... intents)

        An array of Intent objects. For more information, see PutBot.

        Parameters:
        intents - An array of Intent objects. For more information, see PutBot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetIntentsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, the response includes a pagination token that you can specify in your next request to fetch the next page of intents.

        Parameters:
        nextToken - If the response is truncated, the response includes a pagination token that you can specify in your next request to fetch the next page of intents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.