ConversationResourceResponse Clase
- java.
lang. Object - com.
microsoft. bot. schema. ConversationResourceResponse
- com.
public class ConversationResourceResponse
Respuesta que contiene un recurso.
Resumen del constructor
| Constructor | Description | |
|---|---|---|
| ConversationResourceResponse() | ||
Resumen del método
| Modificador y tipo | Método y descripción |
|---|---|
| java.lang.String |
getActivityId()
Obtenga el valor de id. de |
| java.lang.String |
getId()
Obtenga el valor id. |
| java.lang.String |
getServiceUrl()
Obtenga el valor de dirección URL del |
| void |
setActivityId(String withActivityId)
Establezca el valor de id. de |
| void |
setId(String withId)
Establezca el valor id. |
| void |
setServiceUrl(String withServiceUrl)
Establezca el valor de dirección URL de |
Métodos heredados de java.lang.Object
Detalles del constructor
ConversationResourceResponse
public ConversationResourceResponse()
Detalles del método
getActivityId
public String getActivityId()
Obtenga el valor activityId.
Devoluciones:
getId
public String getId()
Obtenga el valor id.
Devoluciones:
getServiceUrl
public String getServiceUrl()
Obtenga el valor serviceUrl.
Devoluciones:
setActivityId
public void setActivityId(String withActivityId)
Establezca el valor activityId.
Parámetros:
setId
public void setId(String withId)
Establezca el valor id.
Parámetros:
setServiceUrl
public void setServiceUrl(String withServiceUrl)
Establezca el valor serviceUrl.
Parámetros: