Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used. You can set a separate classification threshold for the flow in each language enabled for the agent.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[[["\u003cp\u003eThis document outlines settings related to Natural Language Understanding (NLU) within a system, detailing the available configurations for model behavior.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emodelType\u003c/code\u003e setting specifies the type of NLU model, allowing for choices between \u003ccode\u003eMODEL_TYPE_STANDARD\u003c/code\u003e and \u003ccode\u003eMODEL_TYPE_ADVANCED\u003c/code\u003e, with \u003ccode\u003eMODEL_TYPE_UNSPECIFIED\u003c/code\u003e defaulting to standard.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eclassificationThreshold\u003c/code\u003e setting controls the sensitivity of the system, allowing the configuration of the minimum score to avoid false positives, with a range from 0.0 to 1.0, defaulting to 0.3 when set to 0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emodelTrainingMode\u003c/code\u003e setting dictates how the NLU model is trained, either \u003ccode\u003eMODEL_TRAINING_MODE_AUTOMATIC\u003c/code\u003e, which triggers training upon flow modification, or \u003ccode\u003eMODEL_TRAINING_MODE_MANUAL\u003c/code\u003e, requiring manual initiation, with the former being used by default when \u003ccode\u003eMODEL_TRAINING_MODE_UNSPECIFIED\u003c/code\u003e is used.\u003c/p\u003e\n"]]],[],null,["# NluSettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ModelType](#ModelType)\n- [ModelTrainingMode](#ModelTrainingMode)\n\nSettings related to NLU.\n\nModelType\n---------\n\nNLU model type.\n\nModelTrainingMode\n-----------------\n\nNLU model training mode."]]