Class DialogflowCxTestCaseTestConfigOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.018Z")
    @Stability(Stable)
    public class DialogflowCxTestCaseTestConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • DialogflowCxTestCaseTestConfigOutputReference

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

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

        @Stability(Stable)
        public DialogflowCxTestCaseTestConfigOutputReference​(@NotNull
                                                             com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                             @NotNull
                                                             String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetFlow

        @Stability(Stable)
        public void resetFlow()
      • resetPage

        @Stability(Stable)
        public void resetPage()
      • resetTrackingParameters

        @Stability(Stable)
        public void resetTrackingParameters()
      • getFlowInput

        @Stability(Stable)
        @Nullable
        public String getFlowInput()
      • getPageInput

        @Stability(Stable)
        @Nullable
        public String getPageInput()
      • getTrackingParametersInput

        @Stability(Stable)
        @Nullable
        public List<String> getTrackingParametersInput()
      • getFlow

        @Stability(Stable)
        @NotNull
        public String getFlow()
      • setFlow

        @Stability(Stable)
        public void setFlow​(@NotNull
                            String value)
      • getPage

        @Stability(Stable)
        @NotNull
        public String getPage()
      • setPage

        @Stability(Stable)
        public void setPage​(@NotNull
                            String value)
      • getTrackingParameters

        @Stability(Stable)
        @NotNull
        public List<String> getTrackingParameters()
      • setTrackingParameters

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