Intent$json top-level constant

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

Implementation

@$core.Deprecated('Use intentDescriptor instead')
const Intent$json = const {
  '1': 'Intent',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'name'},
    const {
      '1': 'display_name',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'displayName'
    },
    const {
      '1': 'webhook_state',
      '3': 6,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2.Intent.WebhookState',
      '8': const {},
      '10': 'webhookState'
    },
    const {
      '1': 'priority',
      '3': 3,
      '4': 1,
      '5': 5,
      '8': const {},
      '10': 'priority'
    },
    const {
      '1': 'is_fallback',
      '3': 4,
      '4': 1,
      '5': 8,
      '8': const {},
      '10': 'isFallback'
    },
    const {
      '1': 'ml_disabled',
      '3': 19,
      '4': 1,
      '5': 8,
      '8': const {},
      '10': 'mlDisabled'
    },
    const {
      '1': 'live_agent_handoff',
      '3': 20,
      '4': 1,
      '5': 8,
      '8': const {},
      '10': 'liveAgentHandoff'
    },
    const {
      '1': 'end_interaction',
      '3': 21,
      '4': 1,
      '5': 8,
      '8': const {},
      '10': 'endInteraction'
    },
    const {
      '1': 'input_context_names',
      '3': 7,
      '4': 3,
      '5': 9,
      '8': const {},
      '10': 'inputContextNames'
    },
    const {
      '1': 'events',
      '3': 8,
      '4': 3,
      '5': 9,
      '8': const {},
      '10': 'events'
    },
    const {
      '1': 'training_phrases',
      '3': 9,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.Intent.TrainingPhrase',
      '8': const {},
      '10': 'trainingPhrases'
    },
    const {
      '1': 'action',
      '3': 10,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'action'
    },
    const {
      '1': 'output_contexts',
      '3': 11,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.Context',
      '8': const {},
      '10': 'outputContexts'
    },
    const {
      '1': 'reset_contexts',
      '3': 12,
      '4': 1,
      '5': 8,
      '8': const {},
      '10': 'resetContexts'
    },
    const {
      '1': 'parameters',
      '3': 13,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.Intent.Parameter',
      '8': const {},
      '10': 'parameters'
    },
    const {
      '1': 'messages',
      '3': 14,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.Intent.Message',
      '8': const {},
      '10': 'messages'
    },
    const {
      '1': 'default_response_platforms',
      '3': 15,
      '4': 3,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2.Intent.Message.Platform',
      '8': const {},
      '10': 'defaultResponsePlatforms'
    },
    const {
      '1': 'root_followup_intent_name',
      '3': 16,
      '4': 1,
      '5': 9,
      '10': 'rootFollowupIntentName'
    },
    const {
      '1': 'parent_followup_intent_name',
      '3': 17,
      '4': 1,
      '5': 9,
      '10': 'parentFollowupIntentName'
    },
    const {
      '1': 'followup_intent_info',
      '3': 18,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.Intent.FollowupIntentInfo',
      '10': 'followupIntentInfo'
    },
  ],
  '3': const [
    Intent_TrainingPhrase$json,
    Intent_Parameter$json,
    Intent_Message$json,
    Intent_FollowupIntentInfo$json
  ],
  '4': const [Intent_WebhookState$json],
  '7': const {},
};