public class Suggestion
public Suggestion(@NotNull
java.lang.CharSequence title,
@Nullable
IntentAware intent,
@NotNull
Parameters parameters,
@Nullable
StoryStep<?> step,
@NotNull
java.util.Map<java.lang.String,java.lang.String> attributes)
public Suggestion(@NotNull
java.lang.CharSequence title,
@NotNull
IntentAware intent,
@Nullable
StoryStep<?> step,
@NotNull
Parameters parameters)
@NotNull public java.lang.CharSequence getTitle()
@Nullable public IntentAware getIntent()
@NotNull public Parameters getParameters()
@Nullable public StoryStep<?> getStep()
@NotNull public java.util.Map<java.lang.String,java.lang.String> getAttributes()
@NotNull public java.lang.CharSequence component1()
@Nullable public IntentAware component2()
@NotNull public Parameters component3()
@Nullable public StoryStep<?> component4()
@NotNull public java.util.Map<java.lang.String,java.lang.String> component5()
@NotNull public Suggestion copy(@NotNull java.lang.CharSequence title, @Nullable IntentAware intent, @NotNull Parameters parameters, @Nullable StoryStep<?> step, @NotNull java.util.Map<java.lang.String,java.lang.String> attributes)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)