IChatConnectorAddress interface  
ChatConnector specific address.
- Extends
Properties
| bot | Bot that either received or is sending the message. | 
| channel | Unique identifier for channel. | 
| conversation | Represents the current conversation and tracks where replies should be routed to. Can be deleted to start a new conversation with a user on channels that support new conversations. | 
| id | Incoming Message ID. | 
| service | Specifies the URL to post messages back. | 
| user | User that sent or should receive the message. | 
Property Details
bot
		channelId
	 
	Unique identifier for channel.
channelId: stringProperty Value
string
conversation
id
Incoming Message ID.
id?: stringProperty Value
string
		serviceUrl
	 
	Specifies the URL to post messages back.
serviceUrl?: stringProperty Value
string