SendBotMessageReq$json top-level constant

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

Implementation

@$core.Deprecated('Use sendBotMessageReqDescriptor instead')
const SendBotMessageReq$json = {
  '1': 'SendBotMessageReq',
  '2': [
    {'1': 'agentID', '3': 1, '4': 1, '5': 9, '10': 'agentID'},
    {'1': 'conversationID', '3': 2, '4': 1, '5': 9, '10': 'conversationID'},
    {'1': 'contentType', '3': 3, '4': 1, '5': 5, '10': 'contentType'},
    {'1': 'content', '3': 4, '4': 1, '5': 9, '10': 'content'},
    {'1': 'ex', '3': 5, '4': 1, '5': 9, '10': 'ex'},
    {'1': 'key', '3': 6, '4': 1, '5': 9, '10': 'key'},
  ],
};