@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociatedTranscript extends Object implements Serializable, Cloneable, StructuredPojo
The object containing information that associates the recommended intent/slot type with a conversation.
Constructor and Description |
---|
AssociatedTranscript() |
Modifier and Type | Method and Description |
---|---|
AssociatedTranscript |
clone() |
boolean |
equals(Object obj) |
String |
getTranscript()
The content of the transcript that meets the search filter criteria.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTranscript(String transcript)
The content of the transcript that meets the search filter criteria.
|
String |
toString()
Returns a string representation of this object.
|
AssociatedTranscript |
withTranscript(String transcript)
The content of the transcript that meets the search filter criteria.
|
public void setTranscript(String transcript)
The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.
transcript
- The content of the transcript that meets the search filter criteria. For the JSON format of the
transcript, see Output
transcript format.public String getTranscript()
The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.
public AssociatedTranscript withTranscript(String transcript)
The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.
transcript
- The content of the transcript that meets the search filter criteria. For the JSON format of the
transcript, see Output
transcript format.public String toString()
toString
in class Object
Object.toString()
public AssociatedTranscript clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.