Intent_Message_TableCard$json top-level constant

  1. @Deprecated('Use intentDescriptor instead')
Map<String, Object> const Intent_Message_TableCard$json

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,
      '8': const {},
      '10': 'subtitle'
    },
    const {
      '1': 'image',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.Intent.Message.Image',
      '8': const {},
      '10': 'image'
    },
    const {
      '1': 'column_properties',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.Intent.Message.ColumnProperties',
      '8': const {},
      '10': 'columnProperties'
    },
    const {
      '1': 'rows',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.Intent.Message.TableCardRow',
      '8': const {},
      '10': 'rows'
    },
    const {
      '1': 'buttons',
      '3': 6,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button',
      '8': const {},
      '10': 'buttons'
    },
  ],
};