AIM - Chats - Input External Context - It is not possible to use "input external context"

Issue #20 resolved
Lukas Theo Beck created an issue

System: https://aim.prod.cloud.ondewo.com/

Project: SHOW CASE LOGISTICS

Current behavior

I as an user want to test my dialog model via the Chats function.

The logic of the dialog model is an outbound call triggert by an external system. This external system provides input data for the voice bot. To simulate this it is necessary to provide the inital input context “c-aviso-shipping-input”

The problem is that the input area is manipulating the string we provide (a valid JSON with the necessary values)

JSON for the project

{"contexts":[{"name":"#c-aviso-shipping-input","lifespanCount":9,"parameters":{"external_shipping_number":"12344566","receipient_name":"Lukas Beck","receipient_po":"1210","receipient_city":"Wien","external_reference_number":"ABC4224DEFG","receipient_phone_number":"+436764490529","external_shipping_sender_name":"Otto Versand","external_shipping_quantity":"1","external_shipping_description":"Ruderger�t","delivery_timeslot_1_date":"12_06_2020","delivery_timeslot_1_time_start":"10:00:00","delivery_timeslot_1_time_end":"14:00:00","delivery_timeslot_1_weekday":"Freitag","delivery_timeslot_2_date":"16_06_2020","delivery_timeslot_2_time_start":"14:00:00","delivery_timeslot_2_time_end":"17:00:00","delivery_timeslot_2_weekday":"Dienstag"}}]}

Result after copy paste

If I as an user try to clean up manually the input are creates more and more of this wrong characters in the string.

Target Behavior

Please describe what is the target behavior after issue is resolved

To copy a valid JSON with the structure and values the system and project needs, to start the dialog and have the values of the input context in my dialog.

Steps to reproduce the bug or verify feature implemented

Please describe in detail the steps to reproduce the bug or how the new feature should look and feel after a successful implementation

  1. prepare JSON
  2. Go to project
  3. Got to Conversations
  4. activate “use external context”
  5. copy JSON into the input area for external context
  6. see what is happening

Links to videos & images showing issue

Would like to initiate a paid mini project to resolve issue

NO

Comments (4)

  1. Log in to comment