For customizing search and screenpop implement custom search class
Methods
Implement searchCallInteractions() method for customizing search and screenpop for voice interactions
searchCallInteractions(String params) → {String}
Parameters:
Name | Type | Description |
---|---|---|
params | String | URI encoded json object with the following fields:
|
Returns:
Type: String
URI encoded json object with the following fields:
- objects - search result objects
- url - screen pop url
Implement searchTextInteractions() method for customizing search and screenpop for text interactions
searchTextInteractions(String params) → {String}
Parameters:
Name | Type | Description |
---|---|---|
params | String | URI encoded json object with the following fields:
|
Returns:
Type: String
URI encoded json object with the following fields:
- objects - search result objects
- url - screen pop url