Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.GetIntentsResponse.Builder
-
Packages that use GetIntentsResponse.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of GetIntentsResponse.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return GetIntentsResponse.Builder Modifier and Type Method Description static GetIntentsResponse.BuilderGetIntentsResponse. builder()GetIntentsResponse.BuilderGetIntentsResponse.Builder. intents(Collection<IntentMetadata> intents)An array ofIntentobjects.GetIntentsResponse.BuilderGetIntentsResponse.Builder. intents(Consumer<IntentMetadata.Builder>... intents)An array ofIntentobjects.GetIntentsResponse.BuilderGetIntentsResponse.Builder. intents(IntentMetadata... intents)An array ofIntentobjects.GetIntentsResponse.BuilderGetIntentsResponse.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.GetIntentsResponse.BuilderGetIntentsResponse. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type GetIntentsResponse.Builder Modifier and Type Method Description static Class<? extends GetIntentsResponse.Builder>GetIntentsResponse. serializableBuilderClass()
-