Versions in this module Expand all Collapse all v6 v6.0.0 Apr 18, 2023 Changes in this version + func DialogflowCxFlow_IsConstruct(x interface{}) *bool + func DialogflowCxFlow_IsTerraformElement(x interface{}) *bool + func DialogflowCxFlow_IsTerraformResource(x interface{}) *bool + func DialogflowCxFlow_TfResourceType() *string + func NewDialogflowCxFlowEventHandlersList_Override(d DialogflowCxFlowEventHandlersList, ...) + func NewDialogflowCxFlowEventHandlersOutputReference_Override(d DialogflowCxFlowEventHandlersOutputReference, ...) + func NewDialogflowCxFlowEventHandlersTriggerFulfillmentMessagesList_Override(d DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesList, ...) + func NewDialogflowCxFlowEventHandlersTriggerFulfillmentMessagesOutputReference_Override(d DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesOutputReference, ...) + func NewDialogflowCxFlowEventHandlersTriggerFulfillmentMessagesTextOutputReference_Override(d DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesTextOutputReference, ...) + func NewDialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference_Override(d DialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference, ...) + func NewDialogflowCxFlowNluSettingsOutputReference_Override(d DialogflowCxFlowNluSettingsOutputReference, ...) + func NewDialogflowCxFlowTimeoutsOutputReference_Override(d DialogflowCxFlowTimeoutsOutputReference, ...) + func NewDialogflowCxFlowTransitionRoutesList_Override(d DialogflowCxFlowTransitionRoutesList, ...) + func NewDialogflowCxFlowTransitionRoutesOutputReference_Override(d DialogflowCxFlowTransitionRoutesOutputReference, ...) + func NewDialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesList_Override(d DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesList, ...) + func NewDialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesOutputReference_Override(d DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesOutputReference, ...) + func NewDialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesTextOutputReference_Override(...) + func NewDialogflowCxFlowTransitionRoutesTriggerFulfillmentOutputReference_Override(d DialogflowCxFlowTransitionRoutesTriggerFulfillmentOutputReference, ...) + func NewDialogflowCxFlow_Override(d DialogflowCxFlow, scope constructs.Construct, id *string, ...) + type DialogflowCxFlow interface + AddOverride func(path *string, value interface{}) + CdktfStack func() cdktf.TerraformStack + Connection func() interface{} + ConstructNodeMetadata func() *map[string]interface{} + Count func() *float64 + DependsOn func() *[]*string + Description func() *string + DescriptionInput func() *string + DisplayName func() *string + DisplayNameInput func() *string + EventHandlers func() DialogflowCxFlowEventHandlersList + EventHandlersInput func() interface{} + ForEach func() cdktf.ITerraformIterator + Fqn func() *string + FriendlyUniqueId func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + Id func() *string + IdInput func() *string + InterpolationForAttribute func(terraformAttribute *string) cdktf.IResolvable + LanguageCode func() *string + LanguageCodeInput func() *string + Lifecycle func() *cdktf.TerraformResourceLifecycle + Name func() *string + NluSettings func() DialogflowCxFlowNluSettingsOutputReference + NluSettingsInput func() *DialogflowCxFlowNluSettings + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + Parent func() *string + ParentInput func() *string + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + PutEventHandlers func(value interface{}) + PutNluSettings func(value *DialogflowCxFlowNluSettings) + PutTimeouts func(value *DialogflowCxFlowTimeouts) + PutTransitionRoutes func(value interface{}) + RawOverrides func() interface{} + ResetDescription func() + ResetEventHandlers func() + ResetId func() + ResetLanguageCode func() + ResetNluSettings func() + ResetOverrideLogicalId func() + ResetParent func() + ResetTimeouts func() + ResetTransitionRouteGroups func() + ResetTransitionRoutes func() + SetConnection func(val interface{}) + SetCount func(val *float64) + SetDependsOn func(val *[]*string) + SetDescription func(val *string) + SetDisplayName func(val *string) + SetForEach func(val cdktf.ITerraformIterator) + SetId func(val *string) + SetLanguageCode func(val *string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetParent func(val *string) + SetProvider func(val cdktf.TerraformProvider) + SetProvisioners func(val *[]interface{}) + SetTransitionRouteGroups func(val *[]*string) + SynthesizeAttributes func() *map[string]interface{} + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + Timeouts func() DialogflowCxFlowTimeoutsOutputReference + TimeoutsInput func() interface{} + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + TransitionRouteGroups func() *[]*string + TransitionRouteGroupsInput func() *[]*string + TransitionRoutes func() DialogflowCxFlowTransitionRoutesList + TransitionRoutesInput func() interface{} + func NewDialogflowCxFlow(scope constructs.Construct, id *string, config *DialogflowCxFlowConfig) DialogflowCxFlow + type DialogflowCxFlowConfig struct + Connection interface{} + Count *float64 + DependsOn *[]cdktf.ITerraformDependable + Description *string + DisplayName *string + EventHandlers interface{} + ForEach cdktf.ITerraformIterator + Id *string + LanguageCode *string + Lifecycle *cdktf.TerraformResourceLifecycle + NluSettings *DialogflowCxFlowNluSettings + Parent *string + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + Timeouts *DialogflowCxFlowTimeouts + TransitionRouteGroups *[]*string + TransitionRoutes interface{} + type DialogflowCxFlowEventHandlers struct + Event *string + TargetFlow *string + TargetPage *string + TriggerFulfillment *DialogflowCxFlowEventHandlersTriggerFulfillment + type DialogflowCxFlowEventHandlersList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) DialogflowCxFlowEventHandlersOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewDialogflowCxFlowEventHandlersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) DialogflowCxFlowEventHandlersList + type DialogflowCxFlowEventHandlersOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Event func() *string + EventInput func() *string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Name func() *string + PutTriggerFulfillment func(value *DialogflowCxFlowEventHandlersTriggerFulfillment) + ResetEvent func() + ResetTargetFlow func() + ResetTargetPage func() + ResetTriggerFulfillment func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetEvent func(val *string) + SetInternalValue func(val interface{}) + SetTargetFlow func(val *string) + SetTargetPage func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TargetFlow func() *string + TargetFlowInput func() *string + TargetPage func() *string + TargetPageInput func() *string + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + TriggerFulfillment func() DialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference + TriggerFulfillmentInput func() *DialogflowCxFlowEventHandlersTriggerFulfillment + func NewDialogflowCxFlowEventHandlersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) DialogflowCxFlowEventHandlersOutputReference + type DialogflowCxFlowEventHandlersTriggerFulfillment struct + Messages interface{} + ReturnPartialResponses interface{} + Tag *string + Webhook *string + type DialogflowCxFlowEventHandlersTriggerFulfillmentMessages struct + Text *DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesText + type DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewDialogflowCxFlowEventHandlersTriggerFulfillmentMessagesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesList + type DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + PutText func(value *DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesText) + ResetText func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + Text func() DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesTextOutputReference + TextInput func() *DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesText + ToString func() *string + func NewDialogflowCxFlowEventHandlersTriggerFulfillmentMessagesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesOutputReference + type DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesText struct + Text *[]*string + type DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesTextOutputReference interface + AllowPlaybackInterruption func() cdktf.IResolvable + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesText + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + ResetText func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesText) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetText func(val *[]*string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + Text func() *[]*string + TextInput func() *[]*string + ToString func() *string + func NewDialogflowCxFlowEventHandlersTriggerFulfillmentMessagesTextOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesTextOutputReference + type DialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *DialogflowCxFlowEventHandlersTriggerFulfillment + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Messages func() DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesList + MessagesInput func() interface{} + PutMessages func(value interface{}) + ResetMessages func() + ResetReturnPartialResponses func() + ResetTag func() + ResetWebhook func() + Resolve func(_context cdktf.IResolveContext) interface{} + ReturnPartialResponses func() interface{} + ReturnPartialResponsesInput func() interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *DialogflowCxFlowEventHandlersTriggerFulfillment) + SetReturnPartialResponses func(val interface{}) + SetTag func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWebhook func(val *string) + Tag func() *string + TagInput func() *string + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Webhook func() *string + WebhookInput func() *string + func NewDialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DialogflowCxFlowEventHandlersTriggerFulfillmentOutputReference + type DialogflowCxFlowNluSettings struct + ClassificationThreshold *float64 + ModelTrainingMode *string + ModelType *string + type DialogflowCxFlowNluSettingsOutputReference interface + ClassificationThreshold func() *float64 + ClassificationThresholdInput func() *float64 + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *DialogflowCxFlowNluSettings + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + ModelTrainingMode func() *string + ModelTrainingModeInput func() *string + ModelType func() *string + ModelTypeInput func() *string + ResetClassificationThreshold func() + ResetModelTrainingMode func() + ResetModelType func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetClassificationThreshold func(val *float64) + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *DialogflowCxFlowNluSettings) + SetModelTrainingMode func(val *string) + SetModelType func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewDialogflowCxFlowNluSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DialogflowCxFlowNluSettingsOutputReference + type DialogflowCxFlowTimeouts struct + Create *string + Delete *string + Update *string + type DialogflowCxFlowTimeoutsOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + Create func() *string + CreateInput func() *string + CreationStack func() *[]*string + Delete func() *string + DeleteInput func() *string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + ResetCreate func() + ResetDelete func() + ResetUpdate func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetCreate func(val *string) + SetDelete func(val *string) + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetUpdate func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Update func() *string + UpdateInput func() *string + func NewDialogflowCxFlowTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DialogflowCxFlowTimeoutsOutputReference + type DialogflowCxFlowTransitionRoutes struct + Condition *string + Intent *string + TargetFlow *string + TargetPage *string + TriggerFulfillment *DialogflowCxFlowTransitionRoutesTriggerFulfillment + type DialogflowCxFlowTransitionRoutesList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) DialogflowCxFlowTransitionRoutesOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewDialogflowCxFlowTransitionRoutesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) DialogflowCxFlowTransitionRoutesList + type DialogflowCxFlowTransitionRoutesOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + Condition func() *string + ConditionInput func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + Intent func() *string + IntentInput func() *string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Name func() *string + PutTriggerFulfillment func(value *DialogflowCxFlowTransitionRoutesTriggerFulfillment) + ResetCondition func() + ResetIntent func() + ResetTargetFlow func() + ResetTargetPage func() + ResetTriggerFulfillment func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetCondition func(val *string) + SetIntent func(val *string) + SetInternalValue func(val interface{}) + SetTargetFlow func(val *string) + SetTargetPage func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TargetFlow func() *string + TargetFlowInput func() *string + TargetPage func() *string + TargetPageInput func() *string + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + TriggerFulfillment func() DialogflowCxFlowTransitionRoutesTriggerFulfillmentOutputReference + TriggerFulfillmentInput func() *DialogflowCxFlowTransitionRoutesTriggerFulfillment + func NewDialogflowCxFlowTransitionRoutesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) DialogflowCxFlowTransitionRoutesOutputReference + type DialogflowCxFlowTransitionRoutesTriggerFulfillment struct + Messages interface{} + ReturnPartialResponses interface{} + Tag *string + Webhook *string + type DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessages struct + Text *DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesText + type DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewDialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesList + type DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + PutText func(value *DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesText) + ResetText func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + Text func() DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesTextOutputReference + TextInput func() *DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesText + ToString func() *string + func NewDialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesOutputReference + type DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesText struct + Text *[]*string + type DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesTextOutputReference interface + AllowPlaybackInterruption func() cdktf.IResolvable + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesText + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + ResetText func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesText) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetText func(val *[]*string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + Text func() *[]*string + TextInput func() *[]*string + ToString func() *string + func NewDialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesTextOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesTextOutputReference + type DialogflowCxFlowTransitionRoutesTriggerFulfillmentOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *DialogflowCxFlowTransitionRoutesTriggerFulfillment + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Messages func() DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesList + MessagesInput func() interface{} + PutMessages func(value interface{}) + ResetMessages func() + ResetReturnPartialResponses func() + ResetTag func() + ResetWebhook func() + Resolve func(_context cdktf.IResolveContext) interface{} + ReturnPartialResponses func() interface{} + ReturnPartialResponsesInput func() interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *DialogflowCxFlowTransitionRoutesTriggerFulfillment) + SetReturnPartialResponses func(val interface{}) + SetTag func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWebhook func(val *string) + Tag func() *string + TagInput func() *string + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Webhook func() *string + WebhookInput func() *string + func NewDialogflowCxFlowTransitionRoutesTriggerFulfillmentOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DialogflowCxFlowTransitionRoutesTriggerFulfillmentOutputReference Other modules containing this package github.com/cdktf/cdktf-provider-google-go/google/v10 github.com/cdktf/cdktf-provider-google-go/google/v11 github.com/cdktf/cdktf-provider-google-go/google/v12 github.com/cdktf/cdktf-provider-google-go/google/v13 github.com/cdktf/cdktf-provider-google-go/google/v14 github.com/cdktf/cdktf-provider-google-go/google/v3 github.com/cdktf/cdktf-provider-google-go/google/v4 github.com/cdktf/cdktf-provider-google-go/google/v5 github.com/cdktf/cdktf-provider-google-go/google/v7 github.com/cdktf/cdktf-provider-google-go/google/v8 github.com/cdktf/cdktf-provider-google-go/google/v9