trainingPhrases

@JvmName(name = "eajjrwenbdleohry")
suspend fun trainingPhrases(value: Output<List<CxIntentTrainingPhraseArgs>>)
@JvmName(name = "thdxadodwatulxhs")
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 = "elsrmoyxuqiwwklm")
suspend fun trainingPhrases(vararg values: Output<CxIntentTrainingPhraseArgs>)


@JvmName(name = "egnwehifmnwssifa")
suspend fun trainingPhrases(values: List<Output<CxIntentTrainingPhraseArgs>>)
@JvmName(name = "fuehpyjuobbmqnvs")
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 = "xrfwejfnlacldgcd")
suspend fun trainingPhrases(argument: List<suspend CxIntentTrainingPhraseArgsBuilder.() -> Unit>)
@JvmName(name = "ewwytifmhwqvcukj")
suspend fun trainingPhrases(vararg argument: suspend CxIntentTrainingPhraseArgsBuilder.() -> Unit)
@JvmName(name = "avctpihqmierdxiu")
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.