SkillConversationReference Class
- java.
lang. Object - com.
microsoft. bot. builder. skills. SkillConversationReference
- com.
public class SkillConversationReference
A conversation reference type for skills.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| SkillConversationReference() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Conversation |
getConversationReference()
Gets the conversation reference. |
| java.lang.String |
getOAuthScope()
Gets the OAuth scope. |
| void |
setConversationReference(ConversationReference withConversationReference)
Sets the conversation reference. |
| void |
setOAuthScope(String withOAuthScope)
Sets the OAuth scope. |
Methods inherited from java.lang.Object
Constructor Details
SkillConversationReference
public SkillConversationReference()
Method Details
getConversationReference
public ConversationReference getConversationReference()
Gets the conversation reference.
Returns:
getOAuthScope
public String getOAuthScope()
Gets the OAuth scope.
Returns:
setConversationReference
public void setConversationReference(ConversationReference withConversationReference)
Sets the conversation reference.
Parameters:
setOAuthScope
public void setOAuthScope(String withOAuthScope)
Sets the OAuth scope.
Parameters: