| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Lex.Bot.DefaultConditionalBranchProperty
Documentation
data SessionAttributeProperty Source #
Constructors
| SessionAttributeProperty | |
Instances
data SlotValueOverrideProperty Source #
Constructors
| SlotValueOverrideProperty | |
Fields
| |
Instances
| ToJSON SlotValueOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueOverrideProperty Methods toJSON :: SlotValueOverrideProperty -> Value # toEncoding :: SlotValueOverrideProperty -> Encoding # toJSONList :: [SlotValueOverrideProperty] -> Value # | |||||
| Show SlotValueOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueOverrideProperty Methods showsPrec :: Int -> SlotValueOverrideProperty -> ShowS # show :: SlotValueOverrideProperty -> String # showList :: [SlotValueOverrideProperty] -> ShowS # | |||||
| Eq SlotValueOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueOverrideProperty Methods (==) :: SlotValueOverrideProperty -> SlotValueOverrideProperty -> Bool # (/=) :: SlotValueOverrideProperty -> SlotValueOverrideProperty -> Bool # | |||||
| ToResourceProperties SlotValueOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueOverrideProperty Methods toResourceProperties :: SlotValueOverrideProperty -> ResourceProperties # | |||||
| Property "Shape" SlotValueOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueOverrideProperty Associated Types
Methods set :: PropertyType "Shape" SlotValueOverrideProperty -> SlotValueOverrideProperty -> SlotValueOverrideProperty # | |||||
| Property "Value" SlotValueOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueOverrideProperty Associated Types
Methods set :: PropertyType "Value" SlotValueOverrideProperty -> SlotValueOverrideProperty -> SlotValueOverrideProperty # | |||||
| Property "Values" SlotValueOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueOverrideProperty Associated Types
Methods set :: PropertyType "Values" SlotValueOverrideProperty -> SlotValueOverrideProperty -> SlotValueOverrideProperty # | |||||
| type PropertyType "Shape" SlotValueOverrideProperty Source # | |||||
| type PropertyType "Value" SlotValueOverrideProperty Source # | |||||
| type PropertyType "Values" SlotValueOverrideProperty Source # | |||||
data DialogStateProperty Source #
Constructors
| DialogStateProperty | |
Instances
| ToJSON DialogStateProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogStateProperty Methods toJSON :: DialogStateProperty -> Value # toEncoding :: DialogStateProperty -> Encoding # toJSONList :: [DialogStateProperty] -> Value # toEncodingList :: [DialogStateProperty] -> Encoding # omitField :: DialogStateProperty -> Bool # | |||||
| Show DialogStateProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogStateProperty Methods showsPrec :: Int -> DialogStateProperty -> ShowS # show :: DialogStateProperty -> String # showList :: [DialogStateProperty] -> ShowS # | |||||
| Eq DialogStateProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogStateProperty Methods (==) :: DialogStateProperty -> DialogStateProperty -> Bool # (/=) :: DialogStateProperty -> DialogStateProperty -> Bool # | |||||
| ToResourceProperties DialogStateProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogStateProperty Methods toResourceProperties :: DialogStateProperty -> ResourceProperties # | |||||
| Property "DialogAction" DialogStateProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogStateProperty Associated Types
Methods set :: PropertyType "DialogAction" DialogStateProperty -> DialogStateProperty -> DialogStateProperty # | |||||
| Property "Intent" DialogStateProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogStateProperty Associated Types
Methods set :: PropertyType "Intent" DialogStateProperty -> DialogStateProperty -> DialogStateProperty # | |||||
| Property "SessionAttributes" DialogStateProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogStateProperty Associated Types
Methods set :: PropertyType "SessionAttributes" DialogStateProperty -> DialogStateProperty -> DialogStateProperty # | |||||
| type PropertyType "DialogAction" DialogStateProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogStateProperty | |||||
| type PropertyType "Intent" DialogStateProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogStateProperty | |||||
| type PropertyType "SessionAttributes" DialogStateProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogStateProperty | |||||
data DialogActionProperty Source #
Constructors
| DialogActionProperty | |
Fields
| |
Instances
| ToJSON DialogActionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogActionProperty Methods toJSON :: DialogActionProperty -> Value # toEncoding :: DialogActionProperty -> Encoding # toJSONList :: [DialogActionProperty] -> Value # toEncodingList :: [DialogActionProperty] -> Encoding # omitField :: DialogActionProperty -> Bool # | |||||
| Show DialogActionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogActionProperty Methods showsPrec :: Int -> DialogActionProperty -> ShowS # show :: DialogActionProperty -> String # showList :: [DialogActionProperty] -> ShowS # | |||||
| Eq DialogActionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogActionProperty Methods (==) :: DialogActionProperty -> DialogActionProperty -> Bool # (/=) :: DialogActionProperty -> DialogActionProperty -> Bool # | |||||
| ToResourceProperties DialogActionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogActionProperty Methods toResourceProperties :: DialogActionProperty -> ResourceProperties # | |||||
| Property "SlotToElicit" DialogActionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogActionProperty Associated Types
Methods set :: PropertyType "SlotToElicit" DialogActionProperty -> DialogActionProperty -> DialogActionProperty # | |||||
| Property "SuppressNextMessage" DialogActionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogActionProperty Associated Types
Methods set :: PropertyType "SuppressNextMessage" DialogActionProperty -> DialogActionProperty -> DialogActionProperty # | |||||
| Property "Type" DialogActionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogActionProperty Associated Types
Methods set :: PropertyType "Type" DialogActionProperty -> DialogActionProperty -> DialogActionProperty # | |||||
| type PropertyType "SlotToElicit" DialogActionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogActionProperty | |||||
| type PropertyType "SuppressNextMessage" DialogActionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogActionProperty | |||||
| type PropertyType "Type" DialogActionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogActionProperty | |||||
data IntentOverrideProperty Source #
Constructors
| IntentOverrideProperty | |
Fields
| |
Instances
| ToJSON IntentOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.IntentOverrideProperty Methods toJSON :: IntentOverrideProperty -> Value # toEncoding :: IntentOverrideProperty -> Encoding # toJSONList :: [IntentOverrideProperty] -> Value # toEncodingList :: [IntentOverrideProperty] -> Encoding # omitField :: IntentOverrideProperty -> Bool # | |||||
| Show IntentOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.IntentOverrideProperty Methods showsPrec :: Int -> IntentOverrideProperty -> ShowS # show :: IntentOverrideProperty -> String # showList :: [IntentOverrideProperty] -> ShowS # | |||||
| Eq IntentOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.IntentOverrideProperty Methods (==) :: IntentOverrideProperty -> IntentOverrideProperty -> Bool # (/=) :: IntentOverrideProperty -> IntentOverrideProperty -> Bool # | |||||
| ToResourceProperties IntentOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.IntentOverrideProperty Methods toResourceProperties :: IntentOverrideProperty -> ResourceProperties # | |||||
| Property "Name" IntentOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.IntentOverrideProperty Associated Types
Methods set :: PropertyType "Name" IntentOverrideProperty -> IntentOverrideProperty -> IntentOverrideProperty # | |||||
| Property "Slots" IntentOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.IntentOverrideProperty Associated Types
Methods set :: PropertyType "Slots" IntentOverrideProperty -> IntentOverrideProperty -> IntentOverrideProperty # | |||||
| type PropertyType "Name" IntentOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.IntentOverrideProperty | |||||
| type PropertyType "Slots" IntentOverrideProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.IntentOverrideProperty | |||||
data SlotValueOverrideMapProperty Source #
Constructors
| SlotValueOverrideMapProperty | |
Fields | |
Instances
| ToJSON SlotValueOverrideMapProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueOverrideMapProperty Methods toJSON :: SlotValueOverrideMapProperty -> Value # toEncoding :: SlotValueOverrideMapProperty -> Encoding # toJSONList :: [SlotValueOverrideMapProperty] -> Value # toEncodingList :: [SlotValueOverrideMapProperty] -> Encoding # | |||||
| Show SlotValueOverrideMapProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueOverrideMapProperty Methods showsPrec :: Int -> SlotValueOverrideMapProperty -> ShowS # show :: SlotValueOverrideMapProperty -> String # showList :: [SlotValueOverrideMapProperty] -> ShowS # | |||||
| Eq SlotValueOverrideMapProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueOverrideMapProperty Methods (==) :: SlotValueOverrideMapProperty -> SlotValueOverrideMapProperty -> Bool # (/=) :: SlotValueOverrideMapProperty -> SlotValueOverrideMapProperty -> Bool # | |||||
| ToResourceProperties SlotValueOverrideMapProperty Source # | |||||
| Property "SlotName" SlotValueOverrideMapProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueOverrideMapProperty Associated Types
Methods set :: PropertyType "SlotName" SlotValueOverrideMapProperty -> SlotValueOverrideMapProperty -> SlotValueOverrideMapProperty # | |||||
| Property "SlotValueOverride" SlotValueOverrideMapProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueOverrideMapProperty Associated Types
Methods set :: PropertyType "SlotValueOverride" SlotValueOverrideMapProperty -> SlotValueOverrideMapProperty -> SlotValueOverrideMapProperty # | |||||
| type PropertyType "SlotName" SlotValueOverrideMapProperty Source # | |||||
| type PropertyType "SlotValueOverride" SlotValueOverrideMapProperty Source # | |||||
data SlotValueProperty Source #
Constructors
| SlotValueProperty | |
Fields
| |
Instances
| ToJSON SlotValueProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueProperty Methods toJSON :: SlotValueProperty -> Value # toEncoding :: SlotValueProperty -> Encoding # toJSONList :: [SlotValueProperty] -> Value # toEncodingList :: [SlotValueProperty] -> Encoding # omitField :: SlotValueProperty -> Bool # | |||||
| Show SlotValueProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueProperty Methods showsPrec :: Int -> SlotValueProperty -> ShowS # show :: SlotValueProperty -> String # showList :: [SlotValueProperty] -> ShowS # | |||||
| Eq SlotValueProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueProperty Methods (==) :: SlotValueProperty -> SlotValueProperty -> Bool # (/=) :: SlotValueProperty -> SlotValueProperty -> Bool # | |||||
| ToResourceProperties SlotValueProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueProperty Methods toResourceProperties :: SlotValueProperty -> ResourceProperties # | |||||
| Property "InterpretedValue" SlotValueProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueProperty Associated Types
Methods set :: PropertyType "InterpretedValue" SlotValueProperty -> SlotValueProperty -> SlotValueProperty # | |||||
| type PropertyType "InterpretedValue" SlotValueProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueProperty | |||||
data DefaultConditionalBranchProperty Source #
Constructors
| DefaultConditionalBranchProperty | |
Fields | |
Instances
| ToJSON DefaultConditionalBranchProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DefaultConditionalBranchProperty | |||||
| Show DefaultConditionalBranchProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DefaultConditionalBranchProperty Methods showsPrec :: Int -> DefaultConditionalBranchProperty -> ShowS # | |||||
| Eq DefaultConditionalBranchProperty Source # | |||||
| ToResourceProperties DefaultConditionalBranchProperty Source # | |||||
| Property "NextStep" DefaultConditionalBranchProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DefaultConditionalBranchProperty Associated Types
Methods set :: PropertyType "NextStep" DefaultConditionalBranchProperty -> DefaultConditionalBranchProperty -> DefaultConditionalBranchProperty # | |||||
| Property "Response" DefaultConditionalBranchProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DefaultConditionalBranchProperty Associated Types
Methods set :: PropertyType "Response" DefaultConditionalBranchProperty -> DefaultConditionalBranchProperty -> DefaultConditionalBranchProperty # | |||||
| type PropertyType "NextStep" DefaultConditionalBranchProperty Source # | |||||
| type PropertyType "Response" DefaultConditionalBranchProperty Source # | |||||