training Phrases
Parameters
value
The collection of training phrases the agent is trained on to identify the intent.
suspend fun trainingPhrases(vararg values: Output<GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs>)
suspend fun trainingPhrases(values: List<Output<GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs>>)
Parameters
values
The collection of training phrases the agent is trained on to identify the intent.
suspend fun trainingPhrases(argument: List<suspend GoogleCloudDialogflowCxV3IntentTrainingPhraseArgsBuilder.() -> Unit>)
suspend fun trainingPhrases(vararg argument: suspend GoogleCloudDialogflowCxV3IntentTrainingPhraseArgsBuilder.() -> Unit)
suspend fun trainingPhrases(argument: suspend GoogleCloudDialogflowCxV3IntentTrainingPhraseArgsBuilder.() -> Unit)
Parameters
argument
The collection of training phrases the agent is trained on to identify the intent.