class Azure::CognitiveServices::LuisAuthoring::V3_0_preview::Models::ExplicitListItemUpdateObject
Model
object for updating an explicit (exception) list item.
Attributes
explicit_list_item[RW]
@return [String] The explicit list item.
Private Class Methods
mapper()
click to toggle source
Mapper for ExplicitListItemUpdateObject
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/3.0-preview/generated/azure_cognitiveservices_luisauthoring/models/explicit_list_item_update_object.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ExplicitListItemUpdateObject', type: { name: 'Composite', class_name: 'ExplicitListItemUpdateObject', model_properties: { explicit_list_item: { client_side_validation: true, required: false, serialized_name: 'explicitListItem', type: { name: 'String' } } } } } end