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

Stratosphere.Lex.Bot.IntentProperty

Documentation

data StillWaitingResponseSpecificationProperty Source #

Instances

Instances details
ToJSON StillWaitingResponseSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty

Show StillWaitingResponseSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty

Eq StillWaitingResponseSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty

ToResourceProperties StillWaitingResponseSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty

Property "AllowInterrupt" StillWaitingResponseSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty

Property "FrequencyInSeconds" StillWaitingResponseSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty

Property "MessageGroupsList" StillWaitingResponseSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty

Property "TimeoutInSeconds" StillWaitingResponseSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty

type PropertyType "AllowInterrupt" StillWaitingResponseSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty

type PropertyType "FrequencyInSeconds" StillWaitingResponseSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty

type PropertyType "MessageGroupsList" StillWaitingResponseSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty

type PropertyType "TimeoutInSeconds" StillWaitingResponseSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.StillWaitingResponseSpecificationProperty

data SlotProperty Source #

Instances

Instances details
ToJSON SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Show SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Eq SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

ToResourceProperties SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Property "Description" SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Associated Types

type PropertyType "Description" SlotProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

type PropertyType "Description" SlotProperty = Value Text

Methods

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

Property "MultipleValuesSetting" SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Associated Types

type PropertyType "MultipleValuesSetting" SlotProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Methods

set :: PropertyType "MultipleValuesSetting" SlotProperty -> SlotProperty -> SlotProperty #

Property "Name" SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Associated Types

type PropertyType "Name" SlotProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Property "ObfuscationSetting" SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Associated Types

type PropertyType "ObfuscationSetting" SlotProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Methods

set :: PropertyType "ObfuscationSetting" SlotProperty -> SlotProperty -> SlotProperty #

Property "SlotTypeName" SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Associated Types

type PropertyType "SlotTypeName" SlotProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

type PropertyType "SlotTypeName" SlotProperty = Value Text

Methods

set :: PropertyType "SlotTypeName" SlotProperty -> SlotProperty -> SlotProperty #

Property "SubSlotSetting" SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Associated Types

type PropertyType "SubSlotSetting" SlotProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Methods

set :: PropertyType "SubSlotSetting" SlotProperty -> SlotProperty -> SlotProperty #

Property "ValueElicitationSetting" SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Associated Types

type PropertyType "ValueElicitationSetting" SlotProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

Methods

set :: PropertyType "ValueElicitationSetting" SlotProperty -> SlotProperty -> SlotProperty #

type PropertyType "Description" SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

type PropertyType "Description" SlotProperty = Value Text
type PropertyType "MultipleValuesSetting" SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

type PropertyType "Name" SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

type PropertyType "ObfuscationSetting" SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

type PropertyType "SlotTypeName" SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

type PropertyType "SlotTypeName" SlotProperty = Value Text
type PropertyType "SubSlotSetting" SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

type PropertyType "ValueElicitationSetting" SlotProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotProperty

data MultipleValuesSettingProperty Source #

Instances

Instances details
ToJSON MultipleValuesSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.MultipleValuesSettingProperty

Show MultipleValuesSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.MultipleValuesSettingProperty

Eq MultipleValuesSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.MultipleValuesSettingProperty

ToResourceProperties MultipleValuesSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.MultipleValuesSettingProperty

Property "AllowMultipleValues" MultipleValuesSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.MultipleValuesSettingProperty

Associated Types

type PropertyType "AllowMultipleValues" MultipleValuesSettingProperty 
Instance details

Defined in Stratosphere.Lex.Bot.MultipleValuesSettingProperty

type PropertyType "AllowMultipleValues" MultipleValuesSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.MultipleValuesSettingProperty

data ObfuscationSettingProperty Source #

Instances

Instances details
ToJSON ObfuscationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.ObfuscationSettingProperty

Show ObfuscationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.ObfuscationSettingProperty

Eq ObfuscationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.ObfuscationSettingProperty

ToResourceProperties ObfuscationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.ObfuscationSettingProperty

Property "ObfuscationSettingType" ObfuscationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.ObfuscationSettingProperty

Associated Types

type PropertyType "ObfuscationSettingType" ObfuscationSettingProperty 
Instance details

Defined in Stratosphere.Lex.Bot.ObfuscationSettingProperty

type PropertyType "ObfuscationSettingType" ObfuscationSettingProperty = Value Text
type PropertyType "ObfuscationSettingType" ObfuscationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.ObfuscationSettingProperty

type PropertyType "ObfuscationSettingType" ObfuscationSettingProperty = Value Text

data SlotCaptureSettingProperty Source #

Constructors

SlotCaptureSettingProperty

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html

Fields

Instances

Instances details
ToJSON SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

Show SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

Eq SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

ToResourceProperties SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

Property "CaptureConditional" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

Associated Types

type PropertyType "CaptureConditional" SlotCaptureSettingProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

Property "CaptureNextStep" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

Associated Types

type PropertyType "CaptureNextStep" SlotCaptureSettingProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

Property "CaptureResponse" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

Property "CodeHook" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

Property "ElicitationCodeHook" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

Property "FailureConditional" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

Associated Types

type PropertyType "FailureConditional" SlotCaptureSettingProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

Property "FailureNextStep" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

Associated Types

type PropertyType "FailureNextStep" SlotCaptureSettingProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

Property "FailureResponse" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

type PropertyType "CaptureConditional" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

type PropertyType "CaptureNextStep" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

type PropertyType "CaptureResponse" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

type PropertyType "CodeHook" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

type PropertyType "ElicitationCodeHook" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

type PropertyType "FailureConditional" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

type PropertyType "FailureNextStep" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

type PropertyType "FailureResponse" SlotCaptureSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotCaptureSettingProperty

data SlotDefaultValueProperty Source #

Instances

Instances details
ToJSON SlotDefaultValueProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotDefaultValueProperty

Show SlotDefaultValueProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotDefaultValueProperty

Eq SlotDefaultValueProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotDefaultValueProperty

ToResourceProperties SlotDefaultValueProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotDefaultValueProperty

Property "DefaultValue" SlotDefaultValueProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotDefaultValueProperty

Associated Types

type PropertyType "DefaultValue" SlotDefaultValueProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SlotDefaultValueProperty

type PropertyType "DefaultValue" SlotDefaultValueProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotDefaultValueProperty

data SlotDefaultValueSpecificationProperty Source #

Instances

Instances details
ToJSON SlotDefaultValueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotDefaultValueSpecificationProperty

Show SlotDefaultValueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotDefaultValueSpecificationProperty

Eq SlotDefaultValueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotDefaultValueSpecificationProperty

ToResourceProperties SlotDefaultValueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotDefaultValueSpecificationProperty

Property "DefaultValueList" SlotDefaultValueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotDefaultValueSpecificationProperty

type PropertyType "DefaultValueList" SlotDefaultValueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotDefaultValueSpecificationProperty

data SlotValueElicitationSettingProperty Source #

Instances

Instances details
ToJSON SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

Show SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

Eq SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

ToResourceProperties SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

Property "DefaultValueSpecification" SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

Property "PromptSpecification" SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

Property "SampleUtterances" SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

Property "SlotCaptureSetting" SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

Property "SlotConstraint" SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

Property "WaitAndContinueSpecification" SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

Associated Types

type PropertyType "WaitAndContinueSpecification" SlotValueElicitationSettingProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

type PropertyType "DefaultValueSpecification" SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

type PropertyType "PromptSpecification" SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

type PropertyType "SampleUtterances" SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

type PropertyType "SlotCaptureSetting" SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

type PropertyType "SlotConstraint" SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

type PropertyType "WaitAndContinueSpecification" SlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SlotValueElicitationSettingProperty

data SubSlotSettingProperty Source #

Instances

Instances details
ToJSON SubSlotSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty

Show SubSlotSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty

Eq SubSlotSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty

ToResourceProperties SubSlotSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty

Property "Expression" SubSlotSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty

Associated Types

type PropertyType "Expression" SubSlotSettingProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty

Property "SlotSpecifications" SubSlotSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty

Associated Types

type PropertyType "SlotSpecifications" SubSlotSettingProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty

type PropertyType "Expression" SubSlotSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty

type PropertyType "SlotSpecifications" SubSlotSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotSettingProperty

data WaitAndContinueSpecificationProperty Source #

Instances

Instances details
ToJSON WaitAndContinueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty

Show WaitAndContinueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty

Eq WaitAndContinueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty

ToResourceProperties WaitAndContinueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty

Property "ContinueResponse" WaitAndContinueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty

Property "IsActive" WaitAndContinueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty

Property "StillWaitingResponse" WaitAndContinueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty

Property "WaitingResponse" WaitAndContinueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty

type PropertyType "ContinueResponse" WaitAndContinueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty

type PropertyType "IsActive" WaitAndContinueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty

type PropertyType "StillWaitingResponse" WaitAndContinueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty

type PropertyType "WaitingResponse" WaitAndContinueSpecificationProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.WaitAndContinueSpecificationProperty

data SpecificationsProperty Source #

Instances

Instances details
ToJSON SpecificationsProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SpecificationsProperty

Show SpecificationsProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SpecificationsProperty

Eq SpecificationsProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SpecificationsProperty

ToResourceProperties SpecificationsProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SpecificationsProperty

Property "SlotTypeId" SpecificationsProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SpecificationsProperty

Associated Types

type PropertyType "SlotTypeId" SpecificationsProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SpecificationsProperty

Property "ValueElicitationSetting" SpecificationsProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SpecificationsProperty

Associated Types

type PropertyType "ValueElicitationSetting" SpecificationsProperty 
Instance details

Defined in Stratosphere.Lex.Bot.SpecificationsProperty

type PropertyType "SlotTypeId" SpecificationsProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SpecificationsProperty

type PropertyType "ValueElicitationSetting" SpecificationsProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SpecificationsProperty

data SubSlotValueElicitationSettingProperty Source #

Instances

Instances details
ToJSON SubSlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty

Show SubSlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty

Eq SubSlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty

ToResourceProperties SubSlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty

Property "DefaultValueSpecification" SubSlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty

Property "PromptSpecification" SubSlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty

Property "SampleUtterances" SubSlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty

Property "WaitAndContinueSpecification" SubSlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty

type PropertyType "DefaultValueSpecification" SubSlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty

type PropertyType "PromptSpecification" SubSlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty

type PropertyType "SampleUtterances" SubSlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty

type PropertyType "WaitAndContinueSpecification" SubSlotValueElicitationSettingProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.SubSlotValueElicitationSettingProperty

data IntentProperty Source #

Constructors

IntentProperty

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html

Fields

Instances

Instances details
ToJSON IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Show IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Eq IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

ToResourceProperties IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Property "BedrockAgentIntentConfiguration" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "BedrockAgentIntentConfiguration" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Methods

set :: PropertyType "BedrockAgentIntentConfiguration" IntentProperty -> IntentProperty -> IntentProperty #

Property "Description" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "Description" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "Description" IntentProperty = Value Text
Property "DialogCodeHook" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "DialogCodeHook" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Property "FulfillmentCodeHook" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "FulfillmentCodeHook" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Methods

set :: PropertyType "FulfillmentCodeHook" IntentProperty -> IntentProperty -> IntentProperty #

Property "InitialResponseSetting" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "InitialResponseSetting" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Methods

set :: PropertyType "InitialResponseSetting" IntentProperty -> IntentProperty -> IntentProperty #

Property "InputContexts" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "InputContexts" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Property "IntentClosingSetting" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "IntentClosingSetting" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Methods

set :: PropertyType "IntentClosingSetting" IntentProperty -> IntentProperty -> IntentProperty #

Property "IntentConfirmationSetting" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "IntentConfirmationSetting" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Methods

set :: PropertyType "IntentConfirmationSetting" IntentProperty -> IntentProperty -> IntentProperty #

Property "KendraConfiguration" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "KendraConfiguration" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Methods

set :: PropertyType "KendraConfiguration" IntentProperty -> IntentProperty -> IntentProperty #

Property "Name" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "Name" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Property "OutputContexts" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "OutputContexts" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Property "ParentIntentSignature" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "ParentIntentSignature" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "ParentIntentSignature" IntentProperty = Value Text

Methods

set :: PropertyType "ParentIntentSignature" IntentProperty -> IntentProperty -> IntentProperty #

Property "QInConnectIntentConfiguration" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "QInConnectIntentConfiguration" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Methods

set :: PropertyType "QInConnectIntentConfiguration" IntentProperty -> IntentProperty -> IntentProperty #

Property "QnAIntentConfiguration" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "QnAIntentConfiguration" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Methods

set :: PropertyType "QnAIntentConfiguration" IntentProperty -> IntentProperty -> IntentProperty #

Property "SampleUtterances" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "SampleUtterances" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Methods

set :: PropertyType "SampleUtterances" IntentProperty -> IntentProperty -> IntentProperty #

Property "SlotPriorities" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "SlotPriorities" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Property "Slots" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

Associated Types

type PropertyType "Slots" IntentProperty 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "BedrockAgentIntentConfiguration" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "Description" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "Description" IntentProperty = Value Text
type PropertyType "DialogCodeHook" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "FulfillmentCodeHook" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "InitialResponseSetting" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "InputContexts" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "IntentClosingSetting" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "IntentConfirmationSetting" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "KendraConfiguration" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "Name" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "OutputContexts" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "ParentIntentSignature" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "ParentIntentSignature" IntentProperty = Value Text
type PropertyType "QInConnectIntentConfiguration" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "QnAIntentConfiguration" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "SampleUtterances" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "SlotPriorities" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty

type PropertyType "Slots" IntentProperty Source # 
Instance details

Defined in Stratosphere.Lex.Bot.IntentProperty