Intent_Parameter$json top-level constant
Implementation
@$core.Deprecated('Use intentDescriptor instead')
const Intent_Parameter$json = const {
'1': 'Parameter',
'2': const [
const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
const {'1': 'display_name', '3': 2, '4': 1, '5': 9, '10': 'displayName'},
const {'1': 'value', '3': 3, '4': 1, '5': 9, '8': const {}, '10': 'value'},
const {
'1': 'default_value',
'3': 4,
'4': 1,
'5': 9,
'8': const {},
'10': 'defaultValue'
},
const {
'1': 'entity_type_display_name',
'3': 5,
'4': 1,
'5': 9,
'8': const {},
'10': 'entityTypeDisplayName'
},
const {
'1': 'mandatory',
'3': 6,
'4': 1,
'5': 8,
'8': const {},
'10': 'mandatory'
},
const {
'1': 'prompts',
'3': 7,
'4': 3,
'5': 9,
'8': const {},
'10': 'prompts'
},
const {
'1': 'is_list',
'3': 8,
'4': 1,
'5': 8,
'8': const {},
'10': 'isList'
},
],
};