FFAIAgentAction$json top-level constant

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

Implementation

@$core.Deprecated('Use fFAIAgentActionDescriptor instead')
const FFAIAgentAction$json = {
  '1': 'FFAIAgentAction',
  '2': [
    {
      '1': 'send_message',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFAIAgentRequest',
      '9': 0,
      '10': 'sendMessage'
    },
    {
      '1': 'clear_messages',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFClearAIAgentMessages',
      '9': 0,
      '10': 'clearMessages'
    },
  ],
  '8': [
    {'1': 'action'},
  ],
};