/dhall-aws-cloudformation/cloudformation/AWS::Lex::BotVersion/Properties.dhall
Copy path to clipboardSource
{ Type =
{ BotId : (./../../Fn.dhall).CfnText
, BotVersionLocaleSpecification :
List (./BotVersionLocaleSpecification.dhall).Type
, Description : Optional (./../../Fn.dhall).CfnText
}
, default.Description = None (./../../Fn.dhall).CfnText
}