class Mappings::DialogueConfigureIntent

Overview

Configure (enable or disable) an intent.

Defined in:

bindings/mappings.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(c_data : LibHermes::CDialogueConfigureIntent) #

[View source]
def self.new(data) #

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def data : DataType #

def data=(data : DataType) #

def enable #

[View source]
def intent_id #

[View source]
def to_unsafe #

[View source]

Macro Detail

macro method_missing(call) #