Class DialogflowCxTestCaseTestCaseConversationTurnsUserInputOutputReference

  • 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.016Z")
    @Stability(Stable)
    public class DialogflowCxTestCaseTestCaseConversationTurnsUserInputOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • DialogflowCxTestCaseTestCaseConversationTurnsUserInputOutputReference

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

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

        @Stability(Stable)
        public DialogflowCxTestCaseTestCaseConversationTurnsUserInputOutputReference​(@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

      • resetEnableSentimentAnalysis

        @Stability(Stable)
        public void resetEnableSentimentAnalysis()
      • resetInjectedParameters

        @Stability(Stable)
        public void resetInjectedParameters()
      • resetInput

        @Stability(Stable)
        public void resetInput()
      • resetIsWebhookEnabled

        @Stability(Stable)
        public void resetIsWebhookEnabled()
      • getEnableSentimentAnalysisInput

        @Stability(Stable)
        @Nullable
        public Object getEnableSentimentAnalysisInput()
      • getInjectedParametersInput

        @Stability(Stable)
        @Nullable
        public String getInjectedParametersInput()
      • getIsWebhookEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getIsWebhookEnabledInput()
      • getEnableSentimentAnalysis

        @Stability(Stable)
        @NotNull
        public Object getEnableSentimentAnalysis()
      • setEnableSentimentAnalysis

        @Stability(Stable)
        public void setEnableSentimentAnalysis​(@NotNull
                                               Boolean value)
      • setEnableSentimentAnalysis

        @Stability(Stable)
        public void setEnableSentimentAnalysis​(@NotNull
                                               com.hashicorp.cdktf.IResolvable value)
      • getInjectedParameters

        @Stability(Stable)
        @NotNull
        public String getInjectedParameters()
      • setInjectedParameters

        @Stability(Stable)
        public void setInjectedParameters​(@NotNull
                                          String value)
      • getIsWebhookEnabled

        @Stability(Stable)
        @NotNull
        public Object getIsWebhookEnabled()
      • setIsWebhookEnabled

        @Stability(Stable)
        public void setIsWebhookEnabled​(@NotNull
                                        Boolean value)
      • setIsWebhookEnabled

        @Stability(Stable)
        public void setIsWebhookEnabled​(@NotNull
                                        com.hashicorp.cdktf.IResolvable value)