AdaptiveCardInvokeResponse Class
- java.
lang. Object - com.
microsoft. bot. schema. AdaptiveCardInvokeResponse
- com.
public class AdaptiveCardInvokeResponse
Defines the structure that is returned as the result of an Invoke activity with Name of 'adaptiveCard/action'.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AdaptiveCardInvokeResponse() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| int |
getStatusCode()
Gets the Card Action response get |
| java.lang.String |
getType()
Gets the Type of this AdaptiveCardInvokeResponse . |
| java.lang.Object |
getValue()
Gets the json response Object. |
| void |
setStatusCode(int withStatusCode)
Sets the Card Action response get |
| void |
setType(String withType)
Sets the Type of this AdaptiveCardInvokeResponse . |
| void |
setValue(Object withValue)
Sets the json response Object. |
Methods inherited from java.lang.Object
Constructor Details
AdaptiveCardInvokeResponse
public AdaptiveCardInvokeResponse()
Method Details
getStatusCode
public int getStatusCode()
Gets the Card Action response getStatusCode().
Returns:
getType
public String getType()
Gets the Type of this AdaptiveCardInvokeResponse .
Returns:
getValue
public Object getValue()
Gets the json response Object.
Returns:
setStatusCode
public void setStatusCode(int withStatusCode)
Sets the Card Action response getStatusCode().
Parameters:
setType
public void setType(String withType)
Sets the Type of this AdaptiveCardInvokeResponse .
Parameters:
setValue
public void setValue(Object withValue)
Sets the json response Object.
Parameters: