class Hasura::Schema::GetMessages::StorySection::Prompts

Included Modules

Defined in:

schema/schema.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def attachment : String | Nil #

def attachment=(attachment : String | Nil) #

def id : String #

def id=(id : String) #

def id? : String | Nil #

def logic : String #

def logic=(logic : String) #

def logic? : String | Nil #

def parent : String | Nil #

def parent=(parent : String | Nil) #

def sender_id : String #

def sender_id=(sender_id : String) #

def sender_id? : String | Nil #

def text : String #

def text=(text : String) #

def text? : String | Nil #

def type : String #

def type=(type : String) #

def type? : String | Nil #