@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UtteranceLevelTestResultItem extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about multiple utterances in the results of a test set execution.
Constructor and Description |
---|
UtteranceLevelTestResultItem() |
Modifier and Type | Method and Description |
---|---|
UtteranceLevelTestResultItem |
clone() |
boolean |
equals(Object obj) |
String |
getConversationId()
The unique identifier for the conversation associated with the result.
|
Long |
getRecordNumber()
The record number of the result.
|
TestSetTurnResult |
getTurnResult()
Contains information about the turn associated with the result.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConversationId(String conversationId)
The unique identifier for the conversation associated with the result.
|
void |
setRecordNumber(Long recordNumber)
The record number of the result.
|
void |
setTurnResult(TestSetTurnResult turnResult)
Contains information about the turn associated with the result.
|
String |
toString()
Returns a string representation of this object.
|
UtteranceLevelTestResultItem |
withConversationId(String conversationId)
The unique identifier for the conversation associated with the result.
|
UtteranceLevelTestResultItem |
withRecordNumber(Long recordNumber)
The record number of the result.
|
UtteranceLevelTestResultItem |
withTurnResult(TestSetTurnResult turnResult)
Contains information about the turn associated with the result.
|
public void setRecordNumber(Long recordNumber)
The record number of the result.
recordNumber
- The record number of the result.public Long getRecordNumber()
The record number of the result.
public UtteranceLevelTestResultItem withRecordNumber(Long recordNumber)
The record number of the result.
recordNumber
- The record number of the result.public void setConversationId(String conversationId)
The unique identifier for the conversation associated with the result.
conversationId
- The unique identifier for the conversation associated with the result.public String getConversationId()
The unique identifier for the conversation associated with the result.
public UtteranceLevelTestResultItem withConversationId(String conversationId)
The unique identifier for the conversation associated with the result.
conversationId
- The unique identifier for the conversation associated with the result.public void setTurnResult(TestSetTurnResult turnResult)
Contains information about the turn associated with the result.
turnResult
- Contains information about the turn associated with the result.public TestSetTurnResult getTurnResult()
Contains information about the turn associated with the result.
public UtteranceLevelTestResultItem withTurnResult(TestSetTurnResult turnResult)
Contains information about the turn associated with the result.
turnResult
- Contains information about the turn associated with the result.public String toString()
toString
in class Object
Object.toString()
public UtteranceLevelTestResultItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.