Skip to content

Commit

Permalink
fix(inspector): ambuigity more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
slvnperron committed Sep 12, 2019
1 parent 87cc95b commit 61cfe2f
Showing 1 changed file with 6 additions and 4 deletions.
Expand Up @@ -20,13 +20,15 @@ const NLU: SFC<{ nluData: sdk.IO.EventUnderstanding; session: any }> = ({ nluDat
position={Position.TOP}
content={
<span>
Predicted intents are very close.<br />You can account for it checking the{' '}
<strong>event.nlu.ambiguous</strong> variable.
Predicted intents are very close.
<br />
You can account for it checking the{' '}
<strong style={{ color: Colors.ORANGE5 }}>event.nlu.ambiguous</strong> variable.
</span>
}
>
<span style={{ color: Colors.GRAY1 }}>
<Icon icon="warning-sign" color={Colors.GRAY1} />
<span style={{ color: Colors.ORANGE3 }}>
<Icon icon="warning-sign" color={Colors.ORANGE3} />
&nbsp;Ambiguous
</span>
</Tooltip>
Expand Down

0 comments on commit 61cfe2f

Please sign in to comment.