@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IssueDetected extends Object implements Serializable, Cloneable, StructuredPojo
Potential issues that are detected based on an artificial intelligence analysis of each turn in the conversation.
| Constructor and Description |
|---|
IssueDetected() |
| Modifier and Type | Method and Description |
|---|---|
IssueDetected |
clone() |
boolean |
equals(Object obj) |
CharacterOffsets |
getCharacterOffsets()
The offset for when the issue was detected in the segment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCharacterOffsets(CharacterOffsets characterOffsets)
The offset for when the issue was detected in the segment.
|
String |
toString()
Returns a string representation of this object.
|
IssueDetected |
withCharacterOffsets(CharacterOffsets characterOffsets)
The offset for when the issue was detected in the segment.
|
public void setCharacterOffsets(CharacterOffsets characterOffsets)
The offset for when the issue was detected in the segment.
characterOffsets - The offset for when the issue was detected in the segment.public CharacterOffsets getCharacterOffsets()
The offset for when the issue was detected in the segment.
public IssueDetected withCharacterOffsets(CharacterOffsets characterOffsets)
The offset for when the issue was detected in the segment.
characterOffsets - The offset for when the issue was detected in the segment.public String toString()
toString in class ObjectObject.toString()public IssueDetected clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.