Interface DialogflowCxIntentTrainingPhrases
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxIntentTrainingPhrases.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.957Z") @Stability(Stable) public interface DialogflowCxIntentTrainingPhrases extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxIntentTrainingPhrases.BuilderA builder forDialogflowCxIntentTrainingPhrasesstatic classDialogflowCxIntentTrainingPhrases.Jsii$ProxyAn implementation forDialogflowCxIntentTrainingPhrases
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DialogflowCxIntentTrainingPhrases.Builderbuilder()ObjectgetParts()parts block.default NumbergetRepeatCount()Indicates how many times this example was added to the intent.
-
-
-
Method Detail
-
getParts
@Stability(Stable) @NotNull Object getParts()
parts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#parts DialogflowCxIntent#parts}
-
getRepeatCount
@Stability(Stable) @Nullable default Number getRepeatCount()
Indicates how many times this example was added to the intent.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#repeat_count DialogflowCxIntent#repeat_count}
-
builder
@Stability(Stable) static DialogflowCxIntentTrainingPhrases.Builder builder()
-
-