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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationLevelSlotResolutionResultItem.BuilderintentName(String intentName)The intents used in the slots list for the slot resolution details.ConversationLevelSlotResolutionResultItem.BuildermatchResult(String matchResult)The number of matching slots used in the slots listings for the slot resolution evaluation.ConversationLevelSlotResolutionResultItem.BuildermatchResult(TestResultMatchStatus matchResult)The number of matching slots used in the slots listings for the slot resolution evaluation.ConversationLevelSlotResolutionResultItem.BuilderslotName(String slotName)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 Detail
-
intentName
ConversationLevelSlotResolutionResultItem.Builder intentName(String 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
ConversationLevelSlotResolutionResultItem.Builder slotName(String 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
ConversationLevelSlotResolutionResultItem.Builder matchResult(String 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:
TestResultMatchStatus,TestResultMatchStatus
-
matchResult
ConversationLevelSlotResolutionResultItem.Builder matchResult(TestResultMatchStatus 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:
TestResultMatchStatus,TestResultMatchStatus
-
-