Google custom search

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
AttributeTypeRequiredDescription
typestralways google_custom_search_action
querystrthe research query (length <= 2048)
customEngineIDstrthe custom engine to use
limitintlimit the number of return values (length >= 1 && length <= 10)
{
    "type": "google_custom_search_action",
    "query": "tintin",
    "customEngineID": "AEFSRGDTT543",
    "limit": 5
}