SkillConversationReference Classe

  • java.lang.Object
    • com.microsoft.bot.builder.skills.SkillConversationReference

public class SkillConversationReference

Tipo di riferimento di conversazione per le competenze.

Riepilogo dei costruttori

Costruttore Descrizione
SkillConversationReference()

Riepilogo dei metodi

Modificatore e tipo Metodo e descrizione
ConversationReference getConversationReference()

Ottiene il riferimento alla conversazione.

java.lang.String getOAuthScope()

Ottiene l'ambito OAuth.

void setConversationReference(ConversationReference withConversationReference)

Imposta il riferimento alla conversazione.

void setOAuthScope(String withOAuthScope)

Imposta l'ambito OAuth.

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

SkillConversationReference

public SkillConversationReference()

Dettagli metodo

getConversationReference

public ConversationReference getConversationReference()

Ottiene il riferimento alla conversazione.

Restituisce:

valore conversationReference come getConversationReference().

getOAuthScope

public String getOAuthScope()

Ottiene l'ambito OAuth.

Restituisce:

valore OAuthScope come stringa.

setConversationReference

public void setConversationReference(ConversationReference withConversationReference)

Imposta il riferimento alla conversazione.

Parametri:

withConversationReference - Valore ConversationReference.

setOAuthScope

public void setOAuthScope(String withOAuthScope)

Imposta l'ambito OAuth.

Parametri:

withOAuthScope - Valore OAuthScope.

Si applica a