training Phrases
suspend fun trainingPhrases(value: Output<List<GoogleCloudDialogflowV2beta1IntentTrainingPhraseArgs>>)
Parameters
value
Optional. The collection of examples that the agent is trained on.
suspend fun trainingPhrases(vararg values: Output<GoogleCloudDialogflowV2beta1IntentTrainingPhraseArgs>)
suspend fun trainingPhrases(values: List<Output<GoogleCloudDialogflowV2beta1IntentTrainingPhraseArgs>>)
Parameters
values
Optional. The collection of examples that the agent is trained on.
suspend fun trainingPhrases(argument: List<suspend GoogleCloudDialogflowV2beta1IntentTrainingPhraseArgsBuilder.() -> Unit>)
suspend fun trainingPhrases(vararg argument: suspend GoogleCloudDialogflowV2beta1IntentTrainingPhraseArgsBuilder.() -> Unit)
suspend fun trainingPhrases(argument: suspend GoogleCloudDialogflowV2beta1IntentTrainingPhraseArgsBuilder.() -> Unit)
Parameters
argument
Optional. The collection of examples that the agent is trained on.