syntax = "proto3";
enum GCGIntentionChangeType {
GCG_INTENTION_CHANGE_TYPE_NONE = 0;
GCG_INTENTION_CHANGE_TYPE_RM = 1;
}