Class: V0::VirtualAgent::ReportToCxdw

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/v0/virtual_agent/report_to_cxdw.rb

Instance Method Summary collapse

Instance Method Details

#report_to_cxdw(icn, conversation_id) ⇒ Object



11
12
13
14
15
# File 'app/controllers/v0/virtual_agent/report_to_cxdw.rb', line 11

def report_to_cxdw(icn, conversation_id)
  dataverse_uri = Settings.virtual_agent.cxdw_dataverse_uri
  token = get_new_token dataverse_uri
  send_to_cxdw dataverse_uri, icn, conversation_id, token
end