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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBuiltinIntentsResponse.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.
BuiltinIntentMetadata.Builder avoiding the
need to create one manually via
BuiltinIntentMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #intents(List.
intents - a consumer that will call methods on
BuiltinIntentMetadata.Builder#intents(java.util.Collection) 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 © 2022. All rights reserved.