# OryKratosClient::ContinueWithVerificationUi ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action will always be `show_verification_ui` set_ory_session_token ContinueWithActionSetOrySessionToken show_verification_ui ContinueWithActionShowVerificationUI | | | **flow** | [**ContinueWithVerificationUiFlow**](ContinueWithVerificationUiFlow.md) | | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::ContinueWithVerificationUi.new( action: null, flow: null ) ```