excludedPhrases

@JvmName(name = "qtdjfdwajcihvtoi")
suspend fun excludedPhrases(value: Output<List<CxEntityTypeExcludedPhraseArgs>>)
@JvmName(name = "teypblfpqpghqfvd")
suspend fun excludedPhrases(value: List<CxEntityTypeExcludedPhraseArgs>?)

Parameters

value

Collection of exceptional words and phrases that shouldn't be matched. For example, if you have a size entity type with entry giant(an adjective), you might consider adding giants(a noun) as an exclusion. If the kind of entity type is KIND_MAP, then the phrases specified by entities and excluded phrases should be mutually exclusive.


@JvmName(name = "kkgesgknonfjfbux")
suspend fun excludedPhrases(vararg values: Output<CxEntityTypeExcludedPhraseArgs>)


@JvmName(name = "hiifxksdprwhoyws")
suspend fun excludedPhrases(values: List<Output<CxEntityTypeExcludedPhraseArgs>>)
@JvmName(name = "dxdbxnbhwockxamx")
suspend fun excludedPhrases(vararg values: CxEntityTypeExcludedPhraseArgs)

Parameters

values

Collection of exceptional words and phrases that shouldn't be matched. For example, if you have a size entity type with entry giant(an adjective), you might consider adding giants(a noun) as an exclusion. If the kind of entity type is KIND_MAP, then the phrases specified by entities and excluded phrases should be mutually exclusive.


@JvmName(name = "akwwpxjpiesnrltb")
suspend fun excludedPhrases(argument: List<suspend CxEntityTypeExcludedPhraseArgsBuilder.() -> Unit>)
@JvmName(name = "vpbqcdgmlvnhahfn")
suspend fun excludedPhrases(vararg argument: suspend CxEntityTypeExcludedPhraseArgsBuilder.() -> Unit)
@JvmName(name = "yfclgwwiwdrxlqxf")
suspend fun excludedPhrases(argument: suspend CxEntityTypeExcludedPhraseArgsBuilder.() -> Unit)

Parameters

argument

Collection of exceptional words and phrases that shouldn't be matched. For example, if you have a size entity type with entry giant(an adjective), you might consider adding giants(a noun) as an exclusion. If the kind of entity type is KIND_MAP, then the phrases specified by entities and excluded phrases should be mutually exclusive.