Method: PureCloud::Conversation#address

Defined in:
lib/purecloud/models/conversation.rb

#addressObject

The address of the conversation as seen from an external participant. For phone calls this will be the DNIS for inbound calls and the ANI for outbound calls. For other media types this will be the address of the destination participant for inbound and the address of the initiating participant for outbound.



33
34
35
# File 'lib/purecloud/models/conversation.rb', line 33

def address
  @address
end