We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d03c5ac + eb7ada5 commit a047de5Copy full SHA for a047de5
src/index.js
@@ -108,16 +108,6 @@ var client = function (sitekey, privatekey) {
108
return putSentimentClick(this.apiHostname, this.sitekey, conversationId, sentimentValue);
109
};
110
111
- /**
112
- * Post a copy click value to the conversational search interactions API
113
- *
114
- * @param {string} conversationId Argument 1: Conversation ID
115
- * @returns {Promise<boolean|Object>} Resolves to true if successful, rejects with an error object if unsuccessful
116
- */
117
- this.putCopyClick = function (conversationId) {
118
- return putCopyClick(this.apiHostname, this.sitekey, conversationId);
119
- };
120
-
121
/**
122
* Fetch search suggestions
123
*
0 commit comments