Interface ListBuiltInIntentsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListBuiltInIntentsResponse.Builder,,- ListBuiltInIntentsResponse> - LexModelsV2Response.Builder,- SdkBuilder<ListBuiltInIntentsResponse.Builder,,- ListBuiltInIntentsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListBuiltInIntentsResponse
- 
Method SummaryModifier and TypeMethodDescriptionbuiltInIntentSummaries(Collection<BuiltInIntentSummary> builtInIntentSummaries) Summary information for the built-in intents that meet the filter criteria specified in the request.builtInIntentSummaries(Consumer<BuiltInIntentSummary.Builder>... builtInIntentSummaries) Summary information for the built-in intents that meet the filter criteria specified in the request.builtInIntentSummaries(BuiltInIntentSummary... builtInIntentSummaries) Summary information for the built-in intents that meet the filter criteria specified in the request.The language and locale of the intents in the list.A token that indicates whether there are more results to return in a response to theListBuiltInIntentsoperation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
builtInIntentSummariesListBuiltInIntentsResponse.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 maxResultsparameter of the request. If there are more intents available, thenextTokenfield 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- maxResultsparameter of the request. If there are more intents available, the- nextTokenfield 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.
 
- 
builtInIntentSummariesListBuiltInIntentsResponse.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 maxResultsparameter of the request. If there are more intents available, thenextTokenfield 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- maxResultsparameter of the request. If there are more intents available, the- nextTokenfield 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.
 
- 
builtInIntentSummariesListBuiltInIntentsResponse.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 This is a convenience method that creates an instance of themaxResultsparameter of the request. If there are more intents available, thenextTokenfield contains a token to get the next page of results.BuiltInIntentSummary.Builderavoiding the need to create one manually viaBuiltInIntentSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobuiltInIntentSummaries(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:
 
- 
nextTokenA token that indicates whether there are more results to return in a response to the ListBuiltInIntentsoperation. If thenextTokenfield is present, you send the contents as thenextTokenparameter of aListBotAliasesoperation 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- ListBuiltInIntentsoperation. If the- nextTokenfield is present, you send the contents as the- nextTokenparameter of a- ListBotAliasesoperation request to get the next page of results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
localeIdThe 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.
 
 
-