| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelResultDetail |
ConversationLevelResultDetail.clone() |
ConversationLevelResultDetail |
UserTurnResult.getConversationLevelResult()
Contains information about the results related to the conversation associated with the user turn.
|
ConversationLevelResultDetail |
ConversationLevelResultDetail.withEndToEndResult(String endToEndResult)
The success or failure of the streaming of the conversation.
|
ConversationLevelResultDetail |
ConversationLevelResultDetail.withEndToEndResult(TestResultMatchStatus endToEndResult)
The success or failure of the streaming of the conversation.
|
ConversationLevelResultDetail |
ConversationLevelResultDetail.withSpeechTranscriptionResult(String speechTranscriptionResult)
The speech transcription success or failure details of the conversation.
|
ConversationLevelResultDetail |
ConversationLevelResultDetail.withSpeechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
The speech transcription success or failure details of the conversation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserTurnResult.setConversationLevelResult(ConversationLevelResultDetail conversationLevelResult)
Contains information about the results related to the conversation associated with the user turn.
|
UserTurnResult |
UserTurnResult.withConversationLevelResult(ConversationLevelResultDetail conversationLevelResult)
Contains information about the results related to the conversation associated with the user turn.
|
Copyright © 2023. All rights reserved.