Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.OutputContext
-
Packages that use OutputContext Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of OutputContext in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type OutputContext Modifier and Type Method Description List<OutputContext>CreateIntentVersionResponse. outputContexts()An array ofOutputContextobjects that lists the contexts that the intent activates when the intent is fulfilled.List<OutputContext>GetIntentResponse. outputContexts()An array ofOutputContextobjects that lists the contexts that the intent activates when the intent is fulfilled.List<OutputContext>PutIntentRequest. outputContexts()An array ofOutputContextobjects that lists the contexts that the intent activates when the intent is fulfilled.List<OutputContext>PutIntentResponse. outputContexts()An array ofOutputContextobjects that lists the contexts that the intent activates when the intent is fulfilled.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type OutputContext Modifier and Type Method Description CreateIntentVersionResponse.BuilderCreateIntentVersionResponse.Builder. outputContexts(OutputContext... outputContexts)An array ofOutputContextobjects that lists the contexts that the intent activates when the intent is fulfilled.GetIntentResponse.BuilderGetIntentResponse.Builder. outputContexts(OutputContext... outputContexts)An array ofOutputContextobjects that lists the contexts that the intent activates when the intent is fulfilled.PutIntentRequest.BuilderPutIntentRequest.Builder. outputContexts(OutputContext... outputContexts)An array ofOutputContextobjects that lists the contexts that the intent activates when the intent is fulfilled.PutIntentResponse.BuilderPutIntentResponse.Builder. outputContexts(OutputContext... outputContexts)An array ofOutputContextobjects that lists the contexts that the intent activates when the intent is fulfilled.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type OutputContext Modifier and Type Method Description CreateIntentVersionResponse.BuilderCreateIntentVersionResponse.Builder. outputContexts(Collection<OutputContext> outputContexts)An array ofOutputContextobjects that lists the contexts that the intent activates when the intent is fulfilled.GetIntentResponse.BuilderGetIntentResponse.Builder. outputContexts(Collection<OutputContext> outputContexts)An array ofOutputContextobjects that lists the contexts that the intent activates when the intent is fulfilled.PutIntentRequest.BuilderPutIntentRequest.Builder. outputContexts(Collection<OutputContext> outputContexts)An array ofOutputContextobjects that lists the contexts that the intent activates when the intent is fulfilled.PutIntentResponse.BuilderPutIntentResponse.Builder. outputContexts(Collection<OutputContext> outputContexts)An array ofOutputContextobjects that lists the contexts that the intent activates when the intent is fulfilled.
-