|
2832 | 2832 | }
|
2833 | 2833 | }
|
2834 | 2834 | },
|
2835 |
| - "revision": "20230925", |
| 2835 | + "revision": "20230928", |
2836 | 2836 | "rootUrl": "https://discoveryengine.googleapis.com/",
|
2837 | 2837 | "schemas": {
|
2838 | 2838 | "GoogleApiHttpBody": {
|
|
3715 | 3715 | "STRING",
|
3716 | 3716 | "NUMBER",
|
3717 | 3717 | "INTEGER",
|
3718 |
| - "BOOLEAN" |
| 3718 | + "BOOLEAN", |
| 3719 | + "GEOLOCATION" |
3719 | 3720 | ],
|
3720 | 3721 | "enumDescriptions": [
|
3721 | 3722 | "Field type is unspecified.",
|
3722 | 3723 | "Field value type is Object.",
|
3723 | 3724 | "Field value type is String.",
|
3724 | 3725 | "Field value type is Number.",
|
3725 | 3726 | "Field value type is Integer.",
|
3726 |
| - "Field value type is Boolean." |
| 3727 | + "Field value type is Boolean.", |
| 3728 | + "Field value type is Geolocation." |
3727 | 3729 | ],
|
3728 | 3730 | "readOnly": true,
|
3729 | 3731 | "type": "string"
|
|
5030 | 5032 | },
|
5031 | 5033 | "type": "array"
|
5032 | 5034 | },
|
| 5035 | + "geoSearchDebugInfo": { |
| 5036 | + "items": { |
| 5037 | + "$ref": "GoogleCloudDiscoveryengineV1alphaSearchResponseGeoSearchDebugInfo" |
| 5038 | + }, |
| 5039 | + "type": "array" |
| 5040 | + }, |
5033 | 5041 | "guidedSearchResult": {
|
5034 | 5042 | "$ref": "GoogleCloudDiscoveryengineV1alphaSearchResponseGuidedSearchResult",
|
5035 | 5043 | "description": "Guided search result."
|
|
5107 | 5115 | },
|
5108 | 5116 | "type": "object"
|
5109 | 5117 | },
|
| 5118 | + "GoogleCloudDiscoveryengineV1alphaSearchResponseGeoSearchDebugInfo": { |
| 5119 | + "description": "Debug information specifically related to forward geocoding issues arising from Geolocation Search.", |
| 5120 | + "id": "GoogleCloudDiscoveryengineV1alphaSearchResponseGeoSearchDebugInfo", |
| 5121 | + "properties": { |
| 5122 | + "errorMessage": { |
| 5123 | + "description": "The error produced.", |
| 5124 | + "type": "string" |
| 5125 | + }, |
| 5126 | + "originalAddressQuery": { |
| 5127 | + "description": "The address from which forward geocoding ingestion produced issues.", |
| 5128 | + "type": "string" |
| 5129 | + } |
| 5130 | + }, |
| 5131 | + "type": "object" |
| 5132 | + }, |
5110 | 5133 | "GoogleCloudDiscoveryengineV1alphaSearchResponseGuidedSearchResult": {
|
5111 | 5134 | "description": "Guided search result. The guided search helps user to refine the search results and narrow down to the real needs from a broaded search results.",
|
5112 | 5135 | "id": "GoogleCloudDiscoveryengineV1alphaSearchResponseGuidedSearchResult",
|
|
5683 | 5706 | "description": "Immutable. The full resource name of the widget config. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.",
|
5684 | 5707 | "type": "string"
|
5685 | 5708 | },
|
| 5709 | + "resultDisplayType": { |
| 5710 | + "description": "The type of snippet to display in UCS widget. - RESULT_DISPLAY_TYPE_UNSPECIFIED for existing users. - SNIPPET for new non-enterprise search users. - EXTRACTIVE_ANSWER for new enterprise search users.", |
| 5711 | + "enum": [ |
| 5712 | + "RESULT_DISPLAY_TYPE_UNSPECIFIED", |
| 5713 | + "SNIPPET", |
| 5714 | + "EXTRACTIVE_ANSWER" |
| 5715 | + ], |
| 5716 | + "enumDescriptions": [ |
| 5717 | + "Unspecified display type (default to showing snippet).", |
| 5718 | + "Display results from the snippet field.", |
| 5719 | + "Display results from extractive answers field." |
| 5720 | + ], |
| 5721 | + "type": "string" |
| 5722 | + }, |
5686 | 5723 | "solutionType": {
|
5687 | 5724 | "description": "Required. Immutable. Specifies the solution type that this WidgetConfig can be used for.",
|
5688 | 5725 | "enum": [
|
|
0 commit comments