Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.OutputContext
-
Packages that use OutputContext Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of OutputContext in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type OutputContext Modifier and Type Method Description List<OutputContext>CreateIntentRequest. outputContexts()A lists of contexts that the intent activates when it is fulfilled.List<OutputContext>CreateIntentResponse. outputContexts()The list of output contexts specified for the intent.List<OutputContext>DescribeIntentResponse. outputContexts()A list of contexts that are activated when the intent is fulfilled.List<OutputContext>IntentSummary. outputContexts()The output contexts that are activated when this intent is fulfilled.List<OutputContext>UpdateIntentRequest. outputContexts()A new list of contexts that Amazon Lex activates when the intent is fulfilled.List<OutputContext>UpdateIntentResponse. outputContexts()The updated list of contexts that Amazon Lex activates when the intent is fulfilled.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type OutputContext Modifier and Type Method Description CreateIntentRequest.BuilderCreateIntentRequest.Builder. outputContexts(OutputContext... outputContexts)A lists of contexts that the intent activates when it is fulfilled.CreateIntentResponse.BuilderCreateIntentResponse.Builder. outputContexts(OutputContext... outputContexts)The list of output contexts specified for the intent.DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. outputContexts(OutputContext... outputContexts)A list of contexts that are activated when the intent is fulfilled.IntentSummary.BuilderIntentSummary.Builder. outputContexts(OutputContext... outputContexts)The output contexts that are activated when this intent is fulfilled.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. outputContexts(OutputContext... outputContexts)A new list of contexts that Amazon Lex activates when the intent is fulfilled.UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. outputContexts(OutputContext... outputContexts)The updated list of contexts that Amazon Lex activates when the intent is fulfilled.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type OutputContext Modifier and Type Method Description CreateIntentRequest.BuilderCreateIntentRequest.Builder. outputContexts(Collection<OutputContext> outputContexts)A lists of contexts that the intent activates when it is fulfilled.CreateIntentResponse.BuilderCreateIntentResponse.Builder. outputContexts(Collection<OutputContext> outputContexts)The list of output contexts specified for the intent.DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. outputContexts(Collection<OutputContext> outputContexts)A list of contexts that are activated when the intent is fulfilled.IntentSummary.BuilderIntentSummary.Builder. outputContexts(Collection<OutputContext> outputContexts)The output contexts that are activated when this intent is fulfilled.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. outputContexts(Collection<OutputContext> outputContexts)A new list of contexts that Amazon Lex activates when the intent is fulfilled.UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. outputContexts(Collection<OutputContext> outputContexts)The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
-