nerdexam
IBM

C1000-012 · Question #63

How can the threshold for the confidence level be set for the intent of a dialog node in the IBM Watson Assistant service?

The correct answer is D. It can be a condition within the Dialog node alongside the intent. For Example, `intents[0].confidence<0.8`. See the full explanation below for the reasoning.

Question

How can the threshold for the confidence level be set for the intent of a dialog node in the IBM Watson Assistant service?

Options

  • AThe confidence level cannot be set within the Dialog and should be done programmatically within the application code.
  • BOn the drop-down of the Dialog node, the condition for confidence levels can be set for the intents defined in your Dialog node.
  • CThe confidence level threshold is already set for each Dialog node at "0.2". It can be overridden by turning off the confidence level on the improve tab within the Watson Assistant workspace.
  • DIt can be a condition within the Dialog node alongside the intent. For Example, intents[0].confidence<0.8

How the community answered

(52 responses)
  • A
    8% (4)
  • B
    17% (9)
  • C
    4% (2)
  • D
    71% (37)

Community Discussion

No community discussion yet for this question.

Full C1000-012 Practice