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?: boolean
Whether to send a resume for a resume based analysis
readonly text?: string
Additional text written by the user
readonly user Id?: string
The 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"