trainingPhrases

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


@JvmName(name = "acpxvbpmyngjnvht")
suspend fun trainingPhrases(values: List<Output<CxIntentTrainingPhraseArgs>>)
@JvmName(name = "sabpqqmgrmtmthte")
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 = "jpcsvrsnaiyfjgln")
suspend fun trainingPhrases(argument: List<suspend CxIntentTrainingPhraseArgsBuilder.() -> Unit>)
@JvmName(name = "anagbcxkwnipcjhy")
suspend fun trainingPhrases(vararg argument: suspend CxIntentTrainingPhraseArgsBuilder.() -> Unit)
@JvmName(name = "oiitemvbomnqkinb")
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.