View Source RequestHintResponse

oli / Exports / RequestHintResponse

Interface: RequestHintResponse

Response to a request for an additional hint. Notice that the hint attribute here is optional. If a client requests a hint and there are no more, the platform will return an instance of this interface with hasMoreHints set to false and the hint attribute missing.

Hierarchy

Table of contents

Properties

Properties

hasMoreHints

hasMoreHints: boolean

Defined in

src/components/activities/DeliveryElement.ts:32


hint

Optional hint: Hint

Defined in

src/components/activities/DeliveryElement.ts:31


type

type: "success"

Inherited from

Success.type

Defined in

src/components/activities/types.ts:111