main.py [205:212]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        sentence_object = {
            'conversationId': conver_id,
            'turnNumber': turn_id,
            'utterance': ' '.join(word_list),
            'intents': predicted_intents[1:-2],
            'main_intents': main_intents,
            'slot_values': slot_values,
            'entity_values': entity_values,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



main.py [306:313]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        sentence_object = {
            'conversationId': conver_id,
            'turnNumber': turn_id,
            'utterance': ' '.join(word_list),
            'intents': predicted_intents[1:-2],
            'main_intents': main_intents,
            'slot_values': slot_values,
            'entity_values': entity_values,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



