| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Wisdom.AIAgent
Documentation
data TagConditionProperty Source #
Constructors
| TagConditionProperty | |
Instances
data AIAgentConfigurationProperty Source #
Constructors
| AIAgentConfigurationProperty | |
Instances
| ToJSON AIAgentConfigurationProperty Source # | |||||
| Show AIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AIAgentConfigurationProperty Methods showsPrec :: Int -> AIAgentConfigurationProperty -> ShowS # show :: AIAgentConfigurationProperty -> String # showList :: [AIAgentConfigurationProperty] -> ShowS # | |||||
| Eq AIAgentConfigurationProperty Source # | |||||
| ToResourceProperties AIAgentConfigurationProperty Source # | |||||
| Property "AnswerRecommendationAIAgentConfiguration" AIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "AnswerRecommendationAIAgentConfiguration" AIAgentConfigurationProperty -> AIAgentConfigurationProperty -> AIAgentConfigurationProperty # | |||||
| Property "ManualSearchAIAgentConfiguration" AIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "ManualSearchAIAgentConfiguration" AIAgentConfigurationProperty -> AIAgentConfigurationProperty -> AIAgentConfigurationProperty # | |||||
| Property "SelfServiceAIAgentConfiguration" AIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "SelfServiceAIAgentConfiguration" AIAgentConfigurationProperty -> AIAgentConfigurationProperty -> AIAgentConfigurationProperty # | |||||
| type PropertyType "AnswerRecommendationAIAgentConfiguration" AIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AIAgentConfigurationProperty type PropertyType "AnswerRecommendationAIAgentConfiguration" AIAgentConfigurationProperty = AnswerRecommendationAIAgentConfigurationProperty | |||||
| type PropertyType "ManualSearchAIAgentConfiguration" AIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AIAgentConfigurationProperty type PropertyType "ManualSearchAIAgentConfiguration" AIAgentConfigurationProperty = ManualSearchAIAgentConfigurationProperty | |||||
| type PropertyType "SelfServiceAIAgentConfiguration" AIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AIAgentConfigurationProperty type PropertyType "SelfServiceAIAgentConfiguration" AIAgentConfigurationProperty = SelfServiceAIAgentConfigurationProperty | |||||
data AnswerRecommendationAIAgentConfigurationProperty Source #
Constructors
| AnswerRecommendationAIAgentConfigurationProperty | |
Fields
| |
Instances
| ToJSON AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AnswerRecommendationAIAgentConfigurationProperty Methods toJSON :: AnswerRecommendationAIAgentConfigurationProperty -> Value # toEncoding :: AnswerRecommendationAIAgentConfigurationProperty -> Encoding # toJSONList :: [AnswerRecommendationAIAgentConfigurationProperty] -> Value # toEncodingList :: [AnswerRecommendationAIAgentConfigurationProperty] -> Encoding # omitField :: AnswerRecommendationAIAgentConfigurationProperty -> Bool # | |||||
| Show AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
| Eq AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
| ToResourceProperties AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
| Property "AnswerGenerationAIGuardrailId" AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AnswerRecommendationAIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "AnswerGenerationAIGuardrailId" AnswerRecommendationAIAgentConfigurationProperty -> AnswerRecommendationAIAgentConfigurationProperty -> AnswerRecommendationAIAgentConfigurationProperty # | |||||
| Property "AnswerGenerationAIPromptId" AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AnswerRecommendationAIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "AnswerGenerationAIPromptId" AnswerRecommendationAIAgentConfigurationProperty -> AnswerRecommendationAIAgentConfigurationProperty -> AnswerRecommendationAIAgentConfigurationProperty # | |||||
| Property "AssociationConfigurations" AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AnswerRecommendationAIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "AssociationConfigurations" AnswerRecommendationAIAgentConfigurationProperty -> AnswerRecommendationAIAgentConfigurationProperty -> AnswerRecommendationAIAgentConfigurationProperty # | |||||
| Property "IntentLabelingGenerationAIPromptId" AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AnswerRecommendationAIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "IntentLabelingGenerationAIPromptId" AnswerRecommendationAIAgentConfigurationProperty -> AnswerRecommendationAIAgentConfigurationProperty -> AnswerRecommendationAIAgentConfigurationProperty # | |||||
| Property "Locale" AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AnswerRecommendationAIAgentConfigurationProperty Associated Types
| |||||
| Property "QueryReformulationAIPromptId" AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AnswerRecommendationAIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "QueryReformulationAIPromptId" AnswerRecommendationAIAgentConfigurationProperty -> AnswerRecommendationAIAgentConfigurationProperty -> AnswerRecommendationAIAgentConfigurationProperty # | |||||
| type PropertyType "AnswerGenerationAIGuardrailId" AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AnswerRecommendationAIAgentConfigurationProperty type PropertyType "AnswerGenerationAIGuardrailId" AnswerRecommendationAIAgentConfigurationProperty = Value Text | |||||
| type PropertyType "AnswerGenerationAIPromptId" AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AnswerRecommendationAIAgentConfigurationProperty type PropertyType "AnswerGenerationAIPromptId" AnswerRecommendationAIAgentConfigurationProperty = Value Text | |||||
| type PropertyType "AssociationConfigurations" AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AnswerRecommendationAIAgentConfigurationProperty type PropertyType "AssociationConfigurations" AnswerRecommendationAIAgentConfigurationProperty = [AssociationConfigurationProperty] | |||||
| type PropertyType "IntentLabelingGenerationAIPromptId" AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AnswerRecommendationAIAgentConfigurationProperty type PropertyType "IntentLabelingGenerationAIPromptId" AnswerRecommendationAIAgentConfigurationProperty = Value Text | |||||
| type PropertyType "Locale" AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
| type PropertyType "QueryReformulationAIPromptId" AnswerRecommendationAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AnswerRecommendationAIAgentConfigurationProperty type PropertyType "QueryReformulationAIPromptId" AnswerRecommendationAIAgentConfigurationProperty = Value Text | |||||
data ManualSearchAIAgentConfigurationProperty Source #
Constructors
| ManualSearchAIAgentConfigurationProperty | |
Fields | |
Instances
| ToJSON ManualSearchAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.ManualSearchAIAgentConfigurationProperty Methods toJSON :: ManualSearchAIAgentConfigurationProperty -> Value # toEncoding :: ManualSearchAIAgentConfigurationProperty -> Encoding # toJSONList :: [ManualSearchAIAgentConfigurationProperty] -> Value # toEncodingList :: [ManualSearchAIAgentConfigurationProperty] -> Encoding # omitField :: ManualSearchAIAgentConfigurationProperty -> Bool # | |||||
| Show ManualSearchAIAgentConfigurationProperty Source # | |||||
| Eq ManualSearchAIAgentConfigurationProperty Source # | |||||
| ToResourceProperties ManualSearchAIAgentConfigurationProperty Source # | |||||
| Property "AnswerGenerationAIGuardrailId" ManualSearchAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.ManualSearchAIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "AnswerGenerationAIGuardrailId" ManualSearchAIAgentConfigurationProperty -> ManualSearchAIAgentConfigurationProperty -> ManualSearchAIAgentConfigurationProperty # | |||||
| Property "AnswerGenerationAIPromptId" ManualSearchAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.ManualSearchAIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "AnswerGenerationAIPromptId" ManualSearchAIAgentConfigurationProperty -> ManualSearchAIAgentConfigurationProperty -> ManualSearchAIAgentConfigurationProperty # | |||||
| Property "AssociationConfigurations" ManualSearchAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.ManualSearchAIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "AssociationConfigurations" ManualSearchAIAgentConfigurationProperty -> ManualSearchAIAgentConfigurationProperty -> ManualSearchAIAgentConfigurationProperty # | |||||
| Property "Locale" ManualSearchAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.ManualSearchAIAgentConfigurationProperty Associated Types
| |||||
| type PropertyType "AnswerGenerationAIGuardrailId" ManualSearchAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.ManualSearchAIAgentConfigurationProperty type PropertyType "AnswerGenerationAIGuardrailId" ManualSearchAIAgentConfigurationProperty = Value Text | |||||
| type PropertyType "AnswerGenerationAIPromptId" ManualSearchAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.ManualSearchAIAgentConfigurationProperty type PropertyType "AnswerGenerationAIPromptId" ManualSearchAIAgentConfigurationProperty = Value Text | |||||
| type PropertyType "AssociationConfigurations" ManualSearchAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.ManualSearchAIAgentConfigurationProperty type PropertyType "AssociationConfigurations" ManualSearchAIAgentConfigurationProperty = [AssociationConfigurationProperty] | |||||
| type PropertyType "Locale" ManualSearchAIAgentConfigurationProperty Source # | |||||
data SelfServiceAIAgentConfigurationProperty Source #
Constructors
| SelfServiceAIAgentConfigurationProperty | |
Instances
| ToJSON SelfServiceAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.SelfServiceAIAgentConfigurationProperty Methods toJSON :: SelfServiceAIAgentConfigurationProperty -> Value # toEncoding :: SelfServiceAIAgentConfigurationProperty -> Encoding # toJSONList :: [SelfServiceAIAgentConfigurationProperty] -> Value # toEncodingList :: [SelfServiceAIAgentConfigurationProperty] -> Encoding # omitField :: SelfServiceAIAgentConfigurationProperty -> Bool # | |||||
| Show SelfServiceAIAgentConfigurationProperty Source # | |||||
| Eq SelfServiceAIAgentConfigurationProperty Source # | |||||
| ToResourceProperties SelfServiceAIAgentConfigurationProperty Source # | |||||
| Property "AssociationConfigurations" SelfServiceAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.SelfServiceAIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "AssociationConfigurations" SelfServiceAIAgentConfigurationProperty -> SelfServiceAIAgentConfigurationProperty -> SelfServiceAIAgentConfigurationProperty # | |||||
| Property "SelfServiceAIGuardrailId" SelfServiceAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.SelfServiceAIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "SelfServiceAIGuardrailId" SelfServiceAIAgentConfigurationProperty -> SelfServiceAIAgentConfigurationProperty -> SelfServiceAIAgentConfigurationProperty # | |||||
| Property "SelfServiceAnswerGenerationAIPromptId" SelfServiceAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.SelfServiceAIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "SelfServiceAnswerGenerationAIPromptId" SelfServiceAIAgentConfigurationProperty -> SelfServiceAIAgentConfigurationProperty -> SelfServiceAIAgentConfigurationProperty # | |||||
| Property "SelfServicePreProcessingAIPromptId" SelfServiceAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.SelfServiceAIAgentConfigurationProperty Associated Types
Methods set :: PropertyType "SelfServicePreProcessingAIPromptId" SelfServiceAIAgentConfigurationProperty -> SelfServiceAIAgentConfigurationProperty -> SelfServiceAIAgentConfigurationProperty # | |||||
| type PropertyType "AssociationConfigurations" SelfServiceAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.SelfServiceAIAgentConfigurationProperty type PropertyType "AssociationConfigurations" SelfServiceAIAgentConfigurationProperty = [AssociationConfigurationProperty] | |||||
| type PropertyType "SelfServiceAIGuardrailId" SelfServiceAIAgentConfigurationProperty Source # | |||||
| type PropertyType "SelfServiceAnswerGenerationAIPromptId" SelfServiceAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.SelfServiceAIAgentConfigurationProperty type PropertyType "SelfServiceAnswerGenerationAIPromptId" SelfServiceAIAgentConfigurationProperty = Value Text | |||||
| type PropertyType "SelfServicePreProcessingAIPromptId" SelfServiceAIAgentConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.SelfServiceAIAgentConfigurationProperty type PropertyType "SelfServicePreProcessingAIPromptId" SelfServiceAIAgentConfigurationProperty = Value Text | |||||
data AssociationConfigurationProperty Source #
Constructors
| AssociationConfigurationProperty | |
Fields | |
Instances
| ToJSON AssociationConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AssociationConfigurationProperty | |||||
| Show AssociationConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AssociationConfigurationProperty Methods showsPrec :: Int -> AssociationConfigurationProperty -> ShowS # | |||||
| Eq AssociationConfigurationProperty Source # | |||||
| ToResourceProperties AssociationConfigurationProperty Source # | |||||
| Property "AssociationConfigurationData" AssociationConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AssociationConfigurationProperty Associated Types
Methods set :: PropertyType "AssociationConfigurationData" AssociationConfigurationProperty -> AssociationConfigurationProperty -> AssociationConfigurationProperty # | |||||
| Property "AssociationId" AssociationConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AssociationConfigurationProperty Associated Types
Methods set :: PropertyType "AssociationId" AssociationConfigurationProperty -> AssociationConfigurationProperty -> AssociationConfigurationProperty # | |||||
| Property "AssociationType" AssociationConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AssociationConfigurationProperty Associated Types
Methods set :: PropertyType "AssociationType" AssociationConfigurationProperty -> AssociationConfigurationProperty -> AssociationConfigurationProperty # | |||||
| type PropertyType "AssociationConfigurationData" AssociationConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AssociationConfigurationProperty type PropertyType "AssociationConfigurationData" AssociationConfigurationProperty = AssociationConfigurationDataProperty | |||||
| type PropertyType "AssociationId" AssociationConfigurationProperty Source # | |||||
| type PropertyType "AssociationType" AssociationConfigurationProperty Source # | |||||
data AssociationConfigurationDataProperty Source #
Constructors
| AssociationConfigurationDataProperty | |
Instances
| ToJSON AssociationConfigurationDataProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AssociationConfigurationDataProperty | |||||
| Show AssociationConfigurationDataProperty Source # | |||||
| Eq AssociationConfigurationDataProperty Source # | |||||
| ToResourceProperties AssociationConfigurationDataProperty Source # | |||||
| Property "KnowledgeBaseAssociationConfigurationData" AssociationConfigurationDataProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AssociationConfigurationDataProperty Associated Types
Methods set :: PropertyType "KnowledgeBaseAssociationConfigurationData" AssociationConfigurationDataProperty -> AssociationConfigurationDataProperty -> AssociationConfigurationDataProperty # | |||||
| type PropertyType "KnowledgeBaseAssociationConfigurationData" AssociationConfigurationDataProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.AssociationConfigurationDataProperty type PropertyType "KnowledgeBaseAssociationConfigurationData" AssociationConfigurationDataProperty = KnowledgeBaseAssociationConfigurationDataProperty | |||||
data KnowledgeBaseAssociationConfigurationDataProperty Source #
Constructors
| KnowledgeBaseAssociationConfigurationDataProperty | |
Fields | |
Instances
| ToJSON KnowledgeBaseAssociationConfigurationDataProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.KnowledgeBaseAssociationConfigurationDataProperty Methods toJSON :: KnowledgeBaseAssociationConfigurationDataProperty -> Value # toEncoding :: KnowledgeBaseAssociationConfigurationDataProperty -> Encoding # toJSONList :: [KnowledgeBaseAssociationConfigurationDataProperty] -> Value # toEncodingList :: [KnowledgeBaseAssociationConfigurationDataProperty] -> Encoding # omitField :: KnowledgeBaseAssociationConfigurationDataProperty -> Bool # | |||||
| Show KnowledgeBaseAssociationConfigurationDataProperty Source # | |||||
| Eq KnowledgeBaseAssociationConfigurationDataProperty Source # | |||||
| ToResourceProperties KnowledgeBaseAssociationConfigurationDataProperty Source # | |||||
| Property "ContentTagFilter" KnowledgeBaseAssociationConfigurationDataProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.KnowledgeBaseAssociationConfigurationDataProperty Associated Types
| |||||
| Property "MaxResults" KnowledgeBaseAssociationConfigurationDataProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.KnowledgeBaseAssociationConfigurationDataProperty Associated Types
| |||||
| Property "OverrideKnowledgeBaseSearchType" KnowledgeBaseAssociationConfigurationDataProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.KnowledgeBaseAssociationConfigurationDataProperty Associated Types
Methods set :: PropertyType "OverrideKnowledgeBaseSearchType" KnowledgeBaseAssociationConfigurationDataProperty -> KnowledgeBaseAssociationConfigurationDataProperty -> KnowledgeBaseAssociationConfigurationDataProperty # | |||||
| type PropertyType "ContentTagFilter" KnowledgeBaseAssociationConfigurationDataProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.KnowledgeBaseAssociationConfigurationDataProperty type PropertyType "ContentTagFilter" KnowledgeBaseAssociationConfigurationDataProperty = TagFilterProperty | |||||
| type PropertyType "MaxResults" KnowledgeBaseAssociationConfigurationDataProperty Source # | |||||
| type PropertyType "OverrideKnowledgeBaseSearchType" KnowledgeBaseAssociationConfigurationDataProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.KnowledgeBaseAssociationConfigurationDataProperty type PropertyType "OverrideKnowledgeBaseSearchType" KnowledgeBaseAssociationConfigurationDataProperty = Value Text | |||||
data TagFilterProperty Source #
Constructors
| TagFilterProperty | |
Fields | |
Instances
| ToJSON TagFilterProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.TagFilterProperty Methods toJSON :: TagFilterProperty -> Value # toEncoding :: TagFilterProperty -> Encoding # toJSONList :: [TagFilterProperty] -> Value # toEncodingList :: [TagFilterProperty] -> Encoding # omitField :: TagFilterProperty -> Bool # | |||||
| Show TagFilterProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.TagFilterProperty Methods showsPrec :: Int -> TagFilterProperty -> ShowS # show :: TagFilterProperty -> String # showList :: [TagFilterProperty] -> ShowS # | |||||
| Eq TagFilterProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.TagFilterProperty Methods (==) :: TagFilterProperty -> TagFilterProperty -> Bool # (/=) :: TagFilterProperty -> TagFilterProperty -> Bool # | |||||
| ToResourceProperties TagFilterProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.TagFilterProperty Methods toResourceProperties :: TagFilterProperty -> ResourceProperties # | |||||
| Property "AndConditions" TagFilterProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.TagFilterProperty Associated Types
Methods set :: PropertyType "AndConditions" TagFilterProperty -> TagFilterProperty -> TagFilterProperty # | |||||
| Property "OrConditions" TagFilterProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.TagFilterProperty Associated Types
Methods set :: PropertyType "OrConditions" TagFilterProperty -> TagFilterProperty -> TagFilterProperty # | |||||
| Property "TagCondition" TagFilterProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.TagFilterProperty Associated Types
Methods set :: PropertyType "TagCondition" TagFilterProperty -> TagFilterProperty -> TagFilterProperty # | |||||
| type PropertyType "AndConditions" TagFilterProperty Source # | |||||
| type PropertyType "OrConditions" TagFilterProperty Source # | |||||
| type PropertyType "TagCondition" TagFilterProperty Source # | |||||
data OrConditionProperty Source #
Constructors
| OrConditionProperty | |
Fields | |
Instances
| ToJSON OrConditionProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.OrConditionProperty Methods toJSON :: OrConditionProperty -> Value # toEncoding :: OrConditionProperty -> Encoding # toJSONList :: [OrConditionProperty] -> Value # toEncodingList :: [OrConditionProperty] -> Encoding # omitField :: OrConditionProperty -> Bool # | |||||
| Show OrConditionProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.OrConditionProperty Methods showsPrec :: Int -> OrConditionProperty -> ShowS # show :: OrConditionProperty -> String # showList :: [OrConditionProperty] -> ShowS # | |||||
| Eq OrConditionProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.OrConditionProperty Methods (==) :: OrConditionProperty -> OrConditionProperty -> Bool # (/=) :: OrConditionProperty -> OrConditionProperty -> Bool # | |||||
| ToResourceProperties OrConditionProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.OrConditionProperty Methods toResourceProperties :: OrConditionProperty -> ResourceProperties # | |||||
| Property "AndConditions" OrConditionProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.OrConditionProperty Associated Types
Methods set :: PropertyType "AndConditions" OrConditionProperty -> OrConditionProperty -> OrConditionProperty # | |||||
| Property "TagCondition" OrConditionProperty Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent.OrConditionProperty Associated Types
Methods set :: PropertyType "TagCondition" OrConditionProperty -> OrConditionProperty -> OrConditionProperty # | |||||
| type PropertyType "AndConditions" OrConditionProperty Source # | |||||
| type PropertyType "TagCondition" OrConditionProperty Source # | |||||
mkAnswerRecommendationAIAgentConfigurationProperty :: AnswerRecommendationAIAgentConfigurationProperty Source #
mkAssociationConfigurationDataProperty :: KnowledgeBaseAssociationConfigurationDataProperty -> AssociationConfigurationDataProperty Source #
mkKnowledgeBaseAssociationConfigurationDataProperty :: KnowledgeBaseAssociationConfigurationDataProperty Source #
Constructors
| AIAgent | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiagent.html |
Fields
| |
Instances
| ToJSON AIAgent Source # | |||||
| Show AIAgent Source # | |||||
| Eq AIAgent Source # | |||||
| ToResourceProperties AIAgent Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent Methods | |||||
| Property "AssistantId" AIAgent Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent Associated Types
| |||||
| Property "Configuration" AIAgent Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent Associated Types
| |||||
| Property "Description" AIAgent Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent Associated Types
| |||||
| Property "Name" AIAgent Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent Associated Types
| |||||
| Property "Tags" AIAgent Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent Associated Types
| |||||
| Property "Type" AIAgent Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent Associated Types
| |||||
| type PropertyType "AssistantId" AIAgent Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent | |||||
| type PropertyType "Configuration" AIAgent Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent | |||||
| type PropertyType "Description" AIAgent Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent | |||||
| type PropertyType "Name" AIAgent Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent | |||||
| type PropertyType "Tags" AIAgent Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent | |||||
| type PropertyType "Type" AIAgent Source # | |||||
Defined in Stratosphere.Wisdom.AIAgent | |||||