ConversationParameters Classe
- java.
lang. Object - com.
microsoft. bot. schema. ConversationParameters
- com.
public class ConversationParameters
Parametri per la creazione di una nuova conversazione.
Riepilogo dei costruttori
| Costruttore | Descrizione | |
|---|---|---|
| ConversationParameters() | ||
Riepilogo dei metodi
| Modificatore e tipo | Metodo e descrizione |
|---|---|
| Activity |
getActivity()
Ottenere il valore Activity. |
|
Channel |
getBot()
Ottenere il valore #bot. |
| java.lang.Object |
getChannelData()
Ottenere il valore #channelData. |
|
java.util.List<Channel |
getMembers()
Ottenere il valore #members. |
| java.lang.String |
getTenantId()
Ottiene #tenantId. |
| java.lang.String |
getTopicName()
Ottenere il valore #topicName. |
| boolean |
isGroup()
Ottenere il valore #isGroup. |
| void |
setActivity(Activity withActivity)
Impostare il valore Activity. |
| void |
setBot(ChannelAccount withBot)
Impostare il valore #bot. |
| void |
setChannelData(Object withChannelData)
Impostare il valore #channelData. |
| void |
setIsGroup(boolean withIsGroup)
Impostare il valore #isGroup. |
| void |
setMembers(List<ChannelAccount> withMembers)
Impostare il valore #members. |
| void |
setTenantId(String withTenantId)
Imposta #tenantId valore. |
| void |
setTopicName(String withTopicName)
Impostare il valore #topicName. |
Metodi ereditati da java.lang.Object
Dettagli costruttore
ConversationParameters
public ConversationParameters()
Dettagli metodo
getActivity
getBot
public ChannelAccount getBot()
Ottenere il valore #bot.
Restituisce:
getChannelData
public Object getChannelData()
Ottenere il valore #channelData.
Restituisce:
getMembers
public List
Ottenere il valore #members.
Restituisce:
getTenantId
public String getTenantId()
Ottiene #tenantId.
Restituisce:
getTopicName
public String getTopicName()
Ottenere il valore #topicName.
Restituisce:
isGroup
public boolean isGroup()
Ottenere il valore #isGroup.
Restituisce:
setActivity
public void setActivity(Activity withActivity)
Impostare il valore Activity.
Parametri:
setBot
public void setBot(ChannelAccount withBot)
Impostare il valore #bot.
Parametri:
setChannelData
public void setChannelData(Object withChannelData)
Impostare il valore #channelData.
Parametri:
setIsGroup
public void setIsGroup(boolean withIsGroup)
Impostare il valore #isGroup.
Parametri:
setMembers
public void setMembers(List
Impostare il valore #members.
Parametri:
setTenantId
public void setTenantId(String withTenantId)
Imposta #tenantId valore.
Parametri:
setTopicName
public void setTopicName(String withTopicName)
Impostare il valore #topicName.
Parametri: