ConversationResourceResponse Clase

  • java.lang.Object
    • com.microsoft.bot.schema.ConversationResourceResponse

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. dede actividad.

java.lang.String getId()

Obtenga el valor id.

java.lang.String getServiceUrl()

Obtenga el valor de dirección URL deldel servicio.

void setActivityId(String withActivityId)

Establezca el valor de id. dede actividad.

void setId(String withId)

Establezca el valor id.

void setServiceUrl(String withServiceUrl)

Establezca el valor de dirección URL dedel servicio.

Métodos heredados de java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Detalles del constructor

ConversationResourceResponse

public ConversationResourceResponse()

Detalles del método

getActivityId

public String getActivityId()

Obtenga el valor activityId.

Devoluciones:

el valor activityId

getId

public String getId()

Obtenga el valor id.

Devoluciones:

el valor id

getServiceUrl

public String getServiceUrl()

Obtenga el valor serviceUrl.

Devoluciones:

el valor serviceUrl

setActivityId

public void setActivityId(String withActivityId)

Establezca el valor activityId.

Parámetros:

withActivityId - valor activityId que se va a establecer

setId

public void setId(String withId)

Establezca el valor id.

Parámetros:

withId - el valor id que se va a establecer

setServiceUrl

public void setServiceUrl(String withServiceUrl)

Establezca el valor serviceUrl.

Parámetros:

withServiceUrl - valor serviceUrl que se va a establecer

Se aplica a