Interface ListBuiltInIntentsResponse.Builder

  • Method Details

    • builtInIntentSummaries

      ListBuiltInIntentsResponse.Builder builtInIntentSummaries(Collection<BuiltInIntentSummary> builtInIntentSummaries)

      Summary information for the built-in intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.

      Parameters:
      builtInIntentSummaries - Summary information for the built-in intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • builtInIntentSummaries

      ListBuiltInIntentsResponse.Builder builtInIntentSummaries(BuiltInIntentSummary... builtInIntentSummaries)

      Summary information for the built-in intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.

      Parameters:
      builtInIntentSummaries - Summary information for the built-in intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • builtInIntentSummaries

      ListBuiltInIntentsResponse.Builder builtInIntentSummaries(Consumer<BuiltInIntentSummary.Builder>... builtInIntentSummaries)

      Summary information for the built-in intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.

      This is a convenience method that creates an instance of the BuiltInIntentSummary.Builder avoiding the need to create one manually via BuiltInIntentSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to builtInIntentSummaries(List<BuiltInIntentSummary>).

      Parameters:
      builtInIntentSummaries - a consumer that will call methods on BuiltInIntentSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      A token that indicates whether there are more results to return in a response to the ListBuiltInIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotAliases operation request to get the next page of results.

      Parameters:
      nextToken - A token that indicates whether there are more results to return in a response to the ListBuiltInIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotAliases operation request to get the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localeId

      The language and locale of the intents in the list.

      Parameters:
      localeId - The language and locale of the intents in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.