Intent_Message_TableCard$json top-level constant
Implementation
@$core.Deprecated('Use intentDescriptor instead')
const Intent_Message_TableCard$json = const {
'1': 'TableCard',
'2': const [
const {'1': 'title', '3': 1, '4': 1, '5': 9, '10': 'title'},
const {'1': 'subtitle', '3': 2, '4': 1, '5': 9, '10': 'subtitle'},
const {
'1': 'image',
'3': 3,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.Intent.Message.Image',
'10': 'image'
},
const {
'1': 'column_properties',
'3': 4,
'4': 3,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.Intent.Message.ColumnProperties',
'10': 'columnProperties'
},
const {
'1': 'rows',
'3': 5,
'4': 3,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.Intent.Message.TableCardRow',
'10': 'rows'
},
const {
'1': 'buttons',
'3': 6,
'4': 3,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button',
'10': 'buttons'
},
],
};