Class DialogflowCxPage

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.959Z")
    @Stability(Stable)
    public class DialogflowCxPage
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page google_dialogflow_cx_page}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • DialogflowCxPage

        protected DialogflowCxPage​(software.amazon.jsii.JsiiObjectRef objRef)
      • DialogflowCxPage

        protected DialogflowCxPage​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DialogflowCxPage

        @Stability(Stable)
        public DialogflowCxPage​(@NotNull
                                software.constructs.Construct scope,
                                @NotNull
                                String id,
                                @NotNull
                                DialogflowCxPageConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page google_dialogflow_cx_page} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId,
                                                                                     @Nullable
                                                                                     com.hashicorp.cdktf.TerraformProvider provider)
        Generates CDKTF code for importing a DialogflowCxPage resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the DialogflowCxPage to import. This parameter is required.
        importFromId - The id of the existing DialogflowCxPage that should be imported. This parameter is required.
        provider - ? Optional instance of the provider where the DialogflowCxPage to import is found.
      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId)
        Generates CDKTF code for importing a DialogflowCxPage resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the DialogflowCxPage to import. This parameter is required.
        importFromId - The id of the existing DialogflowCxPage that should be imported. This parameter is required.
      • putAdvancedSettings

        @Stability(Stable)
        public void putAdvancedSettings​(@NotNull
                                        DialogflowCxPageAdvancedSettings value)
        Parameters:
        value - This parameter is required.
      • putEntryFulfillment

        @Stability(Stable)
        public void putEntryFulfillment​(@NotNull
                                        DialogflowCxPageEntryFulfillment value)
        Parameters:
        value - This parameter is required.
      • putEventHandlers

        @Stability(Stable)
        public void putEventHandlers​(@NotNull
                                     Object value)
        Parameters:
        value - This parameter is required.
      • putForm

        @Stability(Stable)
        public void putForm​(@NotNull
                            DialogflowCxPageForm value)
        Parameters:
        value - This parameter is required.
      • putTimeouts

        @Stability(Stable)
        public void putTimeouts​(@NotNull
                                DialogflowCxPageTimeouts value)
        Parameters:
        value - This parameter is required.
      • putTransitionRoutes

        @Stability(Stable)
        public void putTransitionRoutes​(@NotNull
                                        Object value)
        Parameters:
        value - This parameter is required.
      • resetAdvancedSettings

        @Stability(Stable)
        public void resetAdvancedSettings()
      • resetEntryFulfillment

        @Stability(Stable)
        public void resetEntryFulfillment()
      • resetEventHandlers

        @Stability(Stable)
        public void resetEventHandlers()
      • resetForm

        @Stability(Stable)
        public void resetForm()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetLanguageCode

        @Stability(Stable)
        public void resetLanguageCode()
      • resetParent

        @Stability(Stable)
        public void resetParent()
      • resetTimeouts

        @Stability(Stable)
        public void resetTimeouts()
      • resetTransitionRouteGroups

        @Stability(Stable)
        public void resetTransitionRouteGroups()
      • resetTransitionRoutes

        @Stability(Stable)
        public void resetTransitionRoutes()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • synthesizeHclAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeHclAttributes()
        Overrides:
        synthesizeHclAttributes in class com.hashicorp.cdktf.TerraformResource
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • getDisplayNameInput

        @Stability(Stable)
        @Nullable
        public String getDisplayNameInput()
      • getEventHandlersInput

        @Stability(Stable)
        @Nullable
        public Object getEventHandlersInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getLanguageCodeInput

        @Stability(Stable)
        @Nullable
        public String getLanguageCodeInput()
      • getParentInput

        @Stability(Stable)
        @Nullable
        public String getParentInput()
      • getTimeoutsInput

        @Stability(Stable)
        @Nullable
        public Object getTimeoutsInput()
      • getTransitionRouteGroupsInput

        @Stability(Stable)
        @Nullable
        public List<String> getTransitionRouteGroupsInput()
      • getTransitionRoutesInput

        @Stability(Stable)
        @Nullable
        public Object getTransitionRoutesInput()
      • getDisplayName

        @Stability(Stable)
        @NotNull
        public String getDisplayName()
      • setDisplayName

        @Stability(Stable)
        public void setDisplayName​(@NotNull
                                   String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getLanguageCode

        @Stability(Stable)
        @NotNull
        public String getLanguageCode()
      • setLanguageCode

        @Stability(Stable)
        public void setLanguageCode​(@NotNull
                                    String value)
      • getParent

        @Stability(Stable)
        @NotNull
        public String getParent()
      • setParent

        @Stability(Stable)
        public void setParent​(@NotNull
                              String value)
      • getTransitionRouteGroups

        @Stability(Stable)
        @NotNull
        public List<String> getTransitionRouteGroups()
      • setTransitionRouteGroups

        @Stability(Stable)
        public void setTransitionRouteGroups​(@NotNull
                                             List<String> value)