excludedPhrases

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

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


@JvmName(name = "adtrghxfypyvdheu")
suspend fun excludedPhrases(values: List<Output<GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhraseArgs>>)
@JvmName(name = "tsfigwebkjdinota")
suspend fun excludedPhrases(vararg values: GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhraseArgs)

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 = "uqxwtofhmdqkadxj")
suspend fun excludedPhrases(argument: List<suspend GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhraseArgsBuilder.() -> Unit>)
@JvmName(name = "cnwnpvgtkiymoqow")
suspend fun excludedPhrases(vararg argument: suspend GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhraseArgsBuilder.() -> Unit)
@JvmName(name = "ggjvrftlfrgmadjb")
suspend fun excludedPhrases(argument: suspend GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhraseArgsBuilder.() -> 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.