class BotMapped::Conversation
- BotMapped::Conversation
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
bot/config_bot/bot_config_read.crConstructors
Instance Method Summary
- #actionResultBlock : Bool
- #actionResultBlock=(actionResultBlock : Bool)
- #actionTextBlocks : Array(ActionTextBlocks) | Nil
- #actionTextBlocks=(actionTextBlocks : Array(ActionTextBlocks) | Nil)
- #helpTextBlock : String | Nil
- #helpTextBlock=(helpTextBlock : String | Nil)
- #internVariables : Array(String) | Nil
- #internVariables=(internVariables : Array(String) | Nil)
- #phase : Int32
- #phase=(phase : Int32)
- #textBlock : String | Nil
- #textBlock=(textBlock : String | Nil)
- #to_h
- #updateToPhase : Int32 | Nil
- #updateToPhase=(updateToPhase : Int32 | Nil)