Reference documentation and code samples for the Recommender V1 API module Google::Cloud::Recommender::V1::InsightStateInfo::State.
Represents insight state.
Constants
STATE_UNSPECIFIED
value: 0 Unspecified state.
ACTIVE
value: 1 Insight is active. Content for ACTIVE insights can be updated by Google.
ACTIVE insights can be marked DISMISSED OR ACCEPTED.
ACCEPTED
value: 2 Some action has been taken based on this insight. Insights become
accepted when a recommendation derived from the insight has been marked
CLAIMED, SUCCEEDED, or FAILED. ACTIVE insights can also be marked
ACCEPTED explicitly. Content for ACCEPTED insights is immutable. ACCEPTED
insights can only be marked ACCEPTED (which may update state metadata).
DISMISSED
value: 3 Insight is dismissed. Content for DISMISSED insights can be updated by
Google. DISMISSED insights can be marked as ACTIVE.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Recommender V1 API - Module Google::Cloud::Recommender::V1::InsightStateInfo::State (v1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/ruby/docs/reference/google-cloud-recommender-v1/latest/Google-Cloud-Recommender-V1-InsightStateInfo-State)\n- [1.2.1](/ruby/docs/reference/google-cloud-recommender-v1/1.2.1/Google-Cloud-Recommender-V1-InsightStateInfo-State)\n- [1.1.0](/ruby/docs/reference/google-cloud-recommender-v1/1.1.0/Google-Cloud-Recommender-V1-InsightStateInfo-State)\n- [1.0.1](/ruby/docs/reference/google-cloud-recommender-v1/1.0.1/Google-Cloud-Recommender-V1-InsightStateInfo-State)\n- [0.18.0](/ruby/docs/reference/google-cloud-recommender-v1/0.18.0/Google-Cloud-Recommender-V1-InsightStateInfo-State)\n- [0.17.2](/ruby/docs/reference/google-cloud-recommender-v1/0.17.2/Google-Cloud-Recommender-V1-InsightStateInfo-State)\n- [0.16.0](/ruby/docs/reference/google-cloud-recommender-v1/0.16.0/Google-Cloud-Recommender-V1-InsightStateInfo-State)\n- [0.15.0](/ruby/docs/reference/google-cloud-recommender-v1/0.15.0/Google-Cloud-Recommender-V1-InsightStateInfo-State)\n- [0.14.0](/ruby/docs/reference/google-cloud-recommender-v1/0.14.0/Google-Cloud-Recommender-V1-InsightStateInfo-State)\n- [0.13.1](/ruby/docs/reference/google-cloud-recommender-v1/0.13.1/Google-Cloud-Recommender-V1-InsightStateInfo-State)\n- [0.12.0](/ruby/docs/reference/google-cloud-recommender-v1/0.12.0/Google-Cloud-Recommender-V1-InsightStateInfo-State)\n- [0.11.0](/ruby/docs/reference/google-cloud-recommender-v1/0.11.0/Google-Cloud-Recommender-V1-InsightStateInfo-State)\n- [0.10.0](/ruby/docs/reference/google-cloud-recommender-v1/0.10.0/Google-Cloud-Recommender-V1-InsightStateInfo-State)\n- [0.9.0](/ruby/docs/reference/google-cloud-recommender-v1/0.9.0/Google-Cloud-Recommender-V1-InsightStateInfo-State)\n- [0.8.6](/ruby/docs/reference/google-cloud-recommender-v1/0.8.6/Google-Cloud-Recommender-V1-InsightStateInfo-State) \nReference documentation and code samples for the Recommender V1 API module Google::Cloud::Recommender::V1::InsightStateInfo::State.\n\nRepresents insight state.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nUnspecified state.\n\n### ACTIVE\n\n**value:** 1 \nInsight is active. Content for ACTIVE insights can be updated by Google.\nACTIVE insights can be marked DISMISSED OR ACCEPTED.\n\n### ACCEPTED\n\n**value:** 2 \nSome action has been taken based on this insight. Insights become\naccepted when a recommendation derived from the insight has been marked\nCLAIMED, SUCCEEDED, or FAILED. ACTIVE insights can also be marked\nACCEPTED explicitly. Content for ACCEPTED insights is immutable. ACCEPTED\ninsights can only be marked ACCEPTED (which may update state metadata).\n\n### DISMISSED\n\n**value:** 3 \nInsight is dismissed. Content for DISMISSED insights can be updated by\nGoogle. DISMISSED insights can be marked as ACTIVE."]]