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
    • 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}