STRUCT

ContinueSameStep

Contents

public struct ContinueSameStep: HaapiRepresentation

A step that indicates that the client should continue on the same step because no progress could be made. It can only occur when the client had, in the previous step, alternative "continue actions" and implies that the user should try one of the previous alternative actions to proceed.

Properties

metadata

public let metadata: Metadata?

messages

public let messages: [UserMessage]

properties

public let properties: Properties?

type

public let type: RepresentationType = .continueSameStep

actions

public let actions: [Action] = []

Possible actions a user or the client may choose to take to continue the flow.

links

public let links: [Link] = []