trainingPhrases

@JvmName(name = "brjhbdywkgvqamjn")
suspend fun trainingPhrases(value: Output<List<CxIntentTrainingPhraseArgs>>)
@JvmName(name = "hjpwfwgaoxtwpihu")
suspend fun trainingPhrases(value: List<CxIntentTrainingPhraseArgs>?)

Parameters

value

The collection of training phrases the agent is trained on to identify the intent. Structure is documented below.


@JvmName(name = "nkyukspmcyaeifts")
suspend fun trainingPhrases(vararg values: Output<CxIntentTrainingPhraseArgs>)


@JvmName(name = "ftdxlrthgldxlfln")
suspend fun trainingPhrases(values: List<Output<CxIntentTrainingPhraseArgs>>)
@JvmName(name = "dqvlcdojtwwaudxj")
suspend fun trainingPhrases(vararg values: CxIntentTrainingPhraseArgs)

Parameters

values

The collection of training phrases the agent is trained on to identify the intent. Structure is documented below.


@JvmName(name = "lkvqyajvelpucfce")
suspend fun trainingPhrases(argument: List<suspend CxIntentTrainingPhraseArgsBuilder.() -> Unit>)
@JvmName(name = "qtcboptkhrhvfodi")
suspend fun trainingPhrases(vararg argument: suspend CxIntentTrainingPhraseArgsBuilder.() -> Unit)
@JvmName(name = "mewgunbqkwfpddwf")
suspend fun trainingPhrases(argument: suspend CxIntentTrainingPhraseArgsBuilder.() -> Unit)

Parameters

argument

The collection of training phrases the agent is trained on to identify the intent. Structure is documented below.