matchMode

@JvmName(name = "yvusdqweolxsmhil")
suspend fun matchMode(value: Output<String>)
@JvmName(name = "krerwtyxsiyxxxwg")
suspend fun matchMode(value: String?)

Parameters

value

Determines how intents are detected from user queries.

  • MATCH_MODE_HYBRID: Best for agents with a small number of examples in intents and/or wide use of templates syntax and composite entities.

  • MATCH_MODE_ML_ONLY: Can be used for agents with a large number of examples in intents, especially the ones using @sys.any or very large developer entities. Possible values are: MATCH_MODE_HYBRID, MATCH_MODE_ML_ONLY.