public class GetTranscriptResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
GetTranscriptResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getInitialContactId()
The initial contact ID for the contact.
|
java.lang.String |
getNextToken()
The pagination token.
|
java.util.List<Item> |
getTranscript()
The list of messages in the session.
|
int |
hashCode() |
void |
setInitialContactId(java.lang.String initialContactId)
The initial contact ID for the contact.
|
void |
setNextToken(java.lang.String nextToken)
The pagination token.
|
void |
setTranscript(java.util.Collection<Item> transcript)
The list of messages in the session.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTranscriptResult |
withInitialContactId(java.lang.String initialContactId)
The initial contact ID for the contact.
|
GetTranscriptResult |
withNextToken(java.lang.String nextToken)
The pagination token.
|
GetTranscriptResult |
withTranscript(java.util.Collection<Item> transcript)
The list of messages in the session.
|
GetTranscriptResult |
withTranscript(Item... transcript)
The list of messages in the session.
|
public java.lang.String getInitialContactId()
The initial contact ID for the contact.
Constraints:
Length: 1 - 256
The initial contact ID for the contact.
public void setInitialContactId(java.lang.String initialContactId)
The initial contact ID for the contact.
Constraints:
Length: 1 - 256
initialContactId - The initial contact ID for the contact.
public GetTranscriptResult withInitialContactId(java.lang.String initialContactId)
The initial contact ID for the contact.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
initialContactId - The initial contact ID for the contact.
public java.util.List<Item> getTranscript()
The list of messages in the session.
The list of messages in the session.
public void setTranscript(java.util.Collection<Item> transcript)
The list of messages in the session.
transcript - The list of messages in the session.
public GetTranscriptResult withTranscript(Item... transcript)
The list of messages in the session.
Returns a reference to this object so that method calls can be chained together.
transcript - The list of messages in the session.
public GetTranscriptResult withTranscript(java.util.Collection<Item> transcript)
The list of messages in the session.
Returns a reference to this object so that method calls can be chained together.
transcript - The list of messages in the session.
public java.lang.String getNextToken()
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
Constraints:
Length: 1 - 1000
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
public void setNextToken(java.lang.String nextToken)
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
Constraints:
Length: 1 - 1000
nextToken - The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
public GetTranscriptResult withNextToken(java.lang.String nextToken)
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1000
nextToken - The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.