Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.Rationale
-
Packages that use Rationale Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of Rationale in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Rationale Modifier and Type Method Description RationaleOrchestrationTrace. rationale()Details about the reasoning, based on the input, that the agent uses to justify carrying out an action group or getting information from a knowledge base.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type Rationale Modifier and Type Method Description static OrchestrationTraceOrchestrationTrace. fromRationale(Rationale rationale)Create an instance of this class withOrchestrationTrace.rationale()initialized to the given value.OrchestrationTrace.BuilderOrchestrationTrace.Builder. rationale(Rationale rationale)Details about the reasoning, based on the input, that the agent uses to justify carrying out an action group or getting information from a knowledge base.
-