Bot - Images with Suggesstion
POST https://{{baseURL}}/v1/gbm/messages
Request Body
{"from"=>"{{google_business_messages_app_id}}", "to"=>"{{conversationId}}", "representative"=>{"avatarImage"=>"https://developers.google.com/identity/images/g-logo.png", "displayName"=>"Chat Bot", "representativeType"=>"BOT"}, "containsRichText"=>true, "suggestions"=>[{"reply"=>{"text"=>"About Webex CPaaS", "postbackData"=>"about_cpaas"}}, {"action"=>{"text"=>"Visit Website", "postbackData"=>"url_cpaas", "openUrlAction"=>{"url"=>"https://imimobile.com/products/webex-connect"}}}, {"action"=>{"text"=>"Call support", "postbackData"=>"call-support", "dialAction"=>{"phoneNumber"=>"{{phoneNumber}}"}}}, {"liveAgentRequest"=>{}}], "image"=>{"contentInfo"=>{"fileUrl"=>"", "thumbnailUrl"=>"https://www.webex.com/content/dam/wbx/us/images/rebrand/nav-footer/black.png", "forceRefresh"=>true, "altText"=>"Webex CPaaS"}}, "callbackUrl"=>"", "callbackData"=>"", "correlationId"=>"", "fallback"=>""}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |