Class DialogflowCxTestCaseTestCaseConversationTurnsUserInputOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_test_case.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description DialogflowCxTestCaseTestCaseConversationTurnsUserInputOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDialogflowCxTestCaseTestCaseConversationTurnsUserInputOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDialogflowCxTestCaseTestCaseConversationTurnsUserInputOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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
-
putInput
@Stability(Stable) public void putInput(@NotNull DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput value)- Parameters:
value- This parameter is required.
-
resetEnableSentimentAnalysis
@Stability(Stable) public void resetEnableSentimentAnalysis()
-
resetInjectedParameters
@Stability(Stable) public void resetInjectedParameters()
-
resetInput
@Stability(Stable) public void resetInput()
-
resetIsWebhookEnabled
@Stability(Stable) public void resetIsWebhookEnabled()
-
getInput
@Stability(Stable) @NotNull public DialogflowCxTestCaseTestCaseConversationTurnsUserInputInputOutputReference getInput()
-
getEnableSentimentAnalysisInput
@Stability(Stable) @Nullable public Object getEnableSentimentAnalysisInput()
-
getInjectedParametersInput
@Stability(Stable) @Nullable public String getInjectedParametersInput()
-
getInputInput
@Stability(Stable) @Nullable public DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput getInputInput()
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public DialogflowCxTestCaseTestCaseConversationTurnsUserInput getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DialogflowCxTestCaseTestCaseConversationTurnsUserInput value)
-
-