ConversationAction.State.failed(reason:)
Indicates that the action failed.
Declaration
case failed(reason: String)Parameters
- reason:
A string that describes why the action failed.
Indicates that the action failed.
case failed(reason: String)A string that describes why the action failed.