UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

106 lines 3.96 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChirpAiContextObjectUnstructuredSourcesEnum = exports.ChirpAiContextObject = void 0; class ChirpAiContextObject { static getAttributeTypeMap() { return ChirpAiContextObject.attributeTypeMap; } constructor() { } } exports.ChirpAiContextObject = ChirpAiContextObject; ChirpAiContextObject.discriminator = undefined; ChirpAiContextObject.mapping = undefined; ChirpAiContextObject.attributeTypeMap = [ { "name": "applicationGroup", "baseName": "applicationGroup", "type": "string", "format": "" }, { "name": "applicationId", "baseName": "applicationId", "type": "string", "format": "" }, { "name": "complianceIds", "baseName": "complianceIds", "type": "ComplianceIds", "format": "" }, { "name": "conversationId", "baseName": "conversationId", "type": "string", "format": "" }, { "name": "featureId", "baseName": "featureId", "type": "string", "format": "" }, { "name": "inferenceId", "baseName": "inferenceId", "type": "string", "format": "" }, { "name": "isPrivate", "baseName": "isPrivate", "type": "boolean", "format": "" }, { "name": "metadata", "baseName": "metadata", "type": "{ [key: string]: string; }", "format": "" }, { "name": "otelContextHolder", "baseName": "otelContextHolder", "type": "{ [key: string]: string; }", "format": "" }, { "name": "trajectoryId", "baseName": "trajectoryId", "type": "string", "format": "uuid" }, { "name": "unstructuredSources", "baseName": "unstructuredSources", "type": "Array<ChirpAiContextObjectUnstructuredSourcesEnum>", "format": "" } ]; var ChirpAiContextObjectUnstructuredSourcesEnum; (function (ChirpAiContextObjectUnstructuredSourcesEnum) { ChirpAiContextObjectUnstructuredSourcesEnum["None"] = "NONE"; ChirpAiContextObjectUnstructuredSourcesEnum["UserInput"] = "USER_INPUT"; ChirpAiContextObjectUnstructuredSourcesEnum["LoggedEmail"] = "LOGGED_EMAIL"; ChirpAiContextObjectUnstructuredSourcesEnum["VideoCall"] = "VIDEO_CALL"; ChirpAiContextObjectUnstructuredSourcesEnum["AudioCall"] = "AUDIO_CALL"; ChirpAiContextObjectUnstructuredSourcesEnum["CallTranscript"] = "CALL_TRANSCRIPT"; ChirpAiContextObjectUnstructuredSourcesEnum["MeetingTranscript"] = "MEETING_TRANSCRIPT"; ChirpAiContextObjectUnstructuredSourcesEnum["Forms"] = "FORMS"; ChirpAiContextObjectUnstructuredSourcesEnum["FeedbackSurvey"] = "FEEDBACK_SURVEY"; ChirpAiContextObjectUnstructuredSourcesEnum["Pdf"] = "PDF"; ChirpAiContextObjectUnstructuredSourcesEnum["Quote"] = "QUOTE"; ChirpAiContextObjectUnstructuredSourcesEnum["Invoice"] = "INVOICE"; ChirpAiContextObjectUnstructuredSourcesEnum["OtherAttachmentDoc"] = "OTHER_ATTACHMENT_DOC"; ChirpAiContextObjectUnstructuredSourcesEnum["Whatsapp"] = "WHATSAPP"; ChirpAiContextObjectUnstructuredSourcesEnum["Sms"] = "SMS"; ChirpAiContextObjectUnstructuredSourcesEnum["Chat"] = "CHAT"; ChirpAiContextObjectUnstructuredSourcesEnum["FacebookMessenger"] = "FACEBOOK_MESSENGER"; ChirpAiContextObjectUnstructuredSourcesEnum["CustomChannelOrApi"] = "CUSTOM_CHANNEL_OR_API"; ChirpAiContextObjectUnstructuredSourcesEnum["Many"] = "MANY"; ChirpAiContextObjectUnstructuredSourcesEnum["Note"] = "NOTE"; ChirpAiContextObjectUnstructuredSourcesEnum["Derived"] = "DERIVED"; })(ChirpAiContextObjectUnstructuredSourcesEnum = exports.ChirpAiContextObjectUnstructuredSourcesEnum || (exports.ChirpAiContextObjectUnstructuredSourcesEnum = {})); //# sourceMappingURL=ChirpAiContextObject.js.map