class BotMapped::Conversation

Included Modules

Defined in:

bot/config_bot/bot_config_read.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def actionResultBlock : Bool #

[View source]
def actionResultBlock=(actionResultBlock : Bool) #

[View source]
def actionTextBlocks : Array(ActionTextBlocks) | Nil #

[View source]
def actionTextBlocks=(actionTextBlocks : Array(ActionTextBlocks) | Nil) #

[View source]
def helpTextBlock : String | Nil #

[View source]
def helpTextBlock=(helpTextBlock : String | Nil) #

[View source]
def internVariables : Array(String) | Nil #

[View source]
def internVariables=(internVariables : Array(String) | Nil) #

[View source]
def phase : Int32 #

[View source]
def phase=(phase : Int32) #

[View source]
def textBlock : String | Nil #

[View source]
def textBlock=(textBlock : String | Nil) #

[View source]
def to_h #

[View source]
def updateToPhase : Int32 | Nil #

[View source]
def updateToPhase=(updateToPhase : Int32 | Nil) #

[View source]