CreateKnowledgeBaseRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createKnowledgeBaseRequestDescriptor instead')
const CreateKnowledgeBaseRequest$json = const {
  '1': 'CreateKnowledgeBaseRequest',
  '2': const [
    const {
      '1': 'parent',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'parent'
    },
    const {
      '1': 'knowledge_base',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.KnowledgeBase',
      '8': const {},
      '10': 'knowledgeBase'
    },
  ],
};