SearchAction Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- CreativeWork
- Action
- com.
microsoft. azure. cognitiveservices. search. autosuggest. models. SearchAction
- com.
public class SearchAction extends Action
The SearchAction model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
displayText()
Get the displayText value. |
String |
query()
Get the query value. |
Search |
searchKind()
Get the searchKind value. |
Inherited Members
CreativeWork.about()
Response.adaptiveCard()
CreativeWork.commentCount()
CreativeWork.copyrightHolder()
CreativeWork.copyrightYear()
CreativeWork.creator()
CreativeWork.disclaimer()
CreativeWork.discussionUrl()
Action.displayName()
CreativeWork.genre()
CreativeWork.headLine()
Identifiable.id()
Response.immediateAction()
CreativeWork.isAccessibleForFree()
CreativeWork.isFamilyFriendly()
Action.isTopAction()
CreativeWork.mainEntity()
CreativeWork.mentions()
Response.potentialAction()
Response.preferredClickthroughUrl()
CreativeWork.provider()
Response.readLink()
Action.result()
Action.serviceUrl()
CreativeWork.text()
CreativeWork.thumbnailUrl()
Thing.url()
Response.webSearchUrl()
Method Details
displayText
public String displayText()
Get the displayText value.
Returns:
the displayText value
query
public String query()
Get the query value.
Returns:
the query value
searchKind
public SearchKind searchKind()
Get the searchKind value.
Returns:
the searchKind 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