Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ExecutionErrorDetails
-
Packages that use ExecutionErrorDetails Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ExecutionErrorDetails in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ExecutionErrorDetails Modifier and Type Method Description ExecutionErrorDetailsAgentTurnResult. errorDetails()Returns the value of the ErrorDetails property for this object.ExecutionErrorDetailsUserTurnResult. errorDetails()Returns the value of the ErrorDetails property for this object.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ExecutionErrorDetails Modifier and Type Method Description AgentTurnResult.BuilderAgentTurnResult.Builder. errorDetails(ExecutionErrorDetails errorDetails)Sets the value of the ErrorDetails property for this object.UserTurnResult.BuilderUserTurnResult.Builder. errorDetails(ExecutionErrorDetails errorDetails)Sets the value of the ErrorDetails property for this object.
-