Uses of Interface
com.hashicorp.cdktf.providers.google.dialogflow_cx_intent.DialogflowCxIntentTrainingPhrases
-
Packages that use DialogflowCxIntentTrainingPhrases Package Description com.hashicorp.cdktf.providers.google.dialogflow_cx_intent google_dialogflow_cx_intent -
-
Uses of DialogflowCxIntentTrainingPhrases in com.hashicorp.cdktf.providers.google.dialogflow_cx_intent
Classes in com.hashicorp.cdktf.providers.google.dialogflow_cx_intent that implement DialogflowCxIntentTrainingPhrases Modifier and Type Class Description static classDialogflowCxIntentTrainingPhrases.Jsii$ProxyAn implementation forDialogflowCxIntentTrainingPhrasesMethods in com.hashicorp.cdktf.providers.google.dialogflow_cx_intent that return DialogflowCxIntentTrainingPhrases Modifier and Type Method Description DialogflowCxIntentTrainingPhrasesDialogflowCxIntentTrainingPhrases.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.google.dialogflow_cx_intent with parameters of type DialogflowCxIntentTrainingPhrases Modifier and Type Method Description voidDialogflowCxIntentTrainingPhrasesOutputReference. setInternalValue(DialogflowCxIntentTrainingPhrases value)Method parameters in com.hashicorp.cdktf.providers.google.dialogflow_cx_intent with type arguments of type DialogflowCxIntentTrainingPhrases Modifier and Type Method Description voidDialogflowCxIntentTrainingPhrasesList. setInternalValue(List<DialogflowCxIntentTrainingPhrases> value)DialogflowCxIntent.BuilderDialogflowCxIntent.Builder. trainingPhrases(List<? extends DialogflowCxIntentTrainingPhrases> trainingPhrases)training_phrases block.DialogflowCxIntentConfig.BuilderDialogflowCxIntentConfig.Builder. trainingPhrases(List<? extends DialogflowCxIntentTrainingPhrases> trainingPhrases)Sets the value ofDialogflowCxIntentConfig.getTrainingPhrases()
-