trainingPhrases

@JvmName(name = "qrpgtimhmtdblidh")
suspend fun trainingPhrases(value: Output<List<GoogleCloudDialogflowV2IntentTrainingPhraseArgs>>)
@JvmName(name = "loghiblgvbdieqkc")
suspend fun trainingPhrases(value: List<GoogleCloudDialogflowV2IntentTrainingPhraseArgs>?)

Parameters

value

Optional. The collection of examples that the agent is trained on.


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


@JvmName(name = "ibtwlqmywfcmlnan")
suspend fun trainingPhrases(values: List<Output<GoogleCloudDialogflowV2IntentTrainingPhraseArgs>>)
@JvmName(name = "blkddbcxvmemqmdb")
suspend fun trainingPhrases(vararg values: GoogleCloudDialogflowV2IntentTrainingPhraseArgs)

Parameters

values

Optional. The collection of examples that the agent is trained on.


@JvmName(name = "vusfqpacyafixthv")
suspend fun trainingPhrases(argument: List<suspend GoogleCloudDialogflowV2IntentTrainingPhraseArgsBuilder.() -> Unit>)
@JvmName(name = "emirsftmlykajoxp")
suspend fun trainingPhrases(vararg argument: suspend GoogleCloudDialogflowV2IntentTrainingPhraseArgsBuilder.() -> Unit)
@JvmName(name = "ghakmaoswtccivxt")
suspend fun trainingPhrases(argument: suspend GoogleCloudDialogflowV2IntentTrainingPhraseArgsBuilder.() -> Unit)

Parameters

argument

Optional. The collection of examples that the agent is trained on.