ConversationsResult Class

  • java.lang.Object
    • com.microsoft.bot.schema.ConversationsResult

public class ConversationsResult

Conversations result.

Constructor Summary

Constructor Description
ConversationsResult()

Method Summary

Modifier and Type Method and Description
java.lang.String getContinuationToken()

Get the continuationToken value.

java.util.List<ConversationMembers> getConversations()

Get the conversations value.

void setContinuationToken(String withContinuationToken)

Set the continuationToken value.

void setConversations(List<ConversationMembers> withConversations)

Set the conversations value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ConversationsResult

public ConversationsResult()

Method Details

getContinuationToken

public String getContinuationToken()

Get the continuationToken value.

Returns:

the continuationToken value

getConversations

public List getConversations()

Get the conversations value.

Returns:

the conversations value

setContinuationToken

public void setContinuationToken(String withContinuationToken)

Set the continuationToken value.

Parameters:

withContinuationToken - the continuationToken value to set

setConversations

public void setConversations(List withConversations)

Set the conversations value.

Parameters:

withConversations - the conversations value to set

Applies to