Contents

ConversationAction.State.failed(reason:)

Indicates that the action failed.

Declaration

case failed(reason: String)

Parameters

  • reason:

    A string that describes why the action failed.

See Also

Constants