ChatWithImageRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use chatWithImageRequestDescriptor instead')
const ChatWithImageRequest$json = {
  '1': 'ChatWithImageRequest',
  '2': [
    {'1': 'conversation_id', '3': 1, '4': 1, '5': 9, '10': 'conversationId'},
    {'1': 'text', '3': 2, '4': 1, '5': 9, '10': 'text'},
    {'1': 'image', '3': 3, '4': 1, '5': 12, '10': 'image'},
  ],
};