Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.InputContext
-
Packages that use InputContext Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of InputContext in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type InputContext Modifier and Type Method Description List<InputContext>CreateIntentVersionResponse. inputContexts()An array ofInputContextobjects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.List<InputContext>GetIntentResponse. inputContexts()An array ofInputContextobjects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.List<InputContext>PutIntentRequest. inputContexts()An array ofInputContextobjects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.List<InputContext>PutIntentResponse. inputContexts()An array ofInputContextobjects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type InputContext Modifier and Type Method Description CreateIntentVersionResponse.BuilderCreateIntentVersionResponse.Builder. inputContexts(InputContext... inputContexts)An array ofInputContextobjects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.GetIntentResponse.BuilderGetIntentResponse.Builder. inputContexts(InputContext... inputContexts)An array ofInputContextobjects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.PutIntentRequest.BuilderPutIntentRequest.Builder. inputContexts(InputContext... inputContexts)An array ofInputContextobjects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.PutIntentResponse.BuilderPutIntentResponse.Builder. inputContexts(InputContext... inputContexts)An array ofInputContextobjects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type InputContext Modifier and Type Method Description CreateIntentVersionResponse.BuilderCreateIntentVersionResponse.Builder. inputContexts(Collection<InputContext> inputContexts)An array ofInputContextobjects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.GetIntentResponse.BuilderGetIntentResponse.Builder. inputContexts(Collection<InputContext> inputContexts)An array ofInputContextobjects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.PutIntentRequest.BuilderPutIntentRequest.Builder. inputContexts(Collection<InputContext> inputContexts)An array ofInputContextobjects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.PutIntentResponse.BuilderPutIntentResponse.Builder. inputContexts(Collection<InputContext> inputContexts)An array ofInputContextobjects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.
-