HumanAgentHandoffConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use humanAgentHandoffConfigDescriptor instead')
const HumanAgentHandoffConfig$json = const {
  '1': 'HumanAgentHandoffConfig',
  '2': const [
    const {
      '1': 'live_person_config',
      '3': 1,
      '4': 1,
      '5': 11,
      '6':
          '.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.LivePersonConfig',
      '9': 0,
      '10': 'livePersonConfig'
    },
    const {
      '1': 'salesforce_live_agent_config',
      '3': 2,
      '4': 1,
      '5': 11,
      '6':
          '.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.SalesforceLiveAgentConfig',
      '9': 0,
      '10': 'salesforceLiveAgentConfig'
    },
  ],
  '3': const [
    HumanAgentHandoffConfig_LivePersonConfig$json,
    HumanAgentHandoffConfig_SalesforceLiveAgentConfig$json
  ],
  '8': const [
    const {'1': 'agent_service'},
  ],
};