BotFrameworkSkill Class
- java.
lang. Object - com.
microsoft. bot. builder. skills. BotFrameworkSkill
- com.
public class BotFrameworkSkill
Registration for a BotFrameworkHttpProtocol super. Skill endpoint.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| BotFrameworkSkill() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getAppId()
Gets app |
| java.lang.String |
getId()
Gets Id of the skill. |
| java.net.URI |
getSkillEndpoint()
Gets /api/messages endpoint for the skill. |
| void |
setAppId(String withAppId)
Sets app |
| void |
setId(String withId)
Sets Id of the skill. |
| void |
setSkillEndpoint(URI withSkillEndpoint)
Sets /api/messages endpoint for the skill. |
Methods inherited from java.lang.Object
Constructor Details
BotFrameworkSkill
public BotFrameworkSkill()
Method Details
getAppId
public String getAppId()
Gets appId of the skill.
Returns:
getId
public String getId()
Gets Id of the skill.
Returns:
getSkillEndpoint
public URI getSkillEndpoint()
Gets /api/messages endpoint for the skill.
Returns:
setAppId
public void setAppId(String withAppId)
Sets appId of the skill.
Parameters:
setId
public void setId(String withId)
Sets Id of the skill.
Parameters:
setSkillEndpoint
public void setSkillEndpoint(URI withSkillEndpoint)
Sets /api/messages endpoint for the skill.
Parameters: