ConversationParameters Class
- java.
lang. Object - com.
microsoft. bot. schema. ConversationParameters
- com.
public class ConversationParameters
Parameters for creating a new conversation.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ConversationParameters() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Activity |
getActivity()
Get the Activity value. |
|
Channel |
getBot()
Get the #bot value. |
| java.lang.Object |
getChannelData()
Get the #channelData value. |
|
java.util.List<Channel |
getMembers()
Get the #members value. |
| java.lang.String |
getTenantId()
Gets #tenantId. |
| java.lang.String |
getTopicName()
Get the #topicName value. |
| boolean |
isGroup()
Get the #isGroup value. |
| void |
setActivity(Activity withActivity)
Set the Activity value. |
| void |
setBot(ChannelAccount withBot)
Set the #bot value. |
| void |
setChannelData(Object withChannelData)
Set the #channelData value. |
| void |
setIsGroup(boolean withIsGroup)
Set the #isGroup value. |
| void |
setMembers(List<ChannelAccount> withMembers)
Set the #members value. |
| void |
setTenantId(String withTenantId)
Sets #tenantId value. |
| void |
setTopicName(String withTopicName)
Set the #topicName value. |
Methods inherited from java.lang.Object
Constructor Details
ConversationParameters
public ConversationParameters()
Method Details
getActivity
getBot
public ChannelAccount getBot()
Get the #bot value.
Returns:
getChannelData
public Object getChannelData()
Get the #channelData value.
Returns:
getMembers
public List
Get the #members value.
Returns:
getTenantId
public String getTenantId()
Gets #tenantId.
Returns:
getTopicName
public String getTopicName()
Get the #topicName value.
Returns:
isGroup
public boolean isGroup()
Get the #isGroup value.
Returns:
setActivity
public void setActivity(Activity withActivity)
Set the Activity value.
Parameters:
setBot
public void setBot(ChannelAccount withBot)
Set the #bot value.
Parameters:
setChannelData
public void setChannelData(Object withChannelData)
Set the #channelData value.
Parameters:
setIsGroup
public void setIsGroup(boolean withIsGroup)
Set the #isGroup value.
Parameters:
setMembers
public void setMembers(List
Set the #members value.
Parameters:
setTenantId
public void setTenantId(String withTenantId)
Sets #tenantId value.
Parameters:
setTopicName
public void setTopicName(String withTopicName)
Set the #topicName value.
Parameters: