Reference documentation and code samples for the Google Apps Chat V1 Client class MatchedUrl.
A matched URL in a Chat message. Chat apps can preview matched URLs. For more information, see Preview links.
Generated from protobuf message google.chat.v1.MatchedUrl
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ url |
string
Output only. The URL that was matched. |
getUrl
Output only. The URL that was matched.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUrl
Output only. The URL that was matched.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|