AutomatedAgentReply$json top-level constant

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

Implementation

@$core.Deprecated('Use automatedAgentReplyDescriptor instead')
const AutomatedAgentReply$json = const {
  '1': 'AutomatedAgentReply',
  '2': const [
    const {
      '1': 'detect_intent_response',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.DetectIntentResponse',
      '9': 0,
      '10': 'detectIntentResponse'
    },
    const {
      '1': 'response_messages',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.ResponseMessage',
      '10': 'responseMessages'
    },
    const {
      '1': 'intent',
      '3': 4,
      '4': 1,
      '5': 9,
      '8': const {},
      '9': 1,
      '10': 'intent'
    },
    const {'1': 'event', '3': 5, '4': 1, '5': 9, '9': 1, '10': 'event'},
    const {
      '1': 'cx_session_parameters',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Struct',
      '10': 'cxSessionParameters'
    },
  ],
  '8': const [
    const {'1': 'response'},
    const {'1': 'match'},
  ],
};