Sets the conversation timeout value for a view. The value can be one of the following:
Short
: 4 seconds (for when the conversation should end quickly, such as controlling an IoT device)Long
: 8 minutes (for when the conversation should continue for an extended period of time, such as video playback or recipes)Default
: 15 secondsThe specific time periods for Short
, Long
, and Default
can be device dependent, and might change in future versions.
Dialog associated with halt
effects will always have a Short
timeout value unless the short-timeout-on-halt-dialog
runtime flag is set to false
.
result-view {
...
overrides {
timeout (Short)
}
}
value optional | The value for the conversation timeout override |
Copyright 2025 Samsung All rights reserved