RestoreAgentRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use restoreAgentRequestDescriptor instead')
const RestoreAgentRequest$json = const {
  '1': 'RestoreAgentRequest',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'name'},
    const {'1': 'agent_uri', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'agentUri'},
    const {
      '1': 'agent_content',
      '3': 3,
      '4': 1,
      '5': 12,
      '9': 0,
      '10': 'agentContent'
    },
    const {
      '1': 'restore_option',
      '3': 5,
      '4': 1,
      '5': 14,
      '6':
          '.google.cloud.dialogflow.cx.v3beta1.RestoreAgentRequest.RestoreOption',
      '10': 'restoreOption'
    },
  ],
  '4': const [RestoreAgentRequest_RestoreOption$json],
  '8': const [
    const {'1': 'agent'},
  ],
};