SuggestedActions Class
- java.
lang. Object - com.
microsoft. bot. schema. SuggestedActions
- com.
public class SuggestedActions
SuggestedActions that can be performed.
Constructor Summary
| Constructor | Description |
|---|---|
| SuggestedActions() |
Default empty Suggested |
| SuggestedActions(CardAction[] withCardActions) |
Suggested |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Suggested |
clone(SuggestedActions suggestedActions)
Performs a deep copy of a Suggested |
|
java.util.List<Card |
getActions()
Get the actions value. |
| java.util.List<java.lang.String> |
getTo()
Get the to value. |
| void |
setActions(List<CardAction> withActions)
Set the actions value. |
| void |
setTo(List<String> withTo)
Set the to value. |
Methods inherited from java.lang.Object
Constructor Details
SuggestedActions
public SuggestedActions()
Default empty SuggestedActions.
SuggestedActions
public SuggestedActions(CardAction[] withCardActions)
SuggestedActions with CardActions.
Parameters:
Method Details
clone
public static SuggestedActions clone(SuggestedActions suggestedActions)
Performs a deep copy of a SuggestedActions.
Parameters:
Returns:
getActions
public List
Get the actions value.
Returns:
getTo
public List
Get the to value.
Returns:
setActions
public void setActions(List
Set the actions value.
Parameters:
setTo
public void setTo(List
Set the to value.
Parameters: