Method: PureCloud::Conversation#end_time
- Defined in:
- lib/purecloud/models/conversation.rb
#end_time ⇒ Object
The time when the conversation ended. This will be the time when the last participant left the conversation, or null when the conversation is still active. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
30 31 32 |
# File 'lib/purecloud/models/conversation.rb', line 30 def end_time @end_time end |