ConversationResourceResponse Classe

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

public class ConversationResourceResponse

Risposta contenente una risorsa.

Riepilogo dei costruttori

Costruttore Descrizione
ConversationResourceResponse()

Riepilogo dei metodi

Modificatore e tipo Metodo e descrizione
java.lang.String getActivityId()

Ottenere il valore id'attività.

java.lang.String getId()

Ottenere il valore id.

java.lang.String getServiceUrl()

Ottenere il valore url del servizio.

void setActivityId(String withActivityId)

Impostare il valore idattività.

void setId(String withId)

Impostare il valore id.

void setServiceUrl(String withServiceUrl)

Impostare il valore urldel servizio.

Metodi ereditati da 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

Dettagli costruttore

ConversationResourceResponse

public ConversationResourceResponse()

Dettagli metodo

getActivityId

public String getActivityId()

Ottenere il valore activityId.

Restituisce:

valore activityId

getId

public String getId()

Ottenere il valore id.

Restituisce:

il valore id

getServiceUrl

public String getServiceUrl()

Ottenere il valore serviceUrl.

Restituisce:

valore serviceUrl

setActivityId

public void setActivityId(String withActivityId)

Impostare il valore activityId.

Parametri:

withActivityId - valore activityId da impostare

setId

public void setId(String withId)

Impostare il valore id.

Parametri:

withId - valore id da impostare

setServiceUrl

public void setServiceUrl(String withServiceUrl)

Impostare il valore serviceUrl.

Parametri:

withServiceUrl - valore serviceUrl da impostare

Si applica a