Returns or sets the client's ConfidenceText that appears in the Listening Tip.
agent.Characters ("CharacterID").Commands("name").ConfidenceText [= string]
Part | Description |
string | A string expression that evaluates to the text for the ConfidenceText for the Command. |
When the returned confidence value of the best match (UserInput.Confidence) does not exceed the Confidence setting, the server displays the text supplied in ConfidenceText in the Listening Tip.
--------------------------------------------------------