Action Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- CreativeWork
- com.
microsoft. azure. cognitiveservices. search. autosuggest. models. Action
- com.
public class Action extends CreativeWork
The Action model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
displayName()
Get the displayName value. |
Boolean |
isTopAction()
Get the isTopAction value. |
List<Thing> |
result()
Get the result value. |
String |
serviceUrl()
Get the serviceUrl value. |
Inherited Members
CreativeWork.about()
Response.adaptiveCard()
CreativeWork.commentCount()
CreativeWork.copyrightHolder()
CreativeWork.copyrightYear()
CreativeWork.creator()
CreativeWork.disclaimer()
CreativeWork.discussionUrl()
CreativeWork.genre()
CreativeWork.headLine()
Identifiable.id()
Response.immediateAction()
CreativeWork.isAccessibleForFree()
CreativeWork.isFamilyFriendly()
CreativeWork.mainEntity()
CreativeWork.mentions()
Response.potentialAction()
Response.preferredClickthroughUrl()
CreativeWork.provider()
Response.readLink()
CreativeWork.text()
CreativeWork.thumbnailUrl()
Thing.url()
Response.webSearchUrl()
Method Details
displayName
public String displayName()
Get the displayName value.
Returns:
the displayName value
isTopAction
public Boolean isTopAction()
Get the isTopAction value.
Returns:
the isTopAction value
result
public List
Get the result value.
Returns:
the result value
serviceUrl
public String serviceUrl()
Get the serviceUrl value.
Returns:
the serviceUrl value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java