Interface DialogflowCxIntentTrainingPhrasesParts
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxIntentTrainingPhrasesParts.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.958Z") @Stability(Stable) public interface DialogflowCxIntentTrainingPhrasesParts extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxIntentTrainingPhrasesParts.BuilderA builder forDialogflowCxIntentTrainingPhrasesPartsstatic classDialogflowCxIntentTrainingPhrasesParts.Jsii$ProxyAn implementation forDialogflowCxIntentTrainingPhrasesParts
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DialogflowCxIntentTrainingPhrasesParts.Builderbuilder()default StringgetParameterId()The parameter used to annotate this part of the training phrase.StringgetText()The text for this part.
-
-
-
Method Detail
-
getText
@Stability(Stable) @NotNull String getText()
The text for this part.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#text DialogflowCxIntent#text}
-
getParameterId
@Stability(Stable) @Nullable default String getParameterId()
The parameter used to annotate this part of the training phrase.This field is required for annotated parts of the training phrase. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#parameter_id DialogflowCxIntent#parameter_id}
-
builder
@Stability(Stable) static DialogflowCxIntentTrainingPhrasesParts.Builder builder()
-
-