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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Java