| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Lex.Bot.SlotProperty
Documentation
data SessionAttributeProperty Source #
Constructors
| SessionAttributeProperty | |
Fields | |
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 ConditionalBranchProperty Source #
Constructors
| ConditionalBranchProperty | |
Fields | |
Instances
| ToJSON ConditionalBranchProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalBranchProperty Methods toJSON :: ConditionalBranchProperty -> Value # toEncoding :: ConditionalBranchProperty -> Encoding # toJSONList :: [ConditionalBranchProperty] -> Value # | |||||
| Show ConditionalBranchProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalBranchProperty Methods showsPrec :: Int -> ConditionalBranchProperty -> ShowS # show :: ConditionalBranchProperty -> String # showList :: [ConditionalBranchProperty] -> ShowS # | |||||
| Eq ConditionalBranchProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalBranchProperty Methods (==) :: ConditionalBranchProperty -> ConditionalBranchProperty -> Bool # (/=) :: ConditionalBranchProperty -> ConditionalBranchProperty -> Bool # | |||||
| ToResourceProperties ConditionalBranchProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalBranchProperty Methods toResourceProperties :: ConditionalBranchProperty -> ResourceProperties # | |||||
| Property "Condition" ConditionalBranchProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalBranchProperty Associated Types
Methods set :: PropertyType "Condition" ConditionalBranchProperty -> ConditionalBranchProperty -> ConditionalBranchProperty # | |||||
| Property "Name" ConditionalBranchProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalBranchProperty Associated Types
Methods set :: PropertyType "Name" ConditionalBranchProperty -> ConditionalBranchProperty -> ConditionalBranchProperty # | |||||
| Property "NextStep" ConditionalBranchProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalBranchProperty Associated Types
Methods set :: PropertyType "NextStep" ConditionalBranchProperty -> ConditionalBranchProperty -> ConditionalBranchProperty # | |||||
| Property "Response" ConditionalBranchProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalBranchProperty Associated Types
Methods set :: PropertyType "Response" ConditionalBranchProperty -> ConditionalBranchProperty -> ConditionalBranchProperty # | |||||
| type PropertyType "Condition" ConditionalBranchProperty Source # | |||||
| type PropertyType "Name" ConditionalBranchProperty Source # | |||||
| type PropertyType "NextStep" ConditionalBranchProperty Source # | |||||
| type PropertyType "Response" ConditionalBranchProperty Source # | |||||
data ConditionProperty Source #
Constructors
| ConditionProperty | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-condition.html |
Instances
| ToJSON ConditionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionProperty Methods toJSON :: ConditionProperty -> Value # toEncoding :: ConditionProperty -> Encoding # toJSONList :: [ConditionProperty] -> Value # toEncodingList :: [ConditionProperty] -> Encoding # omitField :: ConditionProperty -> Bool # | |||||
| Show ConditionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionProperty Methods showsPrec :: Int -> ConditionProperty -> ShowS # show :: ConditionProperty -> String # showList :: [ConditionProperty] -> ShowS # | |||||
| Eq ConditionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionProperty Methods (==) :: ConditionProperty -> ConditionProperty -> Bool # (/=) :: ConditionProperty -> ConditionProperty -> Bool # | |||||
| ToResourceProperties ConditionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionProperty Methods toResourceProperties :: ConditionProperty -> ResourceProperties # | |||||
| Property "ExpressionString" ConditionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionProperty Associated Types
Methods set :: PropertyType "ExpressionString" ConditionProperty -> ConditionProperty -> ConditionProperty # | |||||
| type PropertyType "ExpressionString" ConditionProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionProperty | |||||
data DialogStateProperty Source #
Constructors
| DialogStateProperty | |
Fields | |
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 ConditionalSpecificationProperty Source #
Constructors
| ConditionalSpecificationProperty | |
Fields | |
Instances
| ToJSON ConditionalSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalSpecificationProperty | |||||
| Show ConditionalSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalSpecificationProperty Methods showsPrec :: Int -> ConditionalSpecificationProperty -> ShowS # | |||||
| Eq ConditionalSpecificationProperty Source # | |||||
| ToResourceProperties ConditionalSpecificationProperty Source # | |||||
| Property "ConditionalBranches" ConditionalSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalSpecificationProperty Associated Types
Methods set :: PropertyType "ConditionalBranches" ConditionalSpecificationProperty -> ConditionalSpecificationProperty -> ConditionalSpecificationProperty # | |||||
| Property "DefaultBranch" ConditionalSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalSpecificationProperty Associated Types
Methods set :: PropertyType "DefaultBranch" ConditionalSpecificationProperty -> ConditionalSpecificationProperty -> ConditionalSpecificationProperty # | |||||
| Property "IsActive" ConditionalSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalSpecificationProperty Associated Types
Methods set :: PropertyType "IsActive" ConditionalSpecificationProperty -> ConditionalSpecificationProperty -> ConditionalSpecificationProperty # | |||||
| type PropertyType "ConditionalBranches" ConditionalSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalSpecificationProperty type PropertyType "ConditionalBranches" ConditionalSpecificationProperty = [ConditionalBranchProperty] | |||||
| type PropertyType "DefaultBranch" ConditionalSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ConditionalSpecificationProperty type PropertyType "DefaultBranch" ConditionalSpecificationProperty = DefaultConditionalBranchProperty | |||||
| type PropertyType "IsActive" ConditionalSpecificationProperty Source # | |||||
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 # | |||||
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 DialogCodeHookInvocationSettingProperty Source #
Constructors
| DialogCodeHookInvocationSettingProperty | |
Fields | |
Instances
| ToJSON DialogCodeHookInvocationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogCodeHookInvocationSettingProperty Methods toJSON :: DialogCodeHookInvocationSettingProperty -> Value # toEncoding :: DialogCodeHookInvocationSettingProperty -> Encoding # toJSONList :: [DialogCodeHookInvocationSettingProperty] -> Value # toEncodingList :: [DialogCodeHookInvocationSettingProperty] -> Encoding # omitField :: DialogCodeHookInvocationSettingProperty -> Bool # | |||||
| Show DialogCodeHookInvocationSettingProperty Source # | |||||
| Eq DialogCodeHookInvocationSettingProperty Source # | |||||
| ToResourceProperties DialogCodeHookInvocationSettingProperty Source # | |||||
| Property "EnableCodeHookInvocation" DialogCodeHookInvocationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogCodeHookInvocationSettingProperty Associated Types
Methods set :: PropertyType "EnableCodeHookInvocation" DialogCodeHookInvocationSettingProperty -> DialogCodeHookInvocationSettingProperty -> DialogCodeHookInvocationSettingProperty # | |||||
| Property "InvocationLabel" DialogCodeHookInvocationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogCodeHookInvocationSettingProperty Associated Types
Methods set :: PropertyType "InvocationLabel" DialogCodeHookInvocationSettingProperty -> DialogCodeHookInvocationSettingProperty -> DialogCodeHookInvocationSettingProperty # | |||||
| Property "IsActive" DialogCodeHookInvocationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogCodeHookInvocationSettingProperty Associated Types
| |||||
| Property "PostCodeHookSpecification" DialogCodeHookInvocationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogCodeHookInvocationSettingProperty Associated Types
Methods set :: PropertyType "PostCodeHookSpecification" DialogCodeHookInvocationSettingProperty -> DialogCodeHookInvocationSettingProperty -> DialogCodeHookInvocationSettingProperty # | |||||
| type PropertyType "EnableCodeHookInvocation" DialogCodeHookInvocationSettingProperty Source # | |||||
| type PropertyType "InvocationLabel" DialogCodeHookInvocationSettingProperty Source # | |||||
| type PropertyType "IsActive" DialogCodeHookInvocationSettingProperty Source # | |||||
| type PropertyType "PostCodeHookSpecification" DialogCodeHookInvocationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DialogCodeHookInvocationSettingProperty type PropertyType "PostCodeHookSpecification" DialogCodeHookInvocationSettingProperty = PostDialogCodeHookInvocationSpecificationProperty | |||||
data PostDialogCodeHookInvocationSpecificationProperty Source #
Constructors
| PostDialogCodeHookInvocationSpecificationProperty | |
Fields
| |
Instances
| ToJSON PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty Methods toJSON :: PostDialogCodeHookInvocationSpecificationProperty -> Value # toEncoding :: PostDialogCodeHookInvocationSpecificationProperty -> Encoding # toJSONList :: [PostDialogCodeHookInvocationSpecificationProperty] -> Value # toEncodingList :: [PostDialogCodeHookInvocationSpecificationProperty] -> Encoding # omitField :: PostDialogCodeHookInvocationSpecificationProperty -> Bool # | |||||
| Show PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
| Eq PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
| ToResourceProperties PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
| Property "FailureConditional" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty Associated Types
Methods set :: PropertyType "FailureConditional" PostDialogCodeHookInvocationSpecificationProperty -> PostDialogCodeHookInvocationSpecificationProperty -> PostDialogCodeHookInvocationSpecificationProperty # | |||||
| Property "FailureNextStep" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty Associated Types
| |||||
| Property "FailureResponse" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty Associated Types
| |||||
| Property "SuccessConditional" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty Associated Types
Methods set :: PropertyType "SuccessConditional" PostDialogCodeHookInvocationSpecificationProperty -> PostDialogCodeHookInvocationSpecificationProperty -> PostDialogCodeHookInvocationSpecificationProperty # | |||||
| Property "SuccessNextStep" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty Associated Types
| |||||
| Property "SuccessResponse" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty Associated Types
| |||||
| Property "TimeoutConditional" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty Associated Types
Methods set :: PropertyType "TimeoutConditional" PostDialogCodeHookInvocationSpecificationProperty -> PostDialogCodeHookInvocationSpecificationProperty -> PostDialogCodeHookInvocationSpecificationProperty # | |||||
| Property "TimeoutNextStep" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty Associated Types
| |||||
| Property "TimeoutResponse" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty Associated Types
| |||||
| type PropertyType "FailureConditional" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty type PropertyType "FailureConditional" PostDialogCodeHookInvocationSpecificationProperty = ConditionalSpecificationProperty | |||||
| type PropertyType "FailureNextStep" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty type PropertyType "FailureNextStep" PostDialogCodeHookInvocationSpecificationProperty = DialogStateProperty | |||||
| type PropertyType "FailureResponse" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
| type PropertyType "SuccessConditional" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty type PropertyType "SuccessConditional" PostDialogCodeHookInvocationSpecificationProperty = ConditionalSpecificationProperty | |||||
| type PropertyType "SuccessNextStep" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty type PropertyType "SuccessNextStep" PostDialogCodeHookInvocationSpecificationProperty = DialogStateProperty | |||||
| type PropertyType "SuccessResponse" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
| type PropertyType "TimeoutConditional" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty type PropertyType "TimeoutConditional" PostDialogCodeHookInvocationSpecificationProperty = ConditionalSpecificationProperty | |||||
| type PropertyType "TimeoutNextStep" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PostDialogCodeHookInvocationSpecificationProperty type PropertyType "TimeoutNextStep" PostDialogCodeHookInvocationSpecificationProperty = DialogStateProperty | |||||
| type PropertyType "TimeoutResponse" PostDialogCodeHookInvocationSpecificationProperty Source # | |||||
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 ElicitationCodeHookInvocationSettingProperty Source #
Constructors
| ElicitationCodeHookInvocationSettingProperty | |
Fields | |
Instances
| ToJSON ElicitationCodeHookInvocationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ElicitationCodeHookInvocationSettingProperty Methods toJSON :: ElicitationCodeHookInvocationSettingProperty -> Value # toEncoding :: ElicitationCodeHookInvocationSettingProperty -> Encoding # toJSONList :: [ElicitationCodeHookInvocationSettingProperty] -> Value # toEncodingList :: [ElicitationCodeHookInvocationSettingProperty] -> Encoding # omitField :: ElicitationCodeHookInvocationSettingProperty -> Bool # | |||||
| Show ElicitationCodeHookInvocationSettingProperty Source # | |||||
| Eq ElicitationCodeHookInvocationSettingProperty Source # | |||||
| ToResourceProperties ElicitationCodeHookInvocationSettingProperty Source # | |||||
| Property "EnableCodeHookInvocation" ElicitationCodeHookInvocationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ElicitationCodeHookInvocationSettingProperty Associated Types
Methods set :: PropertyType "EnableCodeHookInvocation" ElicitationCodeHookInvocationSettingProperty -> ElicitationCodeHookInvocationSettingProperty -> ElicitationCodeHookInvocationSettingProperty # | |||||
| Property "InvocationLabel" ElicitationCodeHookInvocationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ElicitationCodeHookInvocationSettingProperty Associated Types
Methods set :: PropertyType "InvocationLabel" ElicitationCodeHookInvocationSettingProperty -> ElicitationCodeHookInvocationSettingProperty -> ElicitationCodeHookInvocationSettingProperty # | |||||
| type PropertyType "EnableCodeHookInvocation" ElicitationCodeHookInvocationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ElicitationCodeHookInvocationSettingProperty type PropertyType "EnableCodeHookInvocation" ElicitationCodeHookInvocationSettingProperty = Value Bool | |||||
| type PropertyType "InvocationLabel" ElicitationCodeHookInvocationSettingProperty Source # | |||||
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 SlotCaptureSettingProperty Source #
Constructors
| SlotCaptureSettingProperty | |
Fields
| |
Instances
| ToJSON SlotCaptureSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty Methods toJSON :: SlotCaptureSettingProperty -> Value # toEncoding :: SlotCaptureSettingProperty -> Encoding # toJSONList :: [SlotCaptureSettingProperty] -> Value # toEncodingList :: [SlotCaptureSettingProperty] -> Encoding # | |||||
| Show SlotCaptureSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty Methods showsPrec :: Int -> SlotCaptureSettingProperty -> ShowS # show :: SlotCaptureSettingProperty -> String # showList :: [SlotCaptureSettingProperty] -> ShowS # | |||||
| Eq SlotCaptureSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty Methods (==) :: SlotCaptureSettingProperty -> SlotCaptureSettingProperty -> Bool # (/=) :: SlotCaptureSettingProperty -> SlotCaptureSettingProperty -> Bool # | |||||
| ToResourceProperties SlotCaptureSettingProperty Source # | |||||
| Property "CaptureConditional" SlotCaptureSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty Associated Types
Methods set :: PropertyType "CaptureConditional" SlotCaptureSettingProperty -> SlotCaptureSettingProperty -> SlotCaptureSettingProperty # | |||||
| Property "CaptureNextStep" SlotCaptureSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty Associated Types
Methods set :: PropertyType "CaptureNextStep" SlotCaptureSettingProperty -> SlotCaptureSettingProperty -> SlotCaptureSettingProperty # | |||||
| Property "CaptureResponse" SlotCaptureSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty Associated Types
Methods set :: PropertyType "CaptureResponse" SlotCaptureSettingProperty -> SlotCaptureSettingProperty -> SlotCaptureSettingProperty # | |||||
| Property "CodeHook" SlotCaptureSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty Associated Types
Methods set :: PropertyType "CodeHook" SlotCaptureSettingProperty -> SlotCaptureSettingProperty -> SlotCaptureSettingProperty # | |||||
| Property "ElicitationCodeHook" SlotCaptureSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty Associated Types
Methods set :: PropertyType "ElicitationCodeHook" SlotCaptureSettingProperty -> SlotCaptureSettingProperty -> SlotCaptureSettingProperty # | |||||
| Property "FailureConditional" SlotCaptureSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty Associated Types
Methods set :: PropertyType "FailureConditional" SlotCaptureSettingProperty -> SlotCaptureSettingProperty -> SlotCaptureSettingProperty # | |||||
| Property "FailureNextStep" SlotCaptureSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty Associated Types
Methods set :: PropertyType "FailureNextStep" SlotCaptureSettingProperty -> SlotCaptureSettingProperty -> SlotCaptureSettingProperty # | |||||
| Property "FailureResponse" SlotCaptureSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty Associated Types
Methods set :: PropertyType "FailureResponse" SlotCaptureSettingProperty -> SlotCaptureSettingProperty -> SlotCaptureSettingProperty # | |||||
| type PropertyType "CaptureConditional" SlotCaptureSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty type PropertyType "CaptureConditional" SlotCaptureSettingProperty = ConditionalSpecificationProperty | |||||
| type PropertyType "CaptureNextStep" SlotCaptureSettingProperty Source # | |||||
| type PropertyType "CaptureResponse" SlotCaptureSettingProperty Source # | |||||
| type PropertyType "CodeHook" SlotCaptureSettingProperty Source # | |||||
| type PropertyType "ElicitationCodeHook" SlotCaptureSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty type PropertyType "ElicitationCodeHook" SlotCaptureSettingProperty = ElicitationCodeHookInvocationSettingProperty | |||||
| type PropertyType "FailureConditional" SlotCaptureSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty type PropertyType "FailureConditional" SlotCaptureSettingProperty = ConditionalSpecificationProperty | |||||
| type PropertyType "FailureNextStep" SlotCaptureSettingProperty Source # | |||||
| type PropertyType "FailureResponse" SlotCaptureSettingProperty Source # | |||||
data SlotValueElicitationSettingProperty Source #
Constructors
| SlotValueElicitationSettingProperty | |
Fields
| |
Instances
| ToJSON SlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty | |||||
| Show SlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty Methods showsPrec :: Int -> SlotValueElicitationSettingProperty -> ShowS # show :: SlotValueElicitationSettingProperty -> String # showList :: [SlotValueElicitationSettingProperty] -> ShowS # | |||||
| Eq SlotValueElicitationSettingProperty Source # | |||||
| ToResourceProperties SlotValueElicitationSettingProperty Source # | |||||
| Property "DefaultValueSpecification" SlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty Associated Types
Methods set :: PropertyType "DefaultValueSpecification" SlotValueElicitationSettingProperty -> SlotValueElicitationSettingProperty -> SlotValueElicitationSettingProperty # | |||||
| Property "PromptSpecification" SlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty Associated Types
Methods set :: PropertyType "PromptSpecification" SlotValueElicitationSettingProperty -> SlotValueElicitationSettingProperty -> SlotValueElicitationSettingProperty # | |||||
| Property "SampleUtterances" SlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty Associated Types
Methods set :: PropertyType "SampleUtterances" SlotValueElicitationSettingProperty -> SlotValueElicitationSettingProperty -> SlotValueElicitationSettingProperty # | |||||
| Property "SlotCaptureSetting" SlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty Associated Types
Methods set :: PropertyType "SlotCaptureSetting" SlotValueElicitationSettingProperty -> SlotValueElicitationSettingProperty -> SlotValueElicitationSettingProperty # | |||||
| Property "SlotConstraint" SlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty Associated Types
Methods set :: PropertyType "SlotConstraint" SlotValueElicitationSettingProperty -> SlotValueElicitationSettingProperty -> SlotValueElicitationSettingProperty # | |||||
| Property "WaitAndContinueSpecification" SlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty Associated Types
Methods set :: PropertyType "WaitAndContinueSpecification" SlotValueElicitationSettingProperty -> SlotValueElicitationSettingProperty -> SlotValueElicitationSettingProperty # | |||||
| type PropertyType "DefaultValueSpecification" SlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty type PropertyType "DefaultValueSpecification" SlotValueElicitationSettingProperty = SlotDefaultValueSpecificationProperty | |||||
| type PropertyType "PromptSpecification" SlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty type PropertyType "PromptSpecification" SlotValueElicitationSettingProperty = PromptSpecificationProperty | |||||
| type PropertyType "SampleUtterances" SlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty type PropertyType "SampleUtterances" SlotValueElicitationSettingProperty = [SampleUtteranceProperty] | |||||
| type PropertyType "SlotCaptureSetting" SlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty type PropertyType "SlotCaptureSetting" SlotValueElicitationSettingProperty = SlotCaptureSettingProperty | |||||
| type PropertyType "SlotConstraint" SlotValueElicitationSettingProperty Source # | |||||
| type PropertyType "WaitAndContinueSpecification" SlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty type PropertyType "WaitAndContinueSpecification" SlotValueElicitationSettingProperty = WaitAndContinueSpecificationProperty | |||||
data SlotValueProperty Source #
Constructors
| SlotValueProperty | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalue.html |
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 | |||||
mkConditionalBranchProperty :: ConditionProperty -> Value Text -> DialogStateProperty -> ConditionalBranchProperty Source #
mkConditionalSpecificationProperty :: [ConditionalBranchProperty] -> DefaultConditionalBranchProperty -> Value Bool -> ConditionalSpecificationProperty Source #
mkDialogCodeHookInvocationSettingProperty :: Value Bool -> Value Bool -> PostDialogCodeHookInvocationSpecificationProperty -> DialogCodeHookInvocationSettingProperty Source #
mkElicitationCodeHookInvocationSettingProperty :: Value Bool -> ElicitationCodeHookInvocationSettingProperty Source #
mkPostDialogCodeHookInvocationSpecificationProperty :: PostDialogCodeHookInvocationSpecificationProperty Source #
data SlotProperty Source #
Constructors
| SlotProperty | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slot.html |
Fields
| |
Instances
| ToJSON SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty Methods toJSON :: SlotProperty -> Value # toEncoding :: SlotProperty -> Encoding # toJSONList :: [SlotProperty] -> Value # toEncodingList :: [SlotProperty] -> Encoding # omitField :: SlotProperty -> Bool # | |||||
| Show SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty Methods showsPrec :: Int -> SlotProperty -> ShowS # show :: SlotProperty -> String # showList :: [SlotProperty] -> ShowS # | |||||
| Eq SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty | |||||
| ToResourceProperties SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty Methods toResourceProperties :: SlotProperty -> ResourceProperties # | |||||
| Property "Description" SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty Associated Types
Methods set :: PropertyType "Description" SlotProperty -> SlotProperty -> SlotProperty # | |||||
| Property "MultipleValuesSetting" SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty Associated Types
Methods set :: PropertyType "MultipleValuesSetting" SlotProperty -> SlotProperty -> SlotProperty # | |||||
| Property "Name" SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty Associated Types
Methods set :: PropertyType "Name" SlotProperty -> SlotProperty -> SlotProperty # | |||||
| Property "ObfuscationSetting" SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty Associated Types
Methods set :: PropertyType "ObfuscationSetting" SlotProperty -> SlotProperty -> SlotProperty # | |||||
| Property "SlotTypeName" SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty Associated Types
Methods set :: PropertyType "SlotTypeName" SlotProperty -> SlotProperty -> SlotProperty # | |||||
| Property "SubSlotSetting" SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty Associated Types
Methods set :: PropertyType "SubSlotSetting" SlotProperty -> SlotProperty -> SlotProperty # | |||||
| Property "ValueElicitationSetting" SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty Associated Types
Methods set :: PropertyType "ValueElicitationSetting" SlotProperty -> SlotProperty -> SlotProperty # | |||||
| type PropertyType "Description" SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty | |||||
| type PropertyType "MultipleValuesSetting" SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty | |||||
| type PropertyType "Name" SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty | |||||
| type PropertyType "ObfuscationSetting" SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty | |||||
| type PropertyType "SlotTypeName" SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty | |||||
| type PropertyType "SubSlotSetting" SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty | |||||
| type PropertyType "ValueElicitationSetting" SlotProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotProperty | |||||