Suggestions

You can customize all the aspects like the color of the bot suggestion, suggestion stroke color, background color, etc. to match the look and feel of your application.

Description:

KeyDescription
siq_chat_message_suggestion_style

Style of the suggestions view [Vertical or Horizontal]

siq_chat_card_suggestionview_backgroundcolor

Color of the background of suggestion view

Note: Change in siq_backgroundcolor will also change this attribute color

siq_chat_card_suggestionview_strokecolor

Color of the stroke of suggestion view

Note: Change in colorAccent will also change this attribute color

siq_chat_card_suggestionview_textcolor

Color of the text of suggestion view

Note: Change in colorAccent will also change this attribute color

 

​​

Sample Code:

Copied<item name="siq_chat_message_suggestion_style">Vertical</item>
<item name="siq_chat_card_suggestionview_backgroundcolor">?attr/siq_backgroundcolor</item>
<item name="siq_chat_card_suggestionview_strokecolor">?attr/colorAccent</item>
<item name="siq_chat_card_suggestionview_textcolor">?attr/colorAccent</item>