@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Amazon Connect Contact Lens
@version 2020-08-21
@auth AWS SigV4
@endpoints 1
@toc realtime-contact-analysis(1)

@endpoint POST /realtime-contact-analysis/analysis-segments
@required {InstanceId: str, ContactId: str}
@optional {MaxResults: int, NextToken: str}
@returns(200) {Segments: [RealtimeContactAnalysisSegment], NextToken: str?}

@end
