ConversationResourceResponse Classe

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

public class ConversationResourceResponse

Uma resposta que contém um recurso.

Resumo do Construtor

Construtor Description
ConversationResourceResponse()

Resumo do método

Modificador e tipo Método e descrição
java.lang.String getActivityId()

Obtenha o valor da ID da atividade.

java.lang.String getId()

Obtenha o valor da ID.

java.lang.String getServiceUrl()

Obtenha o valor da URL do serviço.

void setActivityId(String withActivityId)

Defina o valor da ID da atividade.

void setId(String withId)

Defina o valor da ID.

void setServiceUrl(String withServiceUrl)

Defina o valor da URL do serviço.

Métodos herdados 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

Detalhes do construtor

ConversationResourceResponse

public ConversationResourceResponse()

Detalhes do método

getActivityId

public String getActivityId()

Obtenha o valor activityId.

Returns:

o valor activityId

getId

public String getId()

Obtenha o valor da ID.

Returns:

o valor da ID

getServiceUrl

public String getServiceUrl()

Obtenha o valor serviceUrl.

Returns:

o valor serviceUrl

setActivityId

public void setActivityId(String withActivityId)

Defina o valor activityId.

Parameters:

withActivityId - o valor activityId a ser definido

setId

public void setId(String withId)

Defina o valor da ID.

Parameters:

withId - o valor da ID a ser definido

setServiceUrl

public void setServiceUrl(String withServiceUrl)

Defina o valor serviceUrl.

Parameters:

withServiceUrl - o valor serviceUrl a ser definido

Aplica-se a