ResourceResponse Class
- java.
lang. Object - com.
microsoft. bot. schema. ResourceResponse
- com.
public class ResourceResponse
A response containing a resource ID.
Constructor Summary
| Constructor | Description |
|---|---|
| ResourceResponse() |
Empty Resource |
| ResourceResponse(String withId) |
Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getId()
Get the id value. |
| void |
setId(String withId)
Set the id value. |
Methods inherited from java.lang.Object
Constructor Details
ResourceResponse
public ResourceResponse()
Empty ResourceResponse.
ResourceResponse
public ResourceResponse(String withId)
ResourceResponse with ID.
Parameters:
Method Details
getId
public String getId()
Get the id value.
Returns:
setId
public void setId(String withId)
Set the id value.
Parameters: