excludedPhrases

@JvmName(name = "fajmqdkmpktveopm")
suspend fun excludedPhrases(value: Output<List<GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseArgs>>)

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 = "evtlqmrcboegjjui")
suspend fun excludedPhrases(vararg values: Output<GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseArgs>)


@JvmName(name = "twtypohmhpqxpswe")
suspend fun excludedPhrases(values: List<Output<GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseArgs>>)
@JvmName(name = "wcpgftlrcayqxfft")
suspend fun excludedPhrases(vararg values: GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseArgs)

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 = "mafonfsicsboepbr")
suspend fun excludedPhrases(argument: List<suspend GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseArgsBuilder.() -> Unit>)
@JvmName(name = "uiwdunlektgixvvi")
suspend fun excludedPhrases(vararg argument: suspend GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseArgsBuilder.() -> Unit)
@JvmName(name = "xiliskuvhdfgdriw")
suspend fun excludedPhrases(argument: suspend GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseArgsBuilder.() -> 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.