assistant-dialog-flow-analysis
assistant-dialog-flow-analysis copied to clipboard
Dialog Flow Analysis Notebook for Watson Assistant
Results
1
assistant-dialog-flow-analysis issues
Sort by
recently updated
recently updated
newest added
Hello, In 4.1.3. Analyzing reverse flows , While running the below cell: ``` escalated_similified_reversed_df = analysis.aggregate_flows(escalated_simplified_df, mode="turn-based",\ on_column="turn_label", max_depth=30, trim_reroutes=False, reverse=True) ``` Getting key error as follow: KeyError: "['path_length', 'is_conversation_start',...