@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntentLevelSlotResolutionTestResults extends Object implements Serializable, Cloneable, StructuredPojo
Indicates the success or failure of slots at the intent level.
Constructor and Description |
---|
IntentLevelSlotResolutionTestResults() |
Modifier and Type | Method and Description |
---|---|
IntentLevelSlotResolutionTestResults |
clone() |
boolean |
equals(Object obj) |
List<IntentLevelSlotResolutionTestResultItem> |
getItems()
Indicates the items for the slot level resolution for the intents.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setItems(Collection<IntentLevelSlotResolutionTestResultItem> items)
Indicates the items for the slot level resolution for the intents.
|
String |
toString()
Returns a string representation of this object.
|
IntentLevelSlotResolutionTestResults |
withItems(Collection<IntentLevelSlotResolutionTestResultItem> items)
Indicates the items for the slot level resolution for the intents.
|
IntentLevelSlotResolutionTestResults |
withItems(IntentLevelSlotResolutionTestResultItem... items)
Indicates the items for the slot level resolution for the intents.
|
public IntentLevelSlotResolutionTestResults()
public List<IntentLevelSlotResolutionTestResultItem> getItems()
Indicates the items for the slot level resolution for the intents.
public void setItems(Collection<IntentLevelSlotResolutionTestResultItem> items)
Indicates the items for the slot level resolution for the intents.
items
- Indicates the items for the slot level resolution for the intents.public IntentLevelSlotResolutionTestResults withItems(IntentLevelSlotResolutionTestResultItem... items)
Indicates the items for the slot level resolution for the intents.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- Indicates the items for the slot level resolution for the intents.public IntentLevelSlotResolutionTestResults withItems(Collection<IntentLevelSlotResolutionTestResultItem> items)
Indicates the items for the slot level resolution for the intents.
items
- Indicates the items for the slot level resolution for the intents.public String toString()
toString
in class Object
Object.toString()
public IntentLevelSlotResolutionTestResults clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.