Method: PureCloud::Conversation#start_time
- Defined in:
- lib/purecloud/models/conversation.rb
#start_time ⇒ Object
The time when the conversation started. This will be the time when the first participant joined the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
27 28 29 |
# File 'lib/purecloud/models/conversation.rb', line 27 def start_time @start_time end |