ConversationResourceResponse Class
- java.
lang. Object - com.
microsoft. bot. schema. ConversationResourceResponse
- com.
public class ConversationResourceResponse
A response containing a resource.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ConversationResourceResponse() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getActivityId()
Get the activity |
| java.lang.String |
getId()
Get the id value. |
| java.lang.String |
getServiceUrl()
Get the service |
| void |
setActivityId(String withActivityId)
Set the activity |
| void |
setId(String withId)
Set the id value. |
| void |
setServiceUrl(String withServiceUrl)
Set the service |
Methods inherited from java.lang.Object
Constructor Details
ConversationResourceResponse
public ConversationResourceResponse()
Method Details
getActivityId
public String getActivityId()
Get the activityId value.
Returns:
getId
public String getId()
Get the id value.
Returns:
getServiceUrl
public String getServiceUrl()
Get the serviceUrl value.
Returns:
setActivityId
public void setActivityId(String withActivityId)
Set the activityId value.
Parameters:
setId
public void setId(String withId)
Set the id value.
Parameters:
setServiceUrl
public void setServiceUrl(String withServiceUrl)
Set the serviceUrl value.
Parameters: