Perform a google custom search request with a particular custom search engine.
The response depends to the platform.
Clustaar Webchat:
- returns Send Cards
Facebook:
- returns Send Cards
Intercom:
- returns HTML
Twilio:
- returns Text
Google Assistant:
- returns Text
Attribute | Type | Required | Description |
---|---|---|---|
type | str | ✓ | always google_custom_search_action |
query | str | ✓ | the research query (length <= 2048) |
customEngineID | str | ✓ | the custom engine to use |
limit | int | ✓ | limit the number of return values (length >= 1 && length <= 10) |
{
"type": "google_custom_search_action",
"query": "tintin",
"customEngineID": "AEFSRGDTT543",
"limit": 5
}