ConversationsResult Class
- java.
lang. Object - com.
microsoft. bot. schema. ConversationsResult
- com.
public class ConversationsResult
Conversations result.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ConversationsResult() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getContinuationToken()
Get the continuation |
|
java.util.List<Conversation |
getConversations()
Get the conversations value. |
| void |
setContinuationToken(String withContinuationToken)
Set the continuation |
| void |
setConversations(List<ConversationMembers> withConversations)
Set the conversations value. |
Methods inherited from java.lang.Object
Constructor Details
ConversationsResult
public ConversationsResult()
Method Details
getContinuationToken
public String getContinuationToken()
Get the continuationToken value.
Returns:
getConversations
public List
Get the conversations value.
Returns:
setContinuationToken
public void setContinuationToken(String withContinuationToken)
Set the continuationToken value.
Parameters:
setConversations
public void setConversations(List
Set the conversations value.
Parameters: