struct LetterToBOT

Overview

Inject here the variable provide by our integration conversation

Defined in:

bot/handle_conversation.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, phone : String, text : String) #

[View source]

Instance Method Detail

def name : String #

[View source]
def name=(name : String) #

[View source]
def phone : String #

[View source]
def phone=(phone : String) #

[View source]
def text : String #

[View source]
def text=(text : String) #

[View source]
def to_h #

[View source]