Response Class

public class Response extends Identifiable

Defines a response. All schemas that could be returned at the root of a response should inherit from this.

Method Summary

Modifier and Type Method and Description
String adaptiveCard()

Get the adaptiveCard value.

List<Action> immediateAction()

Get the immediateAction value.

List<Action> potentialAction()

Get the potentialAction value.

String preferredClickthroughUrl()

Get the preferredClickthroughUrl value.

String readLink()

Get the readLink value.

String webSearchUrl()

Get the webSearchUrl value.

Inherited Members

Method Details

adaptiveCard

public String adaptiveCard()

Get the adaptiveCard value.

Returns:

the adaptiveCard value

immediateAction

public List immediateAction()

Get the immediateAction value.

Returns:

the immediateAction value

potentialAction

public List potentialAction()

Get the potentialAction value.

Returns:

the potentialAction value

preferredClickthroughUrl

public String preferredClickthroughUrl()

Get the preferredClickthroughUrl value.

Returns:

the preferredClickthroughUrl value

readLink

public String readLink()

Get the readLink value.

Returns:

the readLink value

webSearchUrl

public String webSearchUrl()

Get the webSearchUrl value.

Returns:

the webSearchUrl value

Applies to