stratosphere-lex-1.0.0: Stratosphere integration for AWS Lex.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Lex.BotVersion

Documentation

data BotVersion Source #

Instances

Instances details
ToJSON BotVersion Source # 
Instance details

Defined in Stratosphere.Lex.BotVersion

Show BotVersion Source # 
Instance details

Defined in Stratosphere.Lex.BotVersion

Eq BotVersion Source # 
Instance details

Defined in Stratosphere.Lex.BotVersion

ToResourceProperties BotVersion Source # 
Instance details

Defined in Stratosphere.Lex.BotVersion

Property "BotId" BotVersion Source # 
Instance details

Defined in Stratosphere.Lex.BotVersion

Associated Types

type PropertyType "BotId" BotVersion 
Instance details

Defined in Stratosphere.Lex.BotVersion

Property "BotVersionLocaleSpecification" BotVersion Source # 
Instance details

Defined in Stratosphere.Lex.BotVersion

Associated Types

type PropertyType "BotVersionLocaleSpecification" BotVersion 
Instance details

Defined in Stratosphere.Lex.BotVersion

type PropertyType "BotVersionLocaleSpecification" BotVersion = [BotVersionLocaleSpecificationProperty]

Methods

set :: PropertyType "BotVersionLocaleSpecification" BotVersion -> BotVersion -> BotVersion #

Property "Description" BotVersion Source # 
Instance details

Defined in Stratosphere.Lex.BotVersion

Associated Types

type PropertyType "Description" BotVersion 
Instance details

Defined in Stratosphere.Lex.BotVersion

type PropertyType "Description" BotVersion = Value Text

Methods

set :: PropertyType "Description" BotVersion -> BotVersion -> BotVersion #

type PropertyType "BotId" BotVersion Source # 
Instance details

Defined in Stratosphere.Lex.BotVersion

type PropertyType "BotVersionLocaleSpecification" BotVersion Source # 
Instance details

Defined in Stratosphere.Lex.BotVersion

type PropertyType "BotVersionLocaleSpecification" BotVersion = [BotVersionLocaleSpecificationProperty]
type PropertyType "Description" BotVersion Source # 
Instance details

Defined in Stratosphere.Lex.BotVersion

type PropertyType "Description" BotVersion = Value Text