interface HumanticAiNodeParameters {
binaryPropertyName?: string;
operation?: "create" | "get" | "update";
options?: { persona?: ("sales" | "hiring")[] };
resource?: "profile";
sendResume?: boolean;
text?: string;
userId?: string;
}Properties§
§§§§§§
readonly binary Property Name?: string§
readonly operation?: "create" | "get" | "update"Default: "create"
readonly options?: { ... }Default: {}
readonly resource?: "profile"Default: "profile"
readonly send Resume?: booleanWhether to send a resume for a resume based analysis
readonly text?: stringAdditional text written by the user
readonly user Id?: stringThe LinkedIn profile URL or email ID for creating a Humantic profile. If you are sending the resume, this should be a unique string.
Default: "data"