Response Class
- java.
lang. Object - ResponseBase
- Identifiable
- com.
microsoft. azure. cognitiveservices. search. autosuggest. models. Response
- com.
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:
immediateAction
public List
Get the immediateAction value.
Returns:
potentialAction
public List
Get the potentialAction value.
Returns:
preferredClickthroughUrl
public String preferredClickthroughUrl()
Get the preferredClickthroughUrl value.
Returns:
readLink
public String readLink()
Get the readLink value.
Returns:
webSearchUrl
public String webSearchUrl()
Get the webSearchUrl value.
Returns:
Applies to
Azure SDK for Java