Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.

Commit b686a3e

Browse files
committed
fix(events): typo
1 parent f158b72 commit b686a3e

File tree

1 file changed

+1
-1
lines changed
  • aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events

1 file changed

+1
-1
lines changed

aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/LexV2Event.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public static class Transcription implements Serializable, Cloneable {
207207
private String transcription;
208208
private TranscriptionConfidence transcriptionConfidence;
209209
private ResolvedContext resolvedContext;
210-
private Map<String, Slot> ResolvedSlots;
210+
private Map<String, Slot> resolvedSlots;
211211
}
212212

213213
@Data

0 commit comments

Comments
 (0)