data class Suggestion
(source)
<init> |
Suggestion(title: CharSequence, intent: IntentAware, step: StoryStep<*>? = null, parameters: Parameters = Parameters()) Suggestion(title: CharSequence, intent: IntentAware? = null, parameters: Parameters = Parameters(), step: StoryStep<*>? = null, attributes: Map<String, String> = emptyMap()) |
attributes |
val attributes: Map<String, String> |
intent |
val intent: IntentAware? |
parameters |
val parameters: Parameters |
step |
val step: StoryStep<*>? |
title |
val title: CharSequence |