AgentAssistantFeedback_SummarizationFeedback$json top-level constant

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

Implementation

@$core.Deprecated('Use agentAssistantFeedbackDescriptor instead')
const AgentAssistantFeedback_SummarizationFeedback$json = const {
  '1': 'SummarizationFeedback',
  '2': const [
    const {
      '1': 'start_timestamp',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'startTimestamp'
    },
    const {
      '1': 'submit_timestamp',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'submitTimestamp'
    },
    const {'1': 'summary_text', '3': 3, '4': 1, '5': 9, '10': 'summaryText'},
  ],
};