Experiment_Result_Metric$json top-level constant

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

Implementation

@$core.Deprecated('Use experimentDescriptor instead')
const Experiment_Result_Metric$json = const {
  '1': 'Metric',
  '2': const [
    const {
      '1': 'type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.cx.v3.Experiment.Result.MetricType',
      '10': 'type'
    },
    const {
      '1': 'count_type',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.cx.v3.Experiment.Result.CountType',
      '10': 'countType'
    },
    const {'1': 'ratio', '3': 2, '4': 1, '5': 1, '9': 0, '10': 'ratio'},
    const {'1': 'count', '3': 4, '4': 1, '5': 1, '9': 0, '10': 'count'},
    const {
      '1': 'confidence_interval',
      '3': 3,
      '4': 1,
      '5': 11,
      '6':
          '.google.cloud.dialogflow.cx.v3.Experiment.Result.ConfidenceInterval',
      '10': 'confidenceInterval'
    },
  ],
  '8': const [
    const {'1': 'value'},
  ],
};