ConversationResourceResponse Class

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

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 activityId value.

java.lang.String getId()

Get the id value.

java.lang.String getServiceUrl()

Get the serviceUrl value.

void setActivityId(String withActivityId)

Set the activityId value.

void setId(String withId)

Set the id value.

void setServiceUrl(String withServiceUrl)

Set the serviceUrl value.

Methods inherited from 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

Constructor Details

ConversationResourceResponse

public ConversationResourceResponse()

Method Details

getActivityId

public String getActivityId()

Get the activityId value.

Returns:

the activityId value

getId

public String getId()

Get the id value.

Returns:

the id value

getServiceUrl

public String getServiceUrl()

Get the serviceUrl value.

Returns:

the serviceUrl value

setActivityId

public void setActivityId(String withActivityId)

Set the activityId value.

Parameters:

withActivityId - the activityId value to set

setId

public void setId(String withId)

Set the id value.

Parameters:

withId - the id value to set

setServiceUrl

public void setServiceUrl(String withServiceUrl)

Set the serviceUrl value.

Parameters:

withServiceUrl - the serviceUrl value to set

Applies to