# KlaviyoAPI::ProfilePredictiveAnalyticsStringCondition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ProfilePredictiveAnalyticsEnum**](ProfilePredictiveAnalyticsEnum.md) | | | | **dimension** | **String** | Dimension for string profile predictive analytics conditions. | | | **filter** | [**ProfilePredictiveAnalyticsStringFilter**](ProfilePredictiveAnalyticsStringFilter.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfilePredictiveAnalyticsStringCondition.new( type: null, dimension: null, filter: null ) ```