public static interface GetBuiltinIntentsResponse.Builder extends LexModelBuildingResponse.Builder, SdkPojo, CopyableBuilder<GetBuiltinIntentsResponse.Builder,GetBuiltinIntentsResponse>
Modifier and Type | Method and Description |
---|---|
GetBuiltinIntentsResponse.Builder |
intents(BuiltinIntentMetadata... intents)
An array of
builtinIntentMetadata objects, one for each intent in the response. |
GetBuiltinIntentsResponse.Builder |
intents(Collection<BuiltinIntentMetadata> intents)
An array of
builtinIntentMetadata objects, one for each intent in the response. |
GetBuiltinIntentsResponse.Builder |
intents(Consumer<BuiltinIntentMetadata.Builder>... intents)
An array of
builtinIntentMetadata objects, one for each intent in the response. |
GetBuiltinIntentsResponse.Builder |
nextToken(String nextToken)
A pagination token that fetches the next page of intents.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetBuiltinIntentsResponse.Builder intents(Collection<BuiltinIntentMetadata> intents)
An array of builtinIntentMetadata
objects, one for each intent in the response.
intents
- An array of builtinIntentMetadata
objects, one for each intent in the response.GetBuiltinIntentsResponse.Builder intents(BuiltinIntentMetadata... intents)
An array of builtinIntentMetadata
objects, one for each intent in the response.
intents
- An array of builtinIntentMetadata
objects, one for each intent in the response.GetBuiltinIntentsResponse.Builder intents(Consumer<BuiltinIntentMetadata.Builder>... intents)
An array of builtinIntentMetadata
objects, one for each intent in the response.
List.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #intents(List)
.intents
- a consumer that will call methods on List.Builder
#intents(List)
GetBuiltinIntentsResponse.Builder nextToken(String nextToken)
A pagination token that fetches the next page of intents. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of intents, specify the pagination token in the next request.
nextToken
- A pagination token that fetches the next page of intents. If the response to this API call is
truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of intents,
specify the pagination token in the next request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.