Skip to content

Bedrock Agentcore  >  Structures  >  GroundTruthTurn

GroundTruthTurn

Structure Class

GroundTruthTurn dataclass

Ground truth data for a single conversation turn.

Attributes

expected_response class-attribute instance-attribute
expected_response: EvaluationContent | None = None

The expected response for this conversation turn.

input class-attribute instance-attribute
input: GroundTruthTurnInput | None = None

The input for this conversation turn.