Class DialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_flow.DialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference
-
- 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:20.940Z") @Stability(Stable) public class DialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference 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 DialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference(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
-
DialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference
protected DialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference
protected DialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference
@Stability(Stable) public DialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference(@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
-
putConditionalCases
@Stability(Stable) public void putConditionalCases(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putMessages
@Stability(Stable) public void putMessages(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putSetParameterActions
@Stability(Stable) public void putSetParameterActions(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetConditionalCases
@Stability(Stable) public void resetConditionalCases()
-
resetMessages
@Stability(Stable) public void resetMessages()
-
resetReturnPartialResponses
@Stability(Stable) public void resetReturnPartialResponses()
-
resetSetParameterActions
@Stability(Stable) public void resetSetParameterActions()
-
resetTag
@Stability(Stable) public void resetTag()
-
resetWebhook
@Stability(Stable) public void resetWebhook()
-
getConditionalCases
@Stability(Stable) @NotNull public DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCasesList getConditionalCases()
-
getMessages
@Stability(Stable) @NotNull public DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesList getMessages()
-
getSetParameterActions
@Stability(Stable) @NotNull public DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActionsList getSetParameterActions()
-
getConditionalCasesInput
@Stability(Stable) @Nullable public Object getConditionalCasesInput()
-
getMessagesInput
@Stability(Stable) @Nullable public Object getMessagesInput()
-
getReturnPartialResponsesInput
@Stability(Stable) @Nullable public Object getReturnPartialResponsesInput()
-
getSetParameterActionsInput
@Stability(Stable) @Nullable public Object getSetParameterActionsInput()
-
getTagInput
@Stability(Stable) @Nullable public String getTagInput()
-
getWebhookInput
@Stability(Stable) @Nullable public String getWebhookInput()
-
getReturnPartialResponses
@Stability(Stable) @NotNull public Object getReturnPartialResponses()
-
setReturnPartialResponses
@Stability(Stable) public void setReturnPartialResponses(@NotNull Boolean value)
-
setReturnPartialResponses
@Stability(Stable) public void setReturnPartialResponses(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getTag
@Stability(Stable) @NotNull public String getTag()
-
setTag
@Stability(Stable) public void setTag(@NotNull String value)
-
getWebhook
@Stability(Stable) @NotNull public String getWebhook()
-
setWebhook
@Stability(Stable) public void setWebhook(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DialogflowCxFlowEventHandlersTriggerFulfillment getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DialogflowCxFlowEventHandlersTriggerFulfillment value)
-
-