| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Lex.Bot.SubSlotSettingProperty
Documentation
data ButtonProperty Source #
Constructors
| ButtonProperty | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-button.html |
Fields | |
Instances
data CustomPayloadProperty Source #
Constructors
| CustomPayloadProperty | |
Instances
| ToJSON CustomPayloadProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.CustomPayloadProperty Methods toJSON :: CustomPayloadProperty -> Value # toEncoding :: CustomPayloadProperty -> Encoding # toJSONList :: [CustomPayloadProperty] -> Value # toEncodingList :: [CustomPayloadProperty] -> Encoding # omitField :: CustomPayloadProperty -> Bool # | |||||
| Show CustomPayloadProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.CustomPayloadProperty Methods showsPrec :: Int -> CustomPayloadProperty -> ShowS # show :: CustomPayloadProperty -> String # showList :: [CustomPayloadProperty] -> ShowS # | |||||
| Eq CustomPayloadProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.CustomPayloadProperty Methods (==) :: CustomPayloadProperty -> CustomPayloadProperty -> Bool # (/=) :: CustomPayloadProperty -> CustomPayloadProperty -> Bool # | |||||
| ToResourceProperties CustomPayloadProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.CustomPayloadProperty Methods toResourceProperties :: CustomPayloadProperty -> ResourceProperties # | |||||
| Property "Value" CustomPayloadProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.CustomPayloadProperty Associated Types
Methods set :: PropertyType "Value" CustomPayloadProperty -> CustomPayloadProperty -> CustomPayloadProperty # | |||||
| type PropertyType "Value" CustomPayloadProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.CustomPayloadProperty | |||||
data PlainTextMessageProperty Source #
Constructors
| PlainTextMessageProperty | |
Instances
| ToJSON PlainTextMessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PlainTextMessageProperty Methods toJSON :: PlainTextMessageProperty -> Value # toEncoding :: PlainTextMessageProperty -> Encoding # toJSONList :: [PlainTextMessageProperty] -> Value # | |||||
| Show PlainTextMessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PlainTextMessageProperty Methods showsPrec :: Int -> PlainTextMessageProperty -> ShowS # show :: PlainTextMessageProperty -> String # showList :: [PlainTextMessageProperty] -> ShowS # | |||||
| Eq PlainTextMessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PlainTextMessageProperty Methods (==) :: PlainTextMessageProperty -> PlainTextMessageProperty -> Bool # (/=) :: PlainTextMessageProperty -> PlainTextMessageProperty -> Bool # | |||||
| ToResourceProperties PlainTextMessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PlainTextMessageProperty Methods toResourceProperties :: PlainTextMessageProperty -> ResourceProperties # | |||||
| Property "Value" PlainTextMessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PlainTextMessageProperty Associated Types
Methods set :: PropertyType "Value" PlainTextMessageProperty -> PlainTextMessageProperty -> PlainTextMessageProperty # | |||||
| type PropertyType "Value" PlainTextMessageProperty Source # | |||||
data SSMLMessageProperty Source #
Constructors
| SSMLMessageProperty | |
Instances
| ToJSON SSMLMessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SSMLMessageProperty Methods toJSON :: SSMLMessageProperty -> Value # toEncoding :: SSMLMessageProperty -> Encoding # toJSONList :: [SSMLMessageProperty] -> Value # toEncodingList :: [SSMLMessageProperty] -> Encoding # omitField :: SSMLMessageProperty -> Bool # | |||||
| Show SSMLMessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SSMLMessageProperty Methods showsPrec :: Int -> SSMLMessageProperty -> ShowS # show :: SSMLMessageProperty -> String # showList :: [SSMLMessageProperty] -> ShowS # | |||||
| Eq SSMLMessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SSMLMessageProperty Methods (==) :: SSMLMessageProperty -> SSMLMessageProperty -> Bool # (/=) :: SSMLMessageProperty -> SSMLMessageProperty -> Bool # | |||||
| ToResourceProperties SSMLMessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SSMLMessageProperty Methods toResourceProperties :: SSMLMessageProperty -> ResourceProperties # | |||||
| Property "Value" SSMLMessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SSMLMessageProperty Associated Types
Methods set :: PropertyType "Value" SSMLMessageProperty -> SSMLMessageProperty -> SSMLMessageProperty # | |||||
| type PropertyType "Value" SSMLMessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SSMLMessageProperty | |||||
data ResponseSpecificationProperty Source #
Constructors
| ResponseSpecificationProperty | |
Fields
| |
Instances
| ToJSON ResponseSpecificationProperty Source # | |||||
| Show ResponseSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ResponseSpecificationProperty Methods showsPrec :: Int -> ResponseSpecificationProperty -> ShowS # show :: ResponseSpecificationProperty -> String # showList :: [ResponseSpecificationProperty] -> ShowS # | |||||
| Eq ResponseSpecificationProperty Source # | |||||
| ToResourceProperties ResponseSpecificationProperty Source # | |||||
| Property "AllowInterrupt" ResponseSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ResponseSpecificationProperty Associated Types
Methods set :: PropertyType "AllowInterrupt" ResponseSpecificationProperty -> ResponseSpecificationProperty -> ResponseSpecificationProperty # | |||||
| Property "MessageGroupsList" ResponseSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ResponseSpecificationProperty Associated Types
Methods set :: PropertyType "MessageGroupsList" ResponseSpecificationProperty -> ResponseSpecificationProperty -> ResponseSpecificationProperty # | |||||
| type PropertyType "AllowInterrupt" ResponseSpecificationProperty Source # | |||||
| type PropertyType "MessageGroupsList" ResponseSpecificationProperty Source # | |||||
data PromptSpecificationProperty Source #
Constructors
| PromptSpecificationProperty | |
Fields | |
Instances
| ToJSON PromptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptSpecificationProperty Methods toJSON :: PromptSpecificationProperty -> Value # toEncoding :: PromptSpecificationProperty -> Encoding # toJSONList :: [PromptSpecificationProperty] -> Value # toEncodingList :: [PromptSpecificationProperty] -> Encoding # | |||||
| Show PromptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptSpecificationProperty Methods showsPrec :: Int -> PromptSpecificationProperty -> ShowS # show :: PromptSpecificationProperty -> String # showList :: [PromptSpecificationProperty] -> ShowS # | |||||
| Eq PromptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptSpecificationProperty Methods (==) :: PromptSpecificationProperty -> PromptSpecificationProperty -> Bool # (/=) :: PromptSpecificationProperty -> PromptSpecificationProperty -> Bool # | |||||
| ToResourceProperties PromptSpecificationProperty Source # | |||||
| Property "AllowInterrupt" PromptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptSpecificationProperty Associated Types
Methods set :: PropertyType "AllowInterrupt" PromptSpecificationProperty -> PromptSpecificationProperty -> PromptSpecificationProperty # | |||||
| Property "MaxRetries" PromptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptSpecificationProperty Associated Types
Methods set :: PropertyType "MaxRetries" PromptSpecificationProperty -> PromptSpecificationProperty -> PromptSpecificationProperty # | |||||
| Property "MessageGroupsList" PromptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptSpecificationProperty Associated Types
Methods set :: PropertyType "MessageGroupsList" PromptSpecificationProperty -> PromptSpecificationProperty -> PromptSpecificationProperty # | |||||
| Property "MessageSelectionStrategy" PromptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptSpecificationProperty Associated Types
Methods set :: PropertyType "MessageSelectionStrategy" PromptSpecificationProperty -> PromptSpecificationProperty -> PromptSpecificationProperty # | |||||
| Property "PromptAttemptsSpecification" PromptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptSpecificationProperty Associated Types
Methods set :: PropertyType "PromptAttemptsSpecification" PromptSpecificationProperty -> PromptSpecificationProperty -> PromptSpecificationProperty # | |||||
| type PropertyType "AllowInterrupt" PromptSpecificationProperty Source # | |||||
| type PropertyType "MaxRetries" PromptSpecificationProperty Source # | |||||
| type PropertyType "MessageGroupsList" PromptSpecificationProperty Source # | |||||
| type PropertyType "MessageSelectionStrategy" PromptSpecificationProperty Source # | |||||
| type PropertyType "PromptAttemptsSpecification" PromptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptSpecificationProperty type PropertyType "PromptAttemptsSpecification" PromptSpecificationProperty = Map Text PromptAttemptSpecificationProperty | |||||
data PromptAttemptSpecificationProperty Source #
Constructors
| PromptAttemptSpecificationProperty | |
Instances
| ToJSON PromptAttemptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptAttemptSpecificationProperty | |||||
| Show PromptAttemptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptAttemptSpecificationProperty Methods showsPrec :: Int -> PromptAttemptSpecificationProperty -> ShowS # | |||||
| Eq PromptAttemptSpecificationProperty Source # | |||||
| ToResourceProperties PromptAttemptSpecificationProperty Source # | |||||
| Property "AllowInterrupt" PromptAttemptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptAttemptSpecificationProperty Associated Types
Methods set :: PropertyType "AllowInterrupt" PromptAttemptSpecificationProperty -> PromptAttemptSpecificationProperty -> PromptAttemptSpecificationProperty # | |||||
| Property "AllowedInputTypes" PromptAttemptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptAttemptSpecificationProperty Associated Types
Methods set :: PropertyType "AllowedInputTypes" PromptAttemptSpecificationProperty -> PromptAttemptSpecificationProperty -> PromptAttemptSpecificationProperty # | |||||
| Property "AudioAndDTMFInputSpecification" PromptAttemptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptAttemptSpecificationProperty Associated Types
Methods set :: PropertyType "AudioAndDTMFInputSpecification" PromptAttemptSpecificationProperty -> PromptAttemptSpecificationProperty -> PromptAttemptSpecificationProperty # | |||||
| Property "TextInputSpecification" PromptAttemptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptAttemptSpecificationProperty Associated Types
Methods set :: PropertyType "TextInputSpecification" PromptAttemptSpecificationProperty -> PromptAttemptSpecificationProperty -> PromptAttemptSpecificationProperty # | |||||
| type PropertyType "AllowInterrupt" PromptAttemptSpecificationProperty Source # | |||||
| type PropertyType "AllowedInputTypes" PromptAttemptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptAttemptSpecificationProperty type PropertyType "AllowedInputTypes" PromptAttemptSpecificationProperty = AllowedInputTypesProperty | |||||
| type PropertyType "AudioAndDTMFInputSpecification" PromptAttemptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptAttemptSpecificationProperty type PropertyType "AudioAndDTMFInputSpecification" PromptAttemptSpecificationProperty = AudioAndDTMFInputSpecificationProperty | |||||
| type PropertyType "TextInputSpecification" PromptAttemptSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.PromptAttemptSpecificationProperty type PropertyType "TextInputSpecification" PromptAttemptSpecificationProperty = TextInputSpecificationProperty | |||||
data StillWaitingResponseSpecificationProperty Source #
Constructors
| StillWaitingResponseSpecificationProperty | |
Fields | |
Instances
| ToJSON StillWaitingResponseSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty Methods toJSON :: StillWaitingResponseSpecificationProperty -> Value # toEncoding :: StillWaitingResponseSpecificationProperty -> Encoding # toJSONList :: [StillWaitingResponseSpecificationProperty] -> Value # toEncodingList :: [StillWaitingResponseSpecificationProperty] -> Encoding # omitField :: StillWaitingResponseSpecificationProperty -> Bool # | |||||
| Show StillWaitingResponseSpecificationProperty Source # | |||||
| Eq StillWaitingResponseSpecificationProperty Source # | |||||
| ToResourceProperties StillWaitingResponseSpecificationProperty Source # | |||||
| Property "AllowInterrupt" StillWaitingResponseSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty Associated Types
Methods set :: PropertyType "AllowInterrupt" StillWaitingResponseSpecificationProperty -> StillWaitingResponseSpecificationProperty -> StillWaitingResponseSpecificationProperty # | |||||
| Property "FrequencyInSeconds" StillWaitingResponseSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty Associated Types
Methods set :: PropertyType "FrequencyInSeconds" StillWaitingResponseSpecificationProperty -> StillWaitingResponseSpecificationProperty -> StillWaitingResponseSpecificationProperty # | |||||
| Property "MessageGroupsList" StillWaitingResponseSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty Associated Types
Methods set :: PropertyType "MessageGroupsList" StillWaitingResponseSpecificationProperty -> StillWaitingResponseSpecificationProperty -> StillWaitingResponseSpecificationProperty # | |||||
| Property "TimeoutInSeconds" StillWaitingResponseSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty Associated Types
Methods set :: PropertyType "TimeoutInSeconds" StillWaitingResponseSpecificationProperty -> StillWaitingResponseSpecificationProperty -> StillWaitingResponseSpecificationProperty # | |||||
| type PropertyType "AllowInterrupt" StillWaitingResponseSpecificationProperty Source # | |||||
| type PropertyType "FrequencyInSeconds" StillWaitingResponseSpecificationProperty Source # | |||||
| type PropertyType "MessageGroupsList" StillWaitingResponseSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty type PropertyType "MessageGroupsList" StillWaitingResponseSpecificationProperty = [MessageGroupProperty] | |||||
| type PropertyType "TimeoutInSeconds" StillWaitingResponseSpecificationProperty Source # | |||||
data AllowedInputTypesProperty Source #
Constructors
| AllowedInputTypesProperty | |
Fields
| |
Instances
| ToJSON AllowedInputTypesProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AllowedInputTypesProperty Methods toJSON :: AllowedInputTypesProperty -> Value # toEncoding :: AllowedInputTypesProperty -> Encoding # toJSONList :: [AllowedInputTypesProperty] -> Value # | |||||
| Show AllowedInputTypesProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AllowedInputTypesProperty Methods showsPrec :: Int -> AllowedInputTypesProperty -> ShowS # show :: AllowedInputTypesProperty -> String # showList :: [AllowedInputTypesProperty] -> ShowS # | |||||
| Eq AllowedInputTypesProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AllowedInputTypesProperty Methods (==) :: AllowedInputTypesProperty -> AllowedInputTypesProperty -> Bool # (/=) :: AllowedInputTypesProperty -> AllowedInputTypesProperty -> Bool # | |||||
| ToResourceProperties AllowedInputTypesProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AllowedInputTypesProperty Methods toResourceProperties :: AllowedInputTypesProperty -> ResourceProperties # | |||||
| Property "AllowAudioInput" AllowedInputTypesProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AllowedInputTypesProperty Associated Types
Methods set :: PropertyType "AllowAudioInput" AllowedInputTypesProperty -> AllowedInputTypesProperty -> AllowedInputTypesProperty # | |||||
| Property "AllowDTMFInput" AllowedInputTypesProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AllowedInputTypesProperty Associated Types
Methods set :: PropertyType "AllowDTMFInput" AllowedInputTypesProperty -> AllowedInputTypesProperty -> AllowedInputTypesProperty # | |||||
| type PropertyType "AllowAudioInput" AllowedInputTypesProperty Source # | |||||
| type PropertyType "AllowDTMFInput" AllowedInputTypesProperty Source # | |||||
data AudioAndDTMFInputSpecificationProperty Source #
Constructors
| AudioAndDTMFInputSpecificationProperty | |
Fields | |
Instances
| ToJSON AudioAndDTMFInputSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioAndDTMFInputSpecificationProperty Methods toJSON :: AudioAndDTMFInputSpecificationProperty -> Value # toEncoding :: AudioAndDTMFInputSpecificationProperty -> Encoding # toJSONList :: [AudioAndDTMFInputSpecificationProperty] -> Value # toEncodingList :: [AudioAndDTMFInputSpecificationProperty] -> Encoding # omitField :: AudioAndDTMFInputSpecificationProperty -> Bool # | |||||
| Show AudioAndDTMFInputSpecificationProperty Source # | |||||
| Eq AudioAndDTMFInputSpecificationProperty Source # | |||||
| ToResourceProperties AudioAndDTMFInputSpecificationProperty Source # | |||||
| Property "AudioSpecification" AudioAndDTMFInputSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioAndDTMFInputSpecificationProperty Associated Types
Methods set :: PropertyType "AudioSpecification" AudioAndDTMFInputSpecificationProperty -> AudioAndDTMFInputSpecificationProperty -> AudioAndDTMFInputSpecificationProperty # | |||||
| Property "DTMFSpecification" AudioAndDTMFInputSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioAndDTMFInputSpecificationProperty Associated Types
Methods set :: PropertyType "DTMFSpecification" AudioAndDTMFInputSpecificationProperty -> AudioAndDTMFInputSpecificationProperty -> AudioAndDTMFInputSpecificationProperty # | |||||
| Property "StartTimeoutMs" AudioAndDTMFInputSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioAndDTMFInputSpecificationProperty Associated Types
Methods set :: PropertyType "StartTimeoutMs" AudioAndDTMFInputSpecificationProperty -> AudioAndDTMFInputSpecificationProperty -> AudioAndDTMFInputSpecificationProperty # | |||||
| type PropertyType "AudioSpecification" AudioAndDTMFInputSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioAndDTMFInputSpecificationProperty type PropertyType "AudioSpecification" AudioAndDTMFInputSpecificationProperty = AudioSpecificationProperty | |||||
| type PropertyType "DTMFSpecification" AudioAndDTMFInputSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioAndDTMFInputSpecificationProperty type PropertyType "DTMFSpecification" AudioAndDTMFInputSpecificationProperty = DTMFSpecificationProperty | |||||
| type PropertyType "StartTimeoutMs" AudioAndDTMFInputSpecificationProperty Source # | |||||
data AudioSpecificationProperty Source #
Constructors
| AudioSpecificationProperty | |
Fields
| |
Instances
| ToJSON AudioSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioSpecificationProperty Methods toJSON :: AudioSpecificationProperty -> Value # toEncoding :: AudioSpecificationProperty -> Encoding # toJSONList :: [AudioSpecificationProperty] -> Value # toEncodingList :: [AudioSpecificationProperty] -> Encoding # | |||||
| Show AudioSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioSpecificationProperty Methods showsPrec :: Int -> AudioSpecificationProperty -> ShowS # show :: AudioSpecificationProperty -> String # showList :: [AudioSpecificationProperty] -> ShowS # | |||||
| Eq AudioSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioSpecificationProperty Methods (==) :: AudioSpecificationProperty -> AudioSpecificationProperty -> Bool # (/=) :: AudioSpecificationProperty -> AudioSpecificationProperty -> Bool # | |||||
| ToResourceProperties AudioSpecificationProperty Source # | |||||
| Property "EndTimeoutMs" AudioSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioSpecificationProperty Associated Types
Methods set :: PropertyType "EndTimeoutMs" AudioSpecificationProperty -> AudioSpecificationProperty -> AudioSpecificationProperty # | |||||
| Property "MaxLengthMs" AudioSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioSpecificationProperty Associated Types
Methods set :: PropertyType "MaxLengthMs" AudioSpecificationProperty -> AudioSpecificationProperty -> AudioSpecificationProperty # | |||||
| type PropertyType "EndTimeoutMs" AudioSpecificationProperty Source # | |||||
| type PropertyType "MaxLengthMs" AudioSpecificationProperty Source # | |||||
data DTMFSpecificationProperty Source #
Constructors
| DTMFSpecificationProperty | |
Fields | |
Instances
| ToJSON DTMFSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DTMFSpecificationProperty Methods toJSON :: DTMFSpecificationProperty -> Value # toEncoding :: DTMFSpecificationProperty -> Encoding # toJSONList :: [DTMFSpecificationProperty] -> Value # | |||||
| Show DTMFSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DTMFSpecificationProperty Methods showsPrec :: Int -> DTMFSpecificationProperty -> ShowS # show :: DTMFSpecificationProperty -> String # showList :: [DTMFSpecificationProperty] -> ShowS # | |||||
| Eq DTMFSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DTMFSpecificationProperty Methods (==) :: DTMFSpecificationProperty -> DTMFSpecificationProperty -> Bool # (/=) :: DTMFSpecificationProperty -> DTMFSpecificationProperty -> Bool # | |||||
| ToResourceProperties DTMFSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DTMFSpecificationProperty Methods toResourceProperties :: DTMFSpecificationProperty -> ResourceProperties # | |||||
| Property "DeletionCharacter" DTMFSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DTMFSpecificationProperty Associated Types
Methods set :: PropertyType "DeletionCharacter" DTMFSpecificationProperty -> DTMFSpecificationProperty -> DTMFSpecificationProperty # | |||||
| Property "EndCharacter" DTMFSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DTMFSpecificationProperty Associated Types
Methods set :: PropertyType "EndCharacter" DTMFSpecificationProperty -> DTMFSpecificationProperty -> DTMFSpecificationProperty # | |||||
| Property "EndTimeoutMs" DTMFSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DTMFSpecificationProperty Associated Types
Methods set :: PropertyType "EndTimeoutMs" DTMFSpecificationProperty -> DTMFSpecificationProperty -> DTMFSpecificationProperty # | |||||
| Property "MaxLength" DTMFSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DTMFSpecificationProperty Associated Types
Methods set :: PropertyType "MaxLength" DTMFSpecificationProperty -> DTMFSpecificationProperty -> DTMFSpecificationProperty # | |||||
| type PropertyType "DeletionCharacter" DTMFSpecificationProperty Source # | |||||
| type PropertyType "EndCharacter" DTMFSpecificationProperty Source # | |||||
| type PropertyType "EndTimeoutMs" DTMFSpecificationProperty Source # | |||||
| type PropertyType "MaxLength" DTMFSpecificationProperty Source # | |||||
data MessageGroupProperty Source #
Constructors
| MessageGroupProperty | |
Fields
| |
Instances
| ToJSON MessageGroupProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageGroupProperty Methods toJSON :: MessageGroupProperty -> Value # toEncoding :: MessageGroupProperty -> Encoding # toJSONList :: [MessageGroupProperty] -> Value # toEncodingList :: [MessageGroupProperty] -> Encoding # omitField :: MessageGroupProperty -> Bool # | |||||
| Show MessageGroupProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageGroupProperty Methods showsPrec :: Int -> MessageGroupProperty -> ShowS # show :: MessageGroupProperty -> String # showList :: [MessageGroupProperty] -> ShowS # | |||||
| Eq MessageGroupProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageGroupProperty Methods (==) :: MessageGroupProperty -> MessageGroupProperty -> Bool # (/=) :: MessageGroupProperty -> MessageGroupProperty -> Bool # | |||||
| ToResourceProperties MessageGroupProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageGroupProperty Methods toResourceProperties :: MessageGroupProperty -> ResourceProperties # | |||||
| Property "Message" MessageGroupProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageGroupProperty Associated Types
Methods set :: PropertyType "Message" MessageGroupProperty -> MessageGroupProperty -> MessageGroupProperty # | |||||
| Property "Variations" MessageGroupProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageGroupProperty Associated Types
Methods set :: PropertyType "Variations" MessageGroupProperty -> MessageGroupProperty -> MessageGroupProperty # | |||||
| type PropertyType "Message" MessageGroupProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageGroupProperty | |||||
| type PropertyType "Variations" MessageGroupProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageGroupProperty | |||||
data ImageResponseCardProperty Source #
Constructors
| ImageResponseCardProperty | |
Fields | |
Instances
| ToJSON ImageResponseCardProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ImageResponseCardProperty Methods toJSON :: ImageResponseCardProperty -> Value # toEncoding :: ImageResponseCardProperty -> Encoding # toJSONList :: [ImageResponseCardProperty] -> Value # | |||||
| Show ImageResponseCardProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ImageResponseCardProperty Methods showsPrec :: Int -> ImageResponseCardProperty -> ShowS # show :: ImageResponseCardProperty -> String # showList :: [ImageResponseCardProperty] -> ShowS # | |||||
| Eq ImageResponseCardProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ImageResponseCardProperty Methods (==) :: ImageResponseCardProperty -> ImageResponseCardProperty -> Bool # (/=) :: ImageResponseCardProperty -> ImageResponseCardProperty -> Bool # | |||||
| ToResourceProperties ImageResponseCardProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ImageResponseCardProperty Methods toResourceProperties :: ImageResponseCardProperty -> ResourceProperties # | |||||
| Property "Buttons" ImageResponseCardProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ImageResponseCardProperty Associated Types
Methods set :: PropertyType "Buttons" ImageResponseCardProperty -> ImageResponseCardProperty -> ImageResponseCardProperty # | |||||
| Property "ImageUrl" ImageResponseCardProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ImageResponseCardProperty Associated Types
Methods set :: PropertyType "ImageUrl" ImageResponseCardProperty -> ImageResponseCardProperty -> ImageResponseCardProperty # | |||||
| Property "Subtitle" ImageResponseCardProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ImageResponseCardProperty Associated Types
Methods set :: PropertyType "Subtitle" ImageResponseCardProperty -> ImageResponseCardProperty -> ImageResponseCardProperty # | |||||
| Property "Title" ImageResponseCardProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ImageResponseCardProperty Associated Types
Methods set :: PropertyType "Title" ImageResponseCardProperty -> ImageResponseCardProperty -> ImageResponseCardProperty # | |||||
| type PropertyType "Buttons" ImageResponseCardProperty Source # | |||||
| type PropertyType "ImageUrl" ImageResponseCardProperty Source # | |||||
| type PropertyType "Subtitle" ImageResponseCardProperty Source # | |||||
| type PropertyType "Title" ImageResponseCardProperty Source # | |||||
data SampleUtteranceProperty Source #
Constructors
| SampleUtteranceProperty | |
Instances
| ToJSON SampleUtteranceProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SampleUtteranceProperty Methods toJSON :: SampleUtteranceProperty -> Value # toEncoding :: SampleUtteranceProperty -> Encoding # toJSONList :: [SampleUtteranceProperty] -> Value # | |||||
| Show SampleUtteranceProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SampleUtteranceProperty Methods showsPrec :: Int -> SampleUtteranceProperty -> ShowS # show :: SampleUtteranceProperty -> String # showList :: [SampleUtteranceProperty] -> ShowS # | |||||
| Eq SampleUtteranceProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SampleUtteranceProperty Methods (==) :: SampleUtteranceProperty -> SampleUtteranceProperty -> Bool # (/=) :: SampleUtteranceProperty -> SampleUtteranceProperty -> Bool # | |||||
| ToResourceProperties SampleUtteranceProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SampleUtteranceProperty Methods toResourceProperties :: SampleUtteranceProperty -> ResourceProperties # | |||||
| Property "Utterance" SampleUtteranceProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SampleUtteranceProperty Associated Types
Methods set :: PropertyType "Utterance" SampleUtteranceProperty -> SampleUtteranceProperty -> SampleUtteranceProperty # | |||||
| type PropertyType "Utterance" SampleUtteranceProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SampleUtteranceProperty | |||||
data MessageProperty Source #
Constructors
| MessageProperty | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-message.html |
Fields | |
Instances
| ToJSON MessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageProperty Methods toJSON :: MessageProperty -> Value # toEncoding :: MessageProperty -> Encoding # toJSONList :: [MessageProperty] -> Value # toEncodingList :: [MessageProperty] -> Encoding # omitField :: MessageProperty -> Bool # | |||||
| Show MessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageProperty Methods showsPrec :: Int -> MessageProperty -> ShowS # show :: MessageProperty -> String # showList :: [MessageProperty] -> ShowS # | |||||
| Eq MessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageProperty Methods (==) :: MessageProperty -> MessageProperty -> Bool # (/=) :: MessageProperty -> MessageProperty -> Bool # | |||||
| ToResourceProperties MessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageProperty Methods toResourceProperties :: MessageProperty -> ResourceProperties # | |||||
| Property "CustomPayload" MessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageProperty Associated Types
Methods set :: PropertyType "CustomPayload" MessageProperty -> MessageProperty -> MessageProperty # | |||||
| Property "ImageResponseCard" MessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageProperty Associated Types
Methods set :: PropertyType "ImageResponseCard" MessageProperty -> MessageProperty -> MessageProperty # | |||||
| Property "PlainTextMessage" MessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageProperty Associated Types
Methods set :: PropertyType "PlainTextMessage" MessageProperty -> MessageProperty -> MessageProperty # | |||||
| Property "SSMLMessage" MessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageProperty Associated Types
Methods set :: PropertyType "SSMLMessage" MessageProperty -> MessageProperty -> MessageProperty # | |||||
| type PropertyType "CustomPayload" MessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageProperty | |||||
| type PropertyType "ImageResponseCard" MessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageProperty | |||||
| type PropertyType "PlainTextMessage" MessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageProperty | |||||
| type PropertyType "SSMLMessage" MessageProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.MessageProperty | |||||
data TextInputSpecificationProperty Source #
Constructors
| TextInputSpecificationProperty | |
Fields
| |
Instances
| ToJSON TextInputSpecificationProperty Source # | |||||
| Show TextInputSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.TextInputSpecificationProperty Methods showsPrec :: Int -> TextInputSpecificationProperty -> ShowS # show :: TextInputSpecificationProperty -> String # showList :: [TextInputSpecificationProperty] -> ShowS # | |||||
| Eq TextInputSpecificationProperty Source # | |||||
| ToResourceProperties TextInputSpecificationProperty Source # | |||||
| Property "StartTimeoutMs" TextInputSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.TextInputSpecificationProperty Associated Types
Methods set :: PropertyType "StartTimeoutMs" TextInputSpecificationProperty -> TextInputSpecificationProperty -> TextInputSpecificationProperty # | |||||
| type PropertyType "StartTimeoutMs" TextInputSpecificationProperty Source # | |||||
data SlotDefaultValueProperty Source #
Constructors
| SlotDefaultValueProperty | |
Instances
| ToJSON SlotDefaultValueProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotDefaultValueProperty Methods toJSON :: SlotDefaultValueProperty -> Value # toEncoding :: SlotDefaultValueProperty -> Encoding # toJSONList :: [SlotDefaultValueProperty] -> Value # | |||||
| Show SlotDefaultValueProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotDefaultValueProperty Methods showsPrec :: Int -> SlotDefaultValueProperty -> ShowS # show :: SlotDefaultValueProperty -> String # showList :: [SlotDefaultValueProperty] -> ShowS # | |||||
| Eq SlotDefaultValueProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotDefaultValueProperty Methods (==) :: SlotDefaultValueProperty -> SlotDefaultValueProperty -> Bool # (/=) :: SlotDefaultValueProperty -> SlotDefaultValueProperty -> Bool # | |||||
| ToResourceProperties SlotDefaultValueProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotDefaultValueProperty Methods toResourceProperties :: SlotDefaultValueProperty -> ResourceProperties # | |||||
| Property "DefaultValue" SlotDefaultValueProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotDefaultValueProperty Associated Types
Methods set :: PropertyType "DefaultValue" SlotDefaultValueProperty -> SlotDefaultValueProperty -> SlotDefaultValueProperty # | |||||
| type PropertyType "DefaultValue" SlotDefaultValueProperty Source # | |||||
data SlotDefaultValueSpecificationProperty Source #
Constructors
| SlotDefaultValueSpecificationProperty | |
Instances
| ToJSON SlotDefaultValueSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotDefaultValueSpecificationProperty Methods toJSON :: SlotDefaultValueSpecificationProperty -> Value # toEncoding :: SlotDefaultValueSpecificationProperty -> Encoding # toJSONList :: [SlotDefaultValueSpecificationProperty] -> Value # toEncodingList :: [SlotDefaultValueSpecificationProperty] -> Encoding # omitField :: SlotDefaultValueSpecificationProperty -> Bool # | |||||
| Show SlotDefaultValueSpecificationProperty Source # | |||||
| Eq SlotDefaultValueSpecificationProperty Source # | |||||
| ToResourceProperties SlotDefaultValueSpecificationProperty Source # | |||||
| Property "DefaultValueList" SlotDefaultValueSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotDefaultValueSpecificationProperty Associated Types
Methods set :: PropertyType "DefaultValueList" SlotDefaultValueSpecificationProperty -> SlotDefaultValueSpecificationProperty -> SlotDefaultValueSpecificationProperty # | |||||
| type PropertyType "DefaultValueList" SlotDefaultValueSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotDefaultValueSpecificationProperty type PropertyType "DefaultValueList" SlotDefaultValueSpecificationProperty = [SlotDefaultValueProperty] | |||||
data WaitAndContinueSpecificationProperty Source #
Constructors
| WaitAndContinueSpecificationProperty | |
Instances
| ToJSON WaitAndContinueSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty | |||||
| Show WaitAndContinueSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty Methods showsPrec :: Int -> WaitAndContinueSpecificationProperty -> ShowS # show :: WaitAndContinueSpecificationProperty -> String # showList :: [WaitAndContinueSpecificationProperty] -> ShowS # | |||||
| Eq WaitAndContinueSpecificationProperty Source # | |||||
| ToResourceProperties WaitAndContinueSpecificationProperty Source # | |||||
| Property "ContinueResponse" WaitAndContinueSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty Associated Types
Methods set :: PropertyType "ContinueResponse" WaitAndContinueSpecificationProperty -> WaitAndContinueSpecificationProperty -> WaitAndContinueSpecificationProperty # | |||||
| Property "IsActive" WaitAndContinueSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty Associated Types
Methods set :: PropertyType "IsActive" WaitAndContinueSpecificationProperty -> WaitAndContinueSpecificationProperty -> WaitAndContinueSpecificationProperty # | |||||
| Property "StillWaitingResponse" WaitAndContinueSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty Associated Types
Methods set :: PropertyType "StillWaitingResponse" WaitAndContinueSpecificationProperty -> WaitAndContinueSpecificationProperty -> WaitAndContinueSpecificationProperty # | |||||
| Property "WaitingResponse" WaitAndContinueSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty Associated Types
Methods set :: PropertyType "WaitingResponse" WaitAndContinueSpecificationProperty -> WaitAndContinueSpecificationProperty -> WaitAndContinueSpecificationProperty # | |||||
| type PropertyType "ContinueResponse" WaitAndContinueSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty type PropertyType "ContinueResponse" WaitAndContinueSpecificationProperty = ResponseSpecificationProperty | |||||
| type PropertyType "IsActive" WaitAndContinueSpecificationProperty Source # | |||||
| type PropertyType "StillWaitingResponse" WaitAndContinueSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty type PropertyType "StillWaitingResponse" WaitAndContinueSpecificationProperty = StillWaitingResponseSpecificationProperty | |||||
| type PropertyType "WaitingResponse" WaitAndContinueSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty type PropertyType "WaitingResponse" WaitAndContinueSpecificationProperty = ResponseSpecificationProperty | |||||
data SpecificationsProperty Source #
Constructors
| SpecificationsProperty | |
Instances
| ToJSON SpecificationsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SpecificationsProperty Methods toJSON :: SpecificationsProperty -> Value # toEncoding :: SpecificationsProperty -> Encoding # toJSONList :: [SpecificationsProperty] -> Value # toEncodingList :: [SpecificationsProperty] -> Encoding # omitField :: SpecificationsProperty -> Bool # | |||||
| Show SpecificationsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SpecificationsProperty Methods showsPrec :: Int -> SpecificationsProperty -> ShowS # show :: SpecificationsProperty -> String # showList :: [SpecificationsProperty] -> ShowS # | |||||
| Eq SpecificationsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SpecificationsProperty Methods (==) :: SpecificationsProperty -> SpecificationsProperty -> Bool # (/=) :: SpecificationsProperty -> SpecificationsProperty -> Bool # | |||||
| ToResourceProperties SpecificationsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SpecificationsProperty Methods toResourceProperties :: SpecificationsProperty -> ResourceProperties # | |||||
| Property "SlotTypeId" SpecificationsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SpecificationsProperty Associated Types
Methods set :: PropertyType "SlotTypeId" SpecificationsProperty -> SpecificationsProperty -> SpecificationsProperty # | |||||
| Property "ValueElicitationSetting" SpecificationsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SpecificationsProperty Associated Types
Methods set :: PropertyType "ValueElicitationSetting" SpecificationsProperty -> SpecificationsProperty -> SpecificationsProperty # | |||||
| type PropertyType "SlotTypeId" SpecificationsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SpecificationsProperty | |||||
| type PropertyType "ValueElicitationSetting" SpecificationsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SpecificationsProperty type PropertyType "ValueElicitationSetting" SpecificationsProperty = SubSlotValueElicitationSettingProperty | |||||
data SubSlotValueElicitationSettingProperty Source #
Constructors
| SubSlotValueElicitationSettingProperty | |
Instances
| ToJSON SubSlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty Methods toJSON :: SubSlotValueElicitationSettingProperty -> Value # toEncoding :: SubSlotValueElicitationSettingProperty -> Encoding # toJSONList :: [SubSlotValueElicitationSettingProperty] -> Value # toEncodingList :: [SubSlotValueElicitationSettingProperty] -> Encoding # omitField :: SubSlotValueElicitationSettingProperty -> Bool # | |||||
| Show SubSlotValueElicitationSettingProperty Source # | |||||
| Eq SubSlotValueElicitationSettingProperty Source # | |||||
| ToResourceProperties SubSlotValueElicitationSettingProperty Source # | |||||
| Property "DefaultValueSpecification" SubSlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty Associated Types
Methods set :: PropertyType "DefaultValueSpecification" SubSlotValueElicitationSettingProperty -> SubSlotValueElicitationSettingProperty -> SubSlotValueElicitationSettingProperty # | |||||
| Property "PromptSpecification" SubSlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty Associated Types
Methods set :: PropertyType "PromptSpecification" SubSlotValueElicitationSettingProperty -> SubSlotValueElicitationSettingProperty -> SubSlotValueElicitationSettingProperty # | |||||
| Property "SampleUtterances" SubSlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty Associated Types
Methods set :: PropertyType "SampleUtterances" SubSlotValueElicitationSettingProperty -> SubSlotValueElicitationSettingProperty -> SubSlotValueElicitationSettingProperty # | |||||
| Property "WaitAndContinueSpecification" SubSlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty Associated Types
Methods set :: PropertyType "WaitAndContinueSpecification" SubSlotValueElicitationSettingProperty -> SubSlotValueElicitationSettingProperty -> SubSlotValueElicitationSettingProperty # | |||||
| type PropertyType "DefaultValueSpecification" SubSlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty type PropertyType "DefaultValueSpecification" SubSlotValueElicitationSettingProperty = SlotDefaultValueSpecificationProperty | |||||
| type PropertyType "PromptSpecification" SubSlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty type PropertyType "PromptSpecification" SubSlotValueElicitationSettingProperty = PromptSpecificationProperty | |||||
| type PropertyType "SampleUtterances" SubSlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty type PropertyType "SampleUtterances" SubSlotValueElicitationSettingProperty = [SampleUtteranceProperty] | |||||
| type PropertyType "WaitAndContinueSpecification" SubSlotValueElicitationSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty type PropertyType "WaitAndContinueSpecification" SubSlotValueElicitationSettingProperty = WaitAndContinueSpecificationProperty | |||||
mkAudioAndDTMFInputSpecificationProperty :: Value Integer -> AudioAndDTMFInputSpecificationProperty Source #
mkAudioSpecificationProperty :: Value Integer -> Value Integer -> AudioSpecificationProperty Source #
mkButtonProperty :: Value Text -> Value Text -> ButtonProperty Source #
mkDTMFSpecificationProperty :: Value Text -> Value Text -> Value Integer -> Value Integer -> DTMFSpecificationProperty Source #
mkPromptAttemptSpecificationProperty :: AllowedInputTypesProperty -> PromptAttemptSpecificationProperty Source #
mkPromptSpecificationProperty :: Value Integer -> [MessageGroupProperty] -> PromptSpecificationProperty Source #
mkSlotDefaultValueSpecificationProperty :: [SlotDefaultValueProperty] -> SlotDefaultValueSpecificationProperty Source #
mkSpecificationsProperty :: Value Text -> SubSlotValueElicitationSettingProperty -> SpecificationsProperty Source #
mkStillWaitingResponseSpecificationProperty :: Value Integer -> [MessageGroupProperty] -> Value Integer -> StillWaitingResponseSpecificationProperty Source #
mkWaitAndContinueSpecificationProperty :: ResponseSpecificationProperty -> ResponseSpecificationProperty -> WaitAndContinueSpecificationProperty Source #
data SubSlotSettingProperty Source #
Constructors
| SubSlotSettingProperty | |
Fields
| |
Instances
| ToJSON SubSlotSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty Methods toJSON :: SubSlotSettingProperty -> Value # toEncoding :: SubSlotSettingProperty -> Encoding # toJSONList :: [SubSlotSettingProperty] -> Value # toEncodingList :: [SubSlotSettingProperty] -> Encoding # omitField :: SubSlotSettingProperty -> Bool # | |||||
| Show SubSlotSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty Methods showsPrec :: Int -> SubSlotSettingProperty -> ShowS # show :: SubSlotSettingProperty -> String # showList :: [SubSlotSettingProperty] -> ShowS # | |||||
| Eq SubSlotSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty Methods (==) :: SubSlotSettingProperty -> SubSlotSettingProperty -> Bool # (/=) :: SubSlotSettingProperty -> SubSlotSettingProperty -> Bool # | |||||
| ToResourceProperties SubSlotSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty Methods toResourceProperties :: SubSlotSettingProperty -> ResourceProperties # | |||||
| Property "Expression" SubSlotSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty Associated Types
Methods set :: PropertyType "Expression" SubSlotSettingProperty -> SubSlotSettingProperty -> SubSlotSettingProperty # | |||||
| Property "SlotSpecifications" SubSlotSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty Associated Types
Methods set :: PropertyType "SlotSpecifications" SubSlotSettingProperty -> SubSlotSettingProperty -> SubSlotSettingProperty # | |||||
| type PropertyType "Expression" SubSlotSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty | |||||
| type PropertyType "SlotSpecifications" SubSlotSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty | |||||