Skip to content

appendBubble extra options #94

Closed
awinogradov opened this issue Apr 3, 2021 · 1 comment
Closed

appendBubble extra options #94

awinogradov opened this issue Apr 3, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers @salutejs/scenario

Comments

@awinogradov
Copy link
Contributor

Expand policy

res.appendBubble('say', { expand: 'force_expand' });

Ref https://developer.sberdevices.ru/docs/ru/developer_tools/amp/smartapp_interface_elements

"expand_policy": "auto_expand"|"force_expand"|"preserve_panel_state" //optional, default value auto_expand
         //актуально для ассистента в девайсах
         //auto_expand - Если текст помещается в США, то он отобразится в ней, без разворачивания США.
                         Если текст не помещается в США, то США разверентся.
         //force_expand - США развернется принудительно.
         //preserve_panel_state -  Если США уже свернуто, текст отобразится в США, не зависимо от размера текста.
                                   Если США развернуто - текст отобразится в развернутой шторке ассистента (РаША).

Pronounce

res.appendBubble('say', { pronounce: true });

Instead of

res.setPronounceText('say');
res.appendBubble('say');
@awinogradov awinogradov added enhancement New feature or request @salutejs/scenario labels Apr 3, 2021
@awinogradov awinogradov mentioned this issue Apr 26, 2021
2 tasks
@awinogradov awinogradov added the good first issue Good for newcomers label Apr 27, 2021
@awinogradov
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers @salutejs/scenario
Projects
None yet
Development

No branches or pull requests

1 participant