TestCaseResult$json top-level constant

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

Implementation

@$core.Deprecated('Use testCaseResultDescriptor instead')
const TestCaseResult$json = const {
  '1': 'TestCaseResult',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {
      '1': 'environment',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'environment'
    },
    const {
      '1': 'conversation_turns',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.ConversationTurn',
      '10': 'conversationTurns'
    },
    const {
      '1': 'test_result',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.cx.v3.TestResult',
      '10': 'testResult'
    },
    const {
      '1': 'test_time',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'testTime'
    },
  ],
  '7': const {},
};