class Mappings::InjectionRequestMessage
- Mappings::InjectionRequestMessage
- Mappings::Mapping
- Reference
- Object
Overview
A message used to inject values.
- operations [
InjectionRequestOperations
] : The injection operations to perform. - lexicon [
MapStringToStringArray
] : Custom pronunciations. - cross_language [
String
] : Nullable, an extra language to compute the pronunciations for. - id [
String
] : Id of the injection request.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #cross_language
- #data : DataType
- #data=(data : DataType)
- #id
- #lexicon
- #operations
- #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?
.