A location type message includes the coordinates (latitude and longitude) of a location and an optional location object which can include the name and address of the location. Typically sent in response to a Location Request.
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | The type of message. | |
| text | String | The fallback text message used when location messages are not supported by the channel. | [optional] [readonly] |
| blockChatInput | Boolean | When set to true, the chat input will be disabled on supported client implementations when the message is the most recent one in the history. Can be used for guided flows or to temporarily disable the user's ability to send messages in the conversation. | [optional] |
| coordinates | LocationMessageCoordinates | ||
| location | LocationMessageLocation | [optional] |