Interface ConversationLevelSlotResolutionResultItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConversationLevelSlotResolutionResultItem.Builder,
,ConversationLevelSlotResolutionResultItem> SdkBuilder<ConversationLevelSlotResolutionResultItem.Builder,
,ConversationLevelSlotResolutionResultItem> SdkPojo
- Enclosing class:
ConversationLevelSlotResolutionResultItem
public static interface ConversationLevelSlotResolutionResultItem.Builder
extends SdkPojo, CopyableBuilder<ConversationLevelSlotResolutionResultItem.Builder,ConversationLevelSlotResolutionResultItem>
-
Method Summary
Modifier and TypeMethodDescriptionintentName
(String intentName) The intents used in the slots list for the slot resolution details.matchResult
(String matchResult) The number of matching slots used in the slots listings for the slot resolution evaluation.matchResult
(TestResultMatchStatus matchResult) The number of matching slots used in the slots listings for the slot resolution evaluation.The slot name in the slots list for the slot resolution details.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
intentName
The intents used in the slots list for the slot resolution details.
- Parameters:
intentName
- The intents used in the slots list for the slot resolution details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slotName
The slot name in the slots list for the slot resolution details.
- Parameters:
slotName
- The slot name in the slots list for the slot resolution details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchResult
The number of matching slots used in the slots listings for the slot resolution evaluation.
- Parameters:
matchResult
- The number of matching slots used in the slots listings for the slot resolution evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
matchResult
The number of matching slots used in the slots listings for the slot resolution evaluation.
- Parameters:
matchResult
- The number of matching slots used in the slots listings for the slot resolution evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-