SemanticAction Class
- java.
lang. Object - com.
microsoft. bot. schema. SemanticAction
- com.
public class SemanticAction
Represents a reference to a programmatic action.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| SemanticAction() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.util.Map<java.lang.String,Entity> |
getEntities()
Gets entities associated with this action. |
| java.lang.String |
getId()
Gets ID of this action. |
| void |
setEntities(Map<String,Entity> withEntities)
Sets entities associated with this action. |
| void |
setId(String withId)
Sets ID of this action. |
Methods inherited from java.lang.Object
Constructor Details
SemanticAction
public SemanticAction()
Method Details
getEntities
public Map
Gets entities associated with this action.
Returns:
getId
public String getId()
Gets ID of this action.
Returns:
setEntities
public void setEntities(Map
Sets entities associated with this action.
Parameters:
setId
public void setId(String withId)
Sets ID of this action.
Parameters: