@Generated(value="software.amazon.awssdk:codegen") public final class ConversationLevelSlotResolutionResultItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConversationLevelSlotResolutionResultItem.Builder,ConversationLevelSlotResolutionResultItem>
The slots used for the slot resolution in the conversation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConversationLevelSlotResolutionResultItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationLevelSlotResolutionResultItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
intentName()
The intents used in the slots list for the slot resolution details.
|
TestResultMatchStatus |
matchResult()
The number of matching slots used in the slots listings for the slot resolution evaluation.
|
String |
matchResultAsString()
The number of matching slots used in the slots listings for the slot resolution evaluation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConversationLevelSlotResolutionResultItem.Builder> |
serializableBuilderClass() |
String |
slotName()
The slot name in the slots list for the slot resolution details.
|
ConversationLevelSlotResolutionResultItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String intentName()
The intents used in the slots list for the slot resolution details.
public final String slotName()
The slot name in the slots list for the slot resolution details.
public final TestResultMatchStatus matchResult()
The number of matching slots used in the slots listings for the slot resolution evaluation.
If the service returns an enum value that is not available in the current SDK version, matchResult will
return TestResultMatchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from matchResultAsString().
TestResultMatchStatuspublic final String matchResultAsString()
The number of matching slots used in the slots listings for the slot resolution evaluation.
If the service returns an enum value that is not available in the current SDK version, matchResult will
return TestResultMatchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from matchResultAsString().
TestResultMatchStatuspublic ConversationLevelSlotResolutionResultItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConversationLevelSlotResolutionResultItem.Builder,ConversationLevelSlotResolutionResultItem>public static ConversationLevelSlotResolutionResultItem.Builder builder()
public static Class<? extends ConversationLevelSlotResolutionResultItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.