Skip to content

Commit

Permalink
Merge pull request #77 from AddSearch/remove-copy-click-code
Browse files Browse the repository at this point in the history
remove copy click method
  • Loading branch information
janstoff authored Dec 9, 2024
2 parents d03c5ac + eb7ada5 commit a047de5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,6 @@ var client = function (sitekey, privatekey) {
return putSentimentClick(this.apiHostname, this.sitekey, conversationId, sentimentValue);
};

/**
* Post a copy click value to the conversational search interactions API
*
* @param {string} conversationId Argument 1: Conversation ID
* @returns {Promise<boolean|Object>} Resolves to true if successful, rejects with an error object if unsuccessful
*/
this.putCopyClick = function (conversationId) {
return putCopyClick(this.apiHostname, this.sitekey, conversationId);
};

/**
* Fetch search suggestions
*
Expand Down

0 comments on commit a047de5

Please sign in to comment.