ConversationsResult Classe

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

public class ConversationsResult

Risultato conversazioni.

Riepilogo dei costruttori

Costruttore Descrizione
ConversationsResult()

Riepilogo dei metodi

Modificatore e tipo Metodo e descrizione
java.lang.String getContinuationToken()

Ottenere il valore token di continuazione.

java.util.List<ConversationMembers> getConversations()

Ottenere il valore delle conversazioni.

void setContinuationToken(String withContinuationToken)

Impostare il valore di continuazioneToken.

void setConversations(List<ConversationMembers> withConversations)

Impostare il valore delle conversazioni.

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

ConversationsResult

public ConversationsResult()

Dettagli metodo

getContinuationToken

public String getContinuationToken()

Ottenere il valore continuationToken.

Restituisce:

il valore continuationToken

getConversations

public List getConversations()

Ottenere il valore delle conversazioni.

Restituisce:

valore delle conversazioni

setContinuationToken

public void setContinuationToken(String withContinuationToken)

Impostare il valore continuationToken.

Parametri:

withContinuationToken - valore continuationToken da impostare

setConversations

public void setConversations(List withConversations)

Impostare il valore delle conversazioni.

Parametri:

withConversations - valore delle conversazioni da impostare

Si applica a