AdaptiveCardAuthentication Classe

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

public class AdaptiveCardAuthentication

Definisce la struttura che arriva in Activity.getValue(). Autenticazione per l'attività Invoke con nome 'adaptiveCard/action'.

Riepilogo dei costruttori

Costruttore Descrizione
AdaptiveCardAuthentication()

Riepilogo dei metodi

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

Ottiene il nome della connessione dell'autenticazione della scheda adattiva.

java.lang.String getId()

Ottiene l'ID della scheda adattiva richiama l'autenticazione.

java.lang.String getToken()

Ottiene il token dell'autenticazione della scheda adattiva.

void setConnectionName(String withConnectionName)

Imposta il nome della connessione dell'autenticazione della scheda adattiva.

void setId(String withId)

Imposta l'ID della scheda adattiva richiama l'autenticazione.

void setToken(String withToken)

Imposta il token dell'autenticazione della scheda adattiva.

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

AdaptiveCardAuthentication

public AdaptiveCardAuthentication()

Dettagli metodo

getConnectionName

public String getConnectionName()

Ottiene il nome della connessione dell'autenticazione della scheda adattiva.

Restituisce:

valore ConnectionName come stringa.

getId

public String getId()

Ottiene l'ID della scheda adattiva richiama l'autenticazione.

Restituisce:

valore id come stringa.

getToken

public String getToken()

Ottiene il token dell'autenticazione della scheda adattiva.

Restituisce:

Valore token come stringa.

setConnectionName

public void setConnectionName(String withConnectionName)

Imposta il nome della connessione dell'autenticazione della scheda adattiva.

Parametri:

withConnectionName - Valore ConnectionName.

setId

public void setId(String withId)

Imposta l'ID della scheda adattiva richiama l'autenticazione.

Parametri:

withId - Valore ID.

setToken

public void setToken(String withToken)

Imposta il token dell'autenticazione della scheda adattiva.

Parametri:

withToken - Valore token.

Si applica a