|
8327 | 8327 | }
|
8328 | 8328 | }
|
8329 | 8329 | },
|
8330 |
| - "revision": "20240122", |
| 8330 | + "revision": "20240131", |
8331 | 8331 | "rootUrl": "https://dialogflow.googleapis.com/",
|
8332 | 8332 | "schemas": {
|
8333 | 8333 | "GoogleCloudDialogflowCxV3AdvancedSettings": {
|
|
8835 | 8835 | },
|
8836 | 8836 | "type": "object"
|
8837 | 8837 | },
|
| 8838 | + "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata": { |
| 8839 | + "description": "Metadata returned for the EntityTypes.ExportEntityTypes long running operation.", |
| 8840 | + "id": "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata", |
| 8841 | + "properties": {}, |
| 8842 | + "type": "object" |
| 8843 | + }, |
| 8844 | + "GoogleCloudDialogflowCxV3ExportEntityTypesResponse": { |
| 8845 | + "description": "The response message for EntityTypes.ExportEntityTypes.", |
| 8846 | + "id": "GoogleCloudDialogflowCxV3ExportEntityTypesResponse", |
| 8847 | + "properties": { |
| 8848 | + "entityTypesContent": { |
| 8849 | + "$ref": "GoogleCloudDialogflowCxV3InlineDestination", |
| 8850 | + "description": "Uncompressed byte content for entity types. This field is populated only if `entity_types_content_inline` is set to true in ExportEntityTypesRequest." |
| 8851 | + }, |
| 8852 | + "entityTypesUri": { |
| 8853 | + "description": "The URI to a file containing the exported entity types. This field is populated only if `entity_types_uri` is specified in ExportEntityTypesRequest.", |
| 8854 | + "type": "string" |
| 8855 | + } |
| 8856 | + }, |
| 8857 | + "type": "object" |
| 8858 | + }, |
8838 | 8859 | "GoogleCloudDialogflowCxV3ExportFlowResponse": {
|
8839 | 8860 | "description": "The response message for Flows.ExportFlow.",
|
8840 | 8861 | "id": "GoogleCloudDialogflowCxV3ExportFlowResponse",
|
|
9135 | 9156 | },
|
9136 | 9157 | "type": "object"
|
9137 | 9158 | },
|
| 9159 | + "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata": { |
| 9160 | + "description": "Metadata returned for the EntityTypes.ImportEntityTypes long running operation.", |
| 9161 | + "id": "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata", |
| 9162 | + "properties": {}, |
| 9163 | + "type": "object" |
| 9164 | + }, |
| 9165 | + "GoogleCloudDialogflowCxV3ImportEntityTypesResponse": { |
| 9166 | + "description": "The response message for EntityTypes.ImportEntityTypes.", |
| 9167 | + "id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponse", |
| 9168 | + "properties": { |
| 9169 | + "conflictingResources": { |
| 9170 | + "$ref": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources", |
| 9171 | + "description": "Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportEntityTypesRequest." |
| 9172 | + }, |
| 9173 | + "entityTypes": { |
| 9174 | + "description": "The unique identifier of the imported entity types. Format: `projects//locations//agents//entity_types/`.", |
| 9175 | + "items": { |
| 9176 | + "type": "string" |
| 9177 | + }, |
| 9178 | + "type": "array" |
| 9179 | + } |
| 9180 | + }, |
| 9181 | + "type": "object" |
| 9182 | + }, |
| 9183 | + "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources": { |
| 9184 | + "description": "Conflicting resources detected during the import process. Only filled when REPORT_CONFLICT is set in the request and there are conflicts in the display names.", |
| 9185 | + "id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources", |
| 9186 | + "properties": { |
| 9187 | + "entityDisplayNames": { |
| 9188 | + "description": "Display names of conflicting entities.", |
| 9189 | + "items": { |
| 9190 | + "type": "string" |
| 9191 | + }, |
| 9192 | + "type": "array" |
| 9193 | + }, |
| 9194 | + "entityTypeDisplayNames": { |
| 9195 | + "description": "Display names of conflicting entity types.", |
| 9196 | + "items": { |
| 9197 | + "type": "string" |
| 9198 | + }, |
| 9199 | + "type": "array" |
| 9200 | + } |
| 9201 | + }, |
| 9202 | + "type": "object" |
| 9203 | + }, |
9138 | 9204 | "GoogleCloudDialogflowCxV3ImportFlowResponse": {
|
9139 | 9205 | "description": "The response message for Flows.ImportFlow.",
|
9140 | 9206 | "id": "GoogleCloudDialogflowCxV3ImportFlowResponse",
|
|
11047 | 11113 | },
|
11048 | 11114 | "type": "object"
|
11049 | 11115 | },
|
| 11116 | + "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata": { |
| 11117 | + "description": "Metadata returned for the EntityTypes.ExportEntityTypes long running operation.", |
| 11118 | + "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata", |
| 11119 | + "properties": {}, |
| 11120 | + "type": "object" |
| 11121 | + }, |
| 11122 | + "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse": { |
| 11123 | + "description": "The response message for EntityTypes.ExportEntityTypes.", |
| 11124 | + "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse", |
| 11125 | + "properties": { |
| 11126 | + "entityTypesContent": { |
| 11127 | + "$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination", |
| 11128 | + "description": "Uncompressed byte content for entity types. This field is populated only if `entity_types_content_inline` is set to true in ExportEntityTypesRequest." |
| 11129 | + }, |
| 11130 | + "entityTypesUri": { |
| 11131 | + "description": "The URI to a file containing the exported entity types. This field is populated only if `entity_types_uri` is specified in ExportEntityTypesRequest.", |
| 11132 | + "type": "string" |
| 11133 | + } |
| 11134 | + }, |
| 11135 | + "type": "object" |
| 11136 | + }, |
11050 | 11137 | "GoogleCloudDialogflowCxV3beta1ExportFlowResponse": {
|
11051 | 11138 | "description": "The response message for Flows.ExportFlow.",
|
11052 | 11139 | "id": "GoogleCloudDialogflowCxV3beta1ExportFlowResponse",
|
|
11347 | 11434 | },
|
11348 | 11435 | "type": "object"
|
11349 | 11436 | },
|
| 11437 | + "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata": { |
| 11438 | + "description": "Metadata returned for the EntityTypes.ImportEntityTypes long running operation.", |
| 11439 | + "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata", |
| 11440 | + "properties": {}, |
| 11441 | + "type": "object" |
| 11442 | + }, |
| 11443 | + "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse": { |
| 11444 | + "description": "The response message for EntityTypes.ImportEntityTypes.", |
| 11445 | + "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse", |
| 11446 | + "properties": { |
| 11447 | + "conflictingResources": { |
| 11448 | + "$ref": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources", |
| 11449 | + "description": "Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportEntityTypesRequest." |
| 11450 | + }, |
| 11451 | + "entityTypes": { |
| 11452 | + "description": "The unique identifier of the imported entity types. Format: `projects//locations//agents//entity_types/`.", |
| 11453 | + "items": { |
| 11454 | + "type": "string" |
| 11455 | + }, |
| 11456 | + "type": "array" |
| 11457 | + } |
| 11458 | + }, |
| 11459 | + "type": "object" |
| 11460 | + }, |
| 11461 | + "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources": { |
| 11462 | + "description": "Conflicting resources detected during the import process. Only filled when REPORT_CONFLICT is set in the request and there are conflicts in the display names.", |
| 11463 | + "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources", |
| 11464 | + "properties": { |
| 11465 | + "entityDisplayNames": { |
| 11466 | + "description": "Display names of conflicting entities.", |
| 11467 | + "items": { |
| 11468 | + "type": "string" |
| 11469 | + }, |
| 11470 | + "type": "array" |
| 11471 | + }, |
| 11472 | + "entityTypeDisplayNames": { |
| 11473 | + "description": "Display names of conflicting entity types.", |
| 11474 | + "items": { |
| 11475 | + "type": "string" |
| 11476 | + }, |
| 11477 | + "type": "array" |
| 11478 | + } |
| 11479 | + }, |
| 11480 | + "type": "object" |
| 11481 | + }, |
11350 | 11482 | "GoogleCloudDialogflowCxV3beta1ImportFlowResponse": {
|
11351 | 11483 | "description": "The response message for Flows.ImportFlow.",
|
11352 | 11484 | "id": "GoogleCloudDialogflowCxV3beta1ImportFlowResponse",
|
|
12930 | 13062 | "summaryText": {
|
12931 | 13063 | "description": "Text of actual submitted summary.",
|
12932 | 13064 | "type": "string"
|
| 13065 | + }, |
| 13066 | + "textSections": { |
| 13067 | + "additionalProperties": { |
| 13068 | + "type": "string" |
| 13069 | + }, |
| 13070 | + "description": "Optional. Actual text sections of submitted summary.", |
| 13071 | + "type": "object" |
12933 | 13072 | }
|
12934 | 13073 | },
|
12935 | 13074 | "type": "object"
|
|
0 commit comments