Returns or sets whether the client's ConfidenceText appears in the Listening Tip.
agent.Characters ("CharacterID").Commands("name").Confidence [= number]
Part | Description |
number | A numeric expression that evaluates to a Long integer that identifies confidence value for the Command. |
If the returned confidence value of the best match (UserInput.Confidence) does not exceed value you set for the Confidence property, the text supplied in ConfidenceText is displayed in the Listening Tip.
--------------------------------------------------------