class Mappings::DialogueConfigureIntent
- Mappings::DialogueConfigureIntent
- Mappings::Mapping
- Reference
- Object
Overview
Configure (enable or disable) an intent.
- intent_id [
String
] : The name of the intent that should be configured. - enable [
Bool
] : Whether this intent should be activated or not.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #data : DataType
- #data=(data : DataType)
- #enable
- #intent_id
- #to_unsafe
Macro Summary
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.