# OryKratosClient::ContinueWithRecoveryUi ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action will always be `show_recovery_ui` show_recovery_ui ContinueWithActionShowRecoveryUIString | | | **flow** | [**ContinueWithRecoveryUiFlow**](ContinueWithRecoveryUiFlow.md) | | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::ContinueWithRecoveryUi.new( action: null, flow: null ) ```