Package io.micronaut.chatbots.google.api
Class MatchedUrl
java.lang.Object
io.micronaut.chatbots.google.api.MatchedUrl
A matched url in a Chat message. Chat apps can preview matched URLs. For more information, refer to Preview links.
- Since:
- 1.0.0
- Author:
- Sergio del Amo
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MatchedUrl
public MatchedUrl()
-
-
Method Details
-
getUrl
- Returns:
- The url that was matched.
-
setUrl
- Parameters:
url
- The url that was matched.
-