ConversationParameters Classe

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

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.

ChannelAccount getBot()

Ottenere il valore #bot.

java.lang.Object getChannelData()

Ottenere il valore #channelData.

java.util.List<ChannelAccount> 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

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

Dettagli costruttore

ConversationParameters

public ConversationParameters()

Dettagli metodo

getActivity

public Activity getActivity()

Ottenere il valore Activity.

Restituisce:

Valore Dell'attività.

getBot

public ChannelAccount getBot()

Ottenere il valore #bot.

Restituisce:

Valore del bot.

getChannelData

public Object getChannelData()

Ottenere il valore #channelData.

Restituisce:

valore channelData.

getMembers

public List getMembers()

Ottenere il valore #members.

Restituisce:

Valore dei membri.

getTenantId

public String getTenantId()

Ottiene #tenantId.

Restituisce:

Valore tenantId.

getTopicName

public String getTopicName()

Ottenere il valore #topicName.

Restituisce:

Valore topicname.

isGroup

public boolean isGroup()

Ottenere il valore #isGroup.

Restituisce:

Valore isGroup.

setActivity

public void setActivity(Activity withActivity)

Impostare il valore Activity.

Parametri:

withActivity - valore dell'attività da impostare.

setBot

public void setBot(ChannelAccount withBot)

Impostare il valore #bot.

Parametri:

withBot - valore del bot da impostare

setChannelData

public void setChannelData(Object withChannelData)

Impostare il valore #channelData.

Parametri:

withChannelData - valore channelData da impostare

setIsGroup

public void setIsGroup(boolean withIsGroup)

Impostare il valore #isGroup.

Parametri:

withIsGroup - valore isGroup da impostare

setMembers

public void setMembers(List withMembers)

Impostare il valore #members.

Parametri:

withMembers - valore dei membri da impostare

setTenantId

public void setTenantId(String withTenantId)

Imposta #tenantId valore.

Parametri:

withTenantId - Valore tenantId da impostare.

setTopicName

public void setTopicName(String withTopicName)

Impostare il valore #topicName.

Parametri:

withTopicName - valore topicName da impostare

Si applica a