public class DialogFlowStateTransition
public DialogFlowStateTransition(@Nullable
DialogFlowState previousState,
@NotNull
DialogFlowState nextState,
@Nullable
IntentAware intent,
@Nullable
StoryStep<?> step,
@NotNull
DialogFlowStateTransitionType type)
@Nullable public DialogFlowState getPreviousState()
@NotNull public DialogFlowState getNextState()
@Nullable public IntentAware getIntent()
@Nullable public StoryStep<?> getStep()
@NotNull public DialogFlowStateTransitionType getType()
@Nullable public DialogFlowState component1()
@NotNull public DialogFlowState component2()
@Nullable public IntentAware component3()
@Nullable public StoryStep<?> component4()
@NotNull public DialogFlowStateTransitionType component5()
@NotNull public DialogFlowStateTransition copy(@Nullable DialogFlowState previousState, @NotNull DialogFlowState nextState, @Nullable IntentAware intent, @Nullable StoryStep<?> step, @NotNull DialogFlowStateTransitionType type)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)