VaporShell.Lex.psd1

@{
  ProcessorArchitecture = 'None'
  FormatsToProcess = @()
  Author = 'Nate Ferrell'
  VariablesToExport = '*'
  Description = 'Service-specific module for AWS CloudFormation for service:'
  RootModule = 'VaporShell.Lex.psm1'
  PrivateData = @{
    PSData = @{
      Prerelease = 'beta20220302r1'
      LicenseUri = 'https://github.com/SCRT-HQ/VaporShell/blob/master/LICENSE'
      IconUri = 'https://spotinst.com/app/themes/spotinst-theme/dist/images/features/elastigroup/intro/icons/cloudformation.svg'
      Tags = @('AWS','CloudFormation','CFN','DevOps','Automation','JSON','YAML','IaC','InfrastructureAsCode','PSEdition_Core','PSEdition_Desktop','Windows','Mac','Linux')
      ProjectUri = 'https://github.com/SCRT-HQ/VaporShell'
    }
  }
  AliasesToExport = '*'
  RequiredModules = @('VaporShell')
  FileList = @()
  Copyright = '(c) SCRT HQ 2020 . All rights reserved.'
  DotNetFrameworkVersion = '4.7.2'
  CmdletsToExport = @()
  ScriptsToProcess = @('VaporShell.Lex.Classes.ps1')
  GUID = 'a3a20b3a-72bd-423d-b170-0bd5eb17eb4a'
  FunctionsToExport = @('Add-VSLexBotAliasAudioLogDestination','Add-VSLexBotAliasAudioLogSetting','Add-VSLexBotAliasBotAliasLocaleSettings','Add-VSLexBotAliasBotAliasLocaleSettingsItem','Add-VSLexBotAliasCloudWatchLogGroupLogDestination','Add-VSLexBotAliasCodeHookSpecification','Add-VSLexBotAliasConversationLogSettings','Add-VSLexBotAliasLambdaCodeHook','Add-VSLexBotAliasS3BucketLogDestination','Add-VSLexBotAliasTextLogDestination','Add-VSLexBotAliasTextLogSetting','Add-VSLexBotBotLocale','Add-VSLexBotButton','Add-VSLexBotCustomPayload','Add-VSLexBotDialogCodeHookSetting','Add-VSLexBotExternalSourceSetting','Add-VSLexBotFulfillmentCodeHookSetting','Add-VSLexBotFulfillmentStartResponseSpecification','Add-VSLexBotFulfillmentUpdateResponseSpecification','Add-VSLexBotFulfillmentUpdatesSpecification','Add-VSLexBotGrammarSlotTypeSetting','Add-VSLexBotGrammarSlotTypeSource','Add-VSLexBotImageResponseCard','Add-VSLexBotInputContext','Add-VSLexBotIntent','Add-VSLexBotIntentClosingSetting','Add-VSLexBotIntentConfirmationSetting','Add-VSLexBotKendraConfiguration','Add-VSLexBotMessage','Add-VSLexBotMessageGroup','Add-VSLexBotMultipleValuesSetting','Add-VSLexBotObfuscationSetting','Add-VSLexBotOutputContext','Add-VSLexBotPlainTextMessage','Add-VSLexBotPostFulfillmentStatusSpecification','Add-VSLexBotPromptSpecification','Add-VSLexBotResponseSpecification','Add-VSLexBotS3Location','Add-VSLexBotSampleUtterance','Add-VSLexBotSampleValue','Add-VSLexBotSlot','Add-VSLexBotSlotDefaultValue','Add-VSLexBotSlotDefaultValueSpecification','Add-VSLexBotSlotPriority','Add-VSLexBotSlotType','Add-VSLexBotSlotTypeValue','Add-VSLexBotSlotValueElicitationSetting','Add-VSLexBotSlotValueRegexFilter','Add-VSLexBotSlotValueSelectionSetting','Add-VSLexBotSSMLMessage','Add-VSLexBotStillWaitingResponseSpecification','Add-VSLexBotVersionBotVersionLocaleDetails','Add-VSLexBotVersionBotVersionLocaleSpecification','Add-VSLexBotVoiceSettings','Add-VSLexBotWaitAndContinueSpecification','Add-VSLexResourcePolicyPolicy','New-VSLexBot','New-VSLexBotAlias','New-VSLexBotVersion','New-VSLexResourcePolicy')
  PowerShellVersion = '5.1'
  TypesToProcess = @()
  ModuleVersion = '3.0.0'
  CompanyName = 'SCRT HQ'
  RequiredAssemblies = @()
}