Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.InputContext
-
Packages that use InputContext Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of InputContext in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type InputContext Modifier and Type Method Description List<InputContext>CreateIntentRequest. inputContexts()A list of contexts that must be active for this intent to be considered by Amazon Lex.List<InputContext>CreateIntentResponse. inputContexts()The list of input contexts specified for the intent.List<InputContext>DescribeIntentResponse. inputContexts()A list of contexts that must be active for the intent to be considered for sending to the user.List<InputContext>IntentSummary. inputContexts()The input contexts that must be active for this intent to be considered for recognition.List<InputContext>UpdateIntentRequest. inputContexts()A new list of contexts that must be active in order for Amazon Lex to consider the intent.List<InputContext>UpdateIntentResponse. inputContexts()The updated list of contexts that must be active for the intent to be considered by Amazon Lex.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type InputContext Modifier and Type Method Description CreateIntentRequest.BuilderCreateIntentRequest.Builder. inputContexts(InputContext... inputContexts)A list of contexts that must be active for this intent to be considered by Amazon Lex.CreateIntentResponse.BuilderCreateIntentResponse.Builder. inputContexts(InputContext... inputContexts)The list of input contexts specified for the intent.DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. inputContexts(InputContext... inputContexts)A list of contexts that must be active for the intent to be considered for sending to the user.IntentSummary.BuilderIntentSummary.Builder. inputContexts(InputContext... inputContexts)The input contexts that must be active for this intent to be considered for recognition.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. inputContexts(InputContext... inputContexts)A new list of contexts that must be active in order for Amazon Lex to consider the intent.UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. inputContexts(InputContext... inputContexts)The updated list of contexts that must be active for the intent to be considered by Amazon Lex.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type InputContext Modifier and Type Method Description CreateIntentRequest.BuilderCreateIntentRequest.Builder. inputContexts(Collection<InputContext> inputContexts)A list of contexts that must be active for this intent to be considered by Amazon Lex.CreateIntentResponse.BuilderCreateIntentResponse.Builder. inputContexts(Collection<InputContext> inputContexts)The list of input contexts specified for the intent.DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. inputContexts(Collection<InputContext> inputContexts)A list of contexts that must be active for the intent to be considered for sending to the user.IntentSummary.BuilderIntentSummary.Builder. inputContexts(Collection<InputContext> inputContexts)The input contexts that must be active for this intent to be considered for recognition.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. inputContexts(Collection<InputContext> inputContexts)A new list of contexts that must be active in order for Amazon Lex to consider the intent.UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. inputContexts(Collection<InputContext> inputContexts)The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
-