class Mappings::IntentNotRecognizedMessage
- Mappings::IntentNotRecognizedMessage
- Mappings::Mapping
- Reference
- Object
Overview
A message sent when no intents were recognized.
- site_id [
String
] : The site where no intent was recognized. - session_id [
String
] : The session in which no intent was recognized. - input [
String
] : Nullable, the text that didn't match any intent. - custom_data [
String
] : Nullable, the custom data that was given at the session creation. - alternatives [
NluIntentAlternativeArray
] : Nullable, alternative intent resolutions. - confidence_score [
Float32
] : Expresses the confidence that no intent was found.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #alternatives
- #confidence_score
- #custom_data
- #data : DataType
- #data=(data : DataType)
- #input
- #session_id
- #site_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?
.