Expand description
Data structures used by operation inputs/outputs.
Modules§
- Builders
- Error types that Amazon Connect Contact Lens can respond with.
Structs§
Provides the category rules that are used to automatically categorize contacts based on uttered keywords and phrases.
Provides information about the category rule that was matched.
For characters that were detected as issues, where they occur in the transcript.
Potential issues that are detected based on an artificial intelligence analysis of each turn in the conversation.
The section of the contact audio where that category rule was detected.
Information about the post-contact summary.
An analyzed segment for a real-time analysis session.
A list of messages in the session.
Enums§
- When writing a match expression against
PostContactSummaryFailureCode
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - When writing a match expression against
PostContactSummaryStatus
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - When writing a match expression against
SentimentValue
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.