stratosphere-chatbot-1.0.0: Stratosphere integration for AWS Chatbot.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Chatbot.CustomAction

Documentation

data CustomAction Source #

Instances

Instances details
ToJSON CustomAction Source # 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

Show CustomAction Source # 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

Eq CustomAction Source # 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

ToResourceProperties CustomAction Source # 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

Property "ActionName" CustomAction Source # 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

Associated Types

type PropertyType "ActionName" CustomAction 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

type PropertyType "ActionName" CustomAction = Value Text
Property "AliasName" CustomAction Source # 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

Associated Types

type PropertyType "AliasName" CustomAction 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

type PropertyType "AliasName" CustomAction = Value Text
Property "Attachments" CustomAction Source # 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

Associated Types

type PropertyType "Attachments" CustomAction 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

Methods

set :: PropertyType "Attachments" CustomAction -> CustomAction -> CustomAction #

Property "Definition" CustomAction Source # 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

Associated Types

type PropertyType "Definition" CustomAction 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

Property "Tags" CustomAction Source # 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

Associated Types

type PropertyType "Tags" CustomAction 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

type PropertyType "Tags" CustomAction = [Tag]
type PropertyType "ActionName" CustomAction Source # 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

type PropertyType "ActionName" CustomAction = Value Text
type PropertyType "AliasName" CustomAction Source # 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

type PropertyType "AliasName" CustomAction = Value Text
type PropertyType "Attachments" CustomAction Source # 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

type PropertyType "Definition" CustomAction Source # 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

type PropertyType "Tags" CustomAction Source # 
Instance details

Defined in Stratosphere.Chatbot.CustomAction

type PropertyType "Tags" CustomAction = [Tag]