conversationChannel property
Type of GLS lead conversation, EMAIL, MESSAGE, PHONE_CALL, SMS, etc.
Output only. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "EMAIL" : Email lead conversation.
- "MESSAGE" : Message lead conversation.
- "PHONE_CALL" : Phone call lead conversation.
- "SMS" : SMS lead conversation.
- "BOOKING" : Booking lead conversation.
- "WHATSAPP" : WhatsApp lead conversation.
- "ADS_API" : Lead conversation created through Google Ads API.
Implementation
core.String? conversationChannel;