class Mappings::ActionSessionInit
- Mappings::ActionSessionInit
- Mappings::Mapping
- Reference
- Object
Overview
Data used to initialize a session of type "Action".
- text [
String
] : If defined, a text to speak when the session is started. - intent_filter [
StringArray
] : Nullable, an optional list of intent name to restrict the parsing of the user response to. - can_be_enqueued [
Bool
] : A boolean to indicate if the session can be enqueued if it can't be started immediately. - send_intent_not_recognized [
Bool
] : A boolean to indicate whether the dialogue manager should handle non recognized intents by itself or sent them as anCIntentNotRecognizedMessage
for the client to handle. This setting applies only to the next conversation turn.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #can_be_enqueued
- #data : DataType
- #data=(data : DataType)
- #intent_filter
- #send_intent_not_recognized
- #text
- #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?
.