Uses of Class
com.hashicorp.cdktf.providers.google.dialogflow_cx_intent.DialogflowCxIntentTrainingPhrases.Builder
-
Packages that use DialogflowCxIntentTrainingPhrases.Builder Package Description com.hashicorp.cdktf.providers.google.dialogflow_cx_intent google_dialogflow_cx_intent -
-
Uses of DialogflowCxIntentTrainingPhrases.Builder in com.hashicorp.cdktf.providers.google.dialogflow_cx_intent
Methods in com.hashicorp.cdktf.providers.google.dialogflow_cx_intent that return DialogflowCxIntentTrainingPhrases.Builder Modifier and Type Method Description static DialogflowCxIntentTrainingPhrases.BuilderDialogflowCxIntentTrainingPhrases. builder()DialogflowCxIntentTrainingPhrases.BuilderDialogflowCxIntentTrainingPhrases.Builder. parts(com.hashicorp.cdktf.IResolvable parts)Sets the value ofDialogflowCxIntentTrainingPhrases.getParts()DialogflowCxIntentTrainingPhrases.BuilderDialogflowCxIntentTrainingPhrases.Builder. parts(List<? extends DialogflowCxIntentTrainingPhrasesParts> parts)Sets the value ofDialogflowCxIntentTrainingPhrases.getParts()DialogflowCxIntentTrainingPhrases.BuilderDialogflowCxIntentTrainingPhrases.Builder. repeatCount(Number repeatCount)Sets the value ofDialogflowCxIntentTrainingPhrases.getRepeatCount()Constructors in com.hashicorp.cdktf.providers.google.dialogflow_cx_intent with parameters of type DialogflowCxIntentTrainingPhrases.Builder Constructor Description Jsii$Proxy(DialogflowCxIntentTrainingPhrases.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxIntentTrainingPhrases.Builder.
-