/dhall-aws-cloudformation/cloudformation/AWS::Lex::Bot/ElicitationCodeHookInvocationSetting.dhall
Copy path to clipboardSource
{ Type =
{ EnableCodeHookInvocation : Bool
, InvocationLabel : Optional (./../../Fn.dhall).CfnText
}
, default.InvocationLabel = None (./../../Fn.dhall).CfnText
}