Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class Type.
The type of the entity. For most entity types, the associated metadata is a
Wikipedia URL (wikipedia_url) and Knowledge Graph MID (mid). The table
below lists the associated fields for entities that have different
metadata.
[[["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-04 UTC."],[],[],null,["# Google Cloud Contact Center Insights V1 Client - Class Type (2.3.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.3 (latest)](/php/docs/reference/cloud-contact-center-insights/latest/V1.Entity.Type)\n- [2.3.2](/php/docs/reference/cloud-contact-center-insights/2.3.2/V1.Entity.Type)\n- [2.2.1](/php/docs/reference/cloud-contact-center-insights/2.2.1/V1.Entity.Type)\n- [2.1.1](/php/docs/reference/cloud-contact-center-insights/2.1.1/V1.Entity.Type)\n- [2.0.1](/php/docs/reference/cloud-contact-center-insights/2.0.1/V1.Entity.Type)\n- [1.9.5](/php/docs/reference/cloud-contact-center-insights/1.9.5/V1.Entity.Type)\n- [1.8.0](/php/docs/reference/cloud-contact-center-insights/1.8.0/V1.Entity.Type)\n- [1.7.1](/php/docs/reference/cloud-contact-center-insights/1.7.1/V1.Entity.Type)\n- [1.6.2](/php/docs/reference/cloud-contact-center-insights/1.6.2/V1.Entity.Type)\n- [1.5.0](/php/docs/reference/cloud-contact-center-insights/1.5.0/V1.Entity.Type)\n- [1.4.1](/php/docs/reference/cloud-contact-center-insights/1.4.1/V1.Entity.Type)\n- [1.3.0](/php/docs/reference/cloud-contact-center-insights/1.3.0/V1.Entity.Type)\n- [1.2.1](/php/docs/reference/cloud-contact-center-insights/1.2.1/V1.Entity.Type)\n- [1.1.0](/php/docs/reference/cloud-contact-center-insights/1.1.0/V1.Entity.Type)\n- [1.0.3](/php/docs/reference/cloud-contact-center-insights/1.0.3/V1.Entity.Type) \nReference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class Type.\n\nThe type of the entity. For most entity types, the associated metadata is a\nWikipedia URL (`wikipedia_url`) and Knowledge Graph MID (`mid`). The table\nbelow lists the associated fields for entities that have different\nmetadata.\n\nProtobuf type `google.cloud.contactcenterinsights.v1.Entity.Type`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ContactCenterInsights \\\\ V1 \\\\ Entity\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### TYPE_UNSPECIFIED\n\n Value: 0\n\nUnspecified.\n\nGenerated from protobuf enum `TYPE_UNSPECIFIED = 0;`\n\n### PERSON\n\n Value: 1\n\nPerson.\n\nGenerated from protobuf enum `PERSON = 1;`\n\n### LOCATION\n\n Value: 2\n\nLocation.\n\nGenerated from protobuf enum `LOCATION = 2;`\n\n### ORGANIZATION\n\n Value: 3\n\nOrganization.\n\nGenerated from protobuf enum `ORGANIZATION = 3;`\n\n### EVENT\n\n Value: 4\n\nEvent.\n\nGenerated from protobuf enum `EVENT = 4;`\n\n### WORK_OF_ART\n\n Value: 5\n\nArtwork.\n\nGenerated from protobuf enum `WORK_OF_ART = 5;`\n\n### CONSUMER_GOOD\n\n Value: 6\n\nConsumer product.\n\nGenerated from protobuf enum `CONSUMER_GOOD = 6;`\n\n### OTHER\n\n Value: 7\n\nOther types of entities.\n\nGenerated from protobuf enum `OTHER = 7;`\n\n### PHONE_NUMBER\n\n Value: 9\n\nPhone number.\n\nThe metadata lists the phone number (formatted according to local\nconvention), plus whichever additional elements appear in the text:\n\n- `number` - The actual number, broken down into sections according to local convention.\n- `national_prefix` - Country code, if detected.\n- `area_code` - Region or area code, if detected.\n- `extension` - Phone extension (to be dialed after connection), if detected.\n\nGenerated from protobuf enum `PHONE_NUMBER = 9;`\n\n### ADDRESS\n\n Value: 10\n\nAddress.\n\nThe metadata identifies the street number and locality plus whichever\nadditional elements appear in the text:\n\n- `street_number` - Street number.\n- `locality` - City or town.\n- `street_name` - Street/route name, if detected.\n- `postal_code` - Postal code, if detected.\n- `country` - Country, if detected.\n- `broad_region` - Administrative area, such as the state, if detected.\n- `narrow_region` - Smaller administrative area, such as county, if detected.\n- `sublocality` - Used in Asian addresses to demark a district within a city, if detected.\n\nGenerated from protobuf enum `ADDRESS = 10;`\n\n### DATE\n\n Value: 11\n\nDate.\n\nThe metadata identifies the components of the date:\n\n- `year` - Four digit year, if detected.\n- `month` - Two digit month number, if detected.\n- `day` - Two digit day number, if detected.\n\nGenerated from protobuf enum `DATE = 11;`\n\n### NUMBER\n\n Value: 12\n\nNumber.\n\nThe metadata is the number itself.\n\nGenerated from protobuf enum `NUMBER = 12;`\n\n### PRICE\n\n Value: 13\n\nPrice.\n\nThe metadata identifies the `value` and `currency`.\n\nGenerated from protobuf enum `PRICE = 13;`"]]