AutomatedReasoningCheckTranslation
Contains the logical translation of natural language input into formal logical statements, including premises, claims, and confidence scores.
Contents
- claims
-
The logical statements that are being validated against the premises and policy rules.
Type: Array of AutomatedReasoningLogicStatement objects
Required: Yes
- confidence
-
A confidence score between 0 and 1 indicating how certain the system is about the logical translation.
Type: Double
Valid Range: Minimum value of 0. Maximum value of 1.
Required: Yes
- premises
-
The logical statements that serve as the foundation or assumptions for the claims.
Type: Array of AutomatedReasoningLogicStatement objects
Required: No
- untranslatedClaims
-
References to portions of the original input text that correspond to the claims but could not be fully translated.
Type: Array of AutomatedReasoningCheckInputTextReference objects
Required: No
- untranslatedPremises
-
References to portions of the original input text that correspond to the premises but could not be fully translated.
Type: Array of AutomatedReasoningCheckInputTextReference objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: