Intent_Message_BasicCard$json top-level constant
Implementation
@$core.Deprecated('Use intentDescriptor instead')
const Intent_Message_BasicCard$json = const {
'1': 'BasicCard',
'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': 'formatted_text',
'3': 3,
'4': 1,
'5': 9,
'10': 'formattedText'
},
const {
'1': 'image',
'3': 4,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.Intent.Message.Image',
'10': 'image'
},
const {
'1': 'buttons',
'3': 5,
'4': 3,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button',
'10': 'buttons'
},
],
'3': const [Intent_Message_BasicCard_Button$json],
};