Line
data class Line(val value: AutomatedReasoningPolicyAnnotatedLine) : AutomatedReasoningPolicyAnnotatedContent
An annotated line of text from the source document, including both the line number and the text content.
Inherited functions
Link copied to clipboard
Casts this AutomatedReasoningPolicyAnnotatedContent as a Line and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyAnnotatedLine value. Throws an exception if the AutomatedReasoningPolicyAnnotatedContent is not a Line.
Link copied to clipboard
Casts this AutomatedReasoningPolicyAnnotatedContent as a Line and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyAnnotatedLine value. Returns null if the AutomatedReasoningPolicyAnnotatedContent is not a Line.