| { |
| "auth": { |
| "oauth2": { |
| "scopes": { |
| "https://www.googleapis.com/auth/cloud-platform": { |
| "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account." |
| }, |
| "https://www.googleapis.com/auth/dialogflow": { |
| "description": "View, manage and query your Dialogflow agents" |
| } |
| } |
| } |
| }, |
| "basePath": "", |
| "baseUrl": "https://dialogflow.googleapis.com/", |
| "batchPath": "batch", |
| "canonicalName": "Dialogflow", |
| "description": "Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).", |
| "discoveryVersion": "v1", |
| "documentationLink": "https://cloud.google.com/dialogflow/", |
| "icons": { |
| "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| }, |
| "id": "dialogflow:v3", |
| "kind": "discovery#restDescription", |
| "name": "dialogflow", |
| "ownerDomain": "google.com", |
| "ownerName": "Google", |
| "protocol": "rest", |
| "revision": "20260323", |
| "rootUrl": "https://dialogflow.googleapis.com/", |
| "servicePath": "", |
| "title": "Dialogflow API", |
| "version": "v3", |
| "version_module": true, |
| "parameters": { |
| "$.xgafv": { |
| "description": "V1 error format.", |
| "enum": [ |
| "1", |
| "2" |
| ], |
| "enumDescriptions": [ |
| "v1 error format", |
| "v2 error format" |
| ], |
| "location": "query", |
| "type": "string" |
| }, |
| "access_token": { |
| "description": "OAuth access token.", |
| "location": "query", |
| "type": "string" |
| }, |
| "alt": { |
| "default": "json", |
| "description": "Data format for response.", |
| "enum": [ |
| "json", |
| "media", |
| "proto" |
| ], |
| "enumDescriptions": [ |
| "Responses with Content-Type of application/json", |
| "Media download with context-dependent Content-Type", |
| "Responses with Content-Type of application/x-protobuf" |
| ], |
| "location": "query", |
| "type": "string" |
| }, |
| "callback": { |
| "description": "JSONP", |
| "location": "query", |
| "type": "string" |
| }, |
| "fields": { |
| "description": "Selector specifying which fields to include in a partial response.", |
| "location": "query", |
| "type": "string" |
| }, |
| "key": { |
| "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
| "location": "query", |
| "type": "string" |
| }, |
| "oauth_token": { |
| "description": "OAuth 2.0 token for the current user.", |
| "location": "query", |
| "type": "string" |
| }, |
| "prettyPrint": { |
| "default": "true", |
| "description": "Returns response with indentations and line breaks.", |
| "location": "query", |
| "type": "boolean" |
| }, |
| "quotaUser": { |
| "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", |
| "location": "query", |
| "type": "string" |
| }, |
| "uploadType": { |
| "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
| "location": "query", |
| "type": "string" |
| }, |
| "upload_protocol": { |
| "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "resources": { |
| "projects": { |
| "resources": { |
| "locations": { |
| "methods": { |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudLocationLocation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.list", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "extraLocationTypes": { |
| "location": "query", |
| "repeated": true, |
| "type": "string" |
| }, |
| "filter": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}/locations", |
| "response": { |
| "$ref": "GoogleCloudLocationListLocationsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| }, |
| "resources": { |
| "agents": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/agents", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Agent" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Agent" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "export": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}:export", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.export", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:export", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3ExportAgentRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Agent" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "getGenerativeSettings": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generativeSettings", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.getGenerativeSettings", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generativeSettings$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3GenerativeSettings" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "getValidationResult": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/validationResult", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.getValidationResult", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/validationResult$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3AgentValidationResult" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/agents", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListAgentsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Agent" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Agent" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "restore": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}:restore", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.restore", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:restore", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3RestoreAgentRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "updateGenerativeSettings": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generativeSettings", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.updateGenerativeSettings", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generativeSettings$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3GenerativeSettings" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3GenerativeSettings" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "validate": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}:validate", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.validate", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:validate", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3ValidateAgentRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3AgentValidationResult" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| }, |
| "resources": { |
| "changelogs": { |
| "methods": { |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/changelogs/{changelogsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.changelogs.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/changelogs/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Changelog" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/changelogs", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.changelogs.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "filter": { |
| "location": "query", |
| "type": "string" |
| }, |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/changelogs", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListChangelogsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| }, |
| "entityTypes": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.entityTypes.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/entityTypes", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3EntityType" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3EntityType" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes/{entityTypesId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.entityTypes.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "force": { |
| "location": "query", |
| "type": "boolean" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/entityTypes/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "export": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes:export", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.entityTypes.export", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/entityTypes:export", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3ExportEntityTypesRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes/{entityTypesId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.entityTypes.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/entityTypes/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3EntityType" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "import": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes:import", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.entityTypes.import", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/entityTypes:import", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3ImportEntityTypesRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.entityTypes.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/entityTypes", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListEntityTypesResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes/{entityTypesId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.entityTypes.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/entityTypes/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3EntityType" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3EntityType" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| }, |
| "environments": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.environments.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/environments", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Environment" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.environments.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "deployFlow": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}:deployFlow", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.environments.deployFlow", |
| "parameterOrder": [ |
| "environment" |
| ], |
| "parameters": { |
| "environment": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+environment}:deployFlow", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3DeployFlowRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.environments.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Environment" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.environments.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/environments", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListEnvironmentsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "lookupEnvironmentHistory": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}:lookupEnvironmentHistory", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.environments.lookupEnvironmentHistory", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:lookupEnvironmentHistory", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.environments.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Environment" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "runContinuousTest": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}:runContinuousTest", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.environments.runContinuousTest", |
| "parameterOrder": [ |
| "environment" |
| ], |
| "parameters": { |
| "environment": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+environment}:runContinuousTest", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3RunContinuousTestRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| }, |
| "resources": { |
| "continuousTestResults": { |
| "methods": { |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/continuousTestResults", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.environments.continuousTestResults.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/continuousTestResults", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| }, |
| "deployments": { |
| "methods": { |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/deployments/{deploymentsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.environments.deployments.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/deployments/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Deployment" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/deployments", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.environments.deployments.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/deployments", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListDeploymentsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| }, |
| "experiments": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.environments.experiments.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/experiments", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Experiment" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Experiment" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.environments.experiments.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.environments.experiments.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Experiment" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.environments.experiments.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/experiments", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListExperimentsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.environments.experiments.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Experiment" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Experiment" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "start": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}:start", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.environments.experiments.start", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:start", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3StartExperimentRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Experiment" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "stop": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}:stop", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.environments.experiments.stop", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:stop", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3StopExperimentRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Experiment" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| }, |
| "sessions": { |
| "methods": { |
| "detectIntent": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:detectIntent", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.environments.sessions.detectIntent", |
| "parameterOrder": [ |
| "session" |
| ], |
| "parameters": { |
| "session": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+session}:detectIntent", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3DetectIntentRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3DetectIntentResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "fulfillIntent": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:fulfillIntent", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.environments.sessions.fulfillIntent", |
| "parameterOrder": [ |
| "session" |
| ], |
| "parameters": { |
| "session": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+session}:fulfillIntent", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3FulfillIntentRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3FulfillIntentResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "matchIntent": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:matchIntent", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.environments.sessions.matchIntent", |
| "parameterOrder": [ |
| "session" |
| ], |
| "parameters": { |
| "session": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+session}:matchIntent", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3MatchIntentRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3MatchIntentResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "serverStreamingDetectIntent": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:serverStreamingDetectIntent", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.environments.sessions.serverStreamingDetectIntent", |
| "parameterOrder": [ |
| "session" |
| ], |
| "parameters": { |
| "session": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+session}:serverStreamingDetectIntent", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3DetectIntentRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3DetectIntentResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| }, |
| "resources": { |
| "entityTypes": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/entityTypes", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/entityTypes", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| } |
| } |
| } |
| } |
| }, |
| "flows": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.flows.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/flows", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Flow" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Flow" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.flows.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "force": { |
| "location": "query", |
| "type": "boolean" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "export": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}:export", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.flows.export", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:export", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3ExportFlowRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.flows.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Flow" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "getValidationResult": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/validationResult", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.flows.getValidationResult", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/validationResult$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3FlowValidationResult" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "import": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows:import", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.flows.import", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/flows:import", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3ImportFlowRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.flows.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/flows", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListFlowsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.flows.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Flow" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Flow" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "train": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}:train", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.flows.train", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:train", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3TrainFlowRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "validate": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}:validate", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.flows.validate", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:validate", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3ValidateFlowRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3FlowValidationResult" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| }, |
| "resources": { |
| "pages": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.flows.pages.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/pages", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Page" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Page" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages/{pagesId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.flows.pages.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "force": { |
| "location": "query", |
| "type": "boolean" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/pages/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages/{pagesId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.flows.pages.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/pages/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Page" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.flows.pages.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/pages", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListPagesResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages/{pagesId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.flows.pages.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/pages/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Page" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Page" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| }, |
| "transitionRouteGroups": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/transitionRouteGroups", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups/{transitionRouteGroupsId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "force": { |
| "location": "query", |
| "type": "boolean" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/transitionRouteGroups/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups/{transitionRouteGroupsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/transitionRouteGroups/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/transitionRouteGroups", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups/{transitionRouteGroupsId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/transitionRouteGroups/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| }, |
| "versions": { |
| "methods": { |
| "compareVersions": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}:compareVersions", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.flows.versions.compareVersions", |
| "parameterOrder": [ |
| "baseVersion" |
| ], |
| "parameters": { |
| "baseVersion": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+baseVersion}:compareVersions", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3CompareVersionsRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3CompareVersionsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.flows.versions.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/versions", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Version" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.flows.versions.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.flows.versions.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Version" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.flows.versions.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/versions", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListVersionsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "load": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}:load", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.flows.versions.load", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:load", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3LoadVersionRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.flows.versions.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Version" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Version" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| } |
| } |
| }, |
| "generators": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.generators.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/generators", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Generator" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Generator" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators/{generatorsId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.generators.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "force": { |
| "location": "query", |
| "type": "boolean" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generators/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators/{generatorsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.generators.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generators/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Generator" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.generators.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/generators", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListGeneratorsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators/{generatorsId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.generators.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generators/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Generator" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Generator" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| }, |
| "intents": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.intents.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/intents", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Intent" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Intent" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents/{intentsId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.intents.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/intents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "export": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents:export", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.intents.export", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/intents:export", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3ExportIntentsRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents/{intentsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.intents.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/intents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Intent" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "import": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents:import", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.intents.import", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/intents:import", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3ImportIntentsRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.intents.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "intentView": { |
| "enum": [ |
| "INTENT_VIEW_UNSPECIFIED", |
| "INTENT_VIEW_PARTIAL", |
| "INTENT_VIEW_FULL" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "location": "query", |
| "type": "string" |
| }, |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/intents", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListIntentsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents/{intentsId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.intents.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/intents/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Intent" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Intent" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| }, |
| "playbooks": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.playbooks.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/playbooks", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Playbook" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Playbook" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.playbooks.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "export": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}:export", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.playbooks.export", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:export", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3ExportPlaybookRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.playbooks.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Playbook" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "import": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks:import", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.playbooks.import", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/playbooks:import", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3ImportPlaybookRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.playbooks.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/playbooks", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListPlaybooksResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.playbooks.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Playbook" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Playbook" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| }, |
| "resources": { |
| "examples": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.playbooks.examples.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/examples", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Example" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Example" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples/{examplesId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.playbooks.examples.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/examples/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples/{examplesId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.playbooks.examples.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/examples/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Example" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.playbooks.examples.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/examples", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListExamplesResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples/{examplesId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.playbooks.examples.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/examples/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Example" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Example" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| }, |
| "versions": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.playbooks.versions.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/versions", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookVersion" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookVersion" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions/{versionsId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.playbooks.versions.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/versions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions/{versionsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.playbooks.versions.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/versions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookVersion" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.playbooks.versions.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/versions", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "restore": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions/{versionsId}:restore", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.playbooks.versions.restore", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/versions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:restore", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3RestorePlaybookVersionRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| } |
| } |
| }, |
| "sessions": { |
| "methods": { |
| "detectIntent": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:detectIntent", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.sessions.detectIntent", |
| "parameterOrder": [ |
| "session" |
| ], |
| "parameters": { |
| "session": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+session}:detectIntent", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3DetectIntentRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3DetectIntentResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "fulfillIntent": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:fulfillIntent", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.sessions.fulfillIntent", |
| "parameterOrder": [ |
| "session" |
| ], |
| "parameters": { |
| "session": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+session}:fulfillIntent", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3FulfillIntentRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3FulfillIntentResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "matchIntent": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:matchIntent", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.sessions.matchIntent", |
| "parameterOrder": [ |
| "session" |
| ], |
| "parameters": { |
| "session": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+session}:matchIntent", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3MatchIntentRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3MatchIntentResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "serverStreamingDetectIntent": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:serverStreamingDetectIntent", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.sessions.serverStreamingDetectIntent", |
| "parameterOrder": [ |
| "session" |
| ], |
| "parameters": { |
| "session": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+session}:serverStreamingDetectIntent", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3DetectIntentRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3DetectIntentResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "submitAnswerFeedback": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:submitAnswerFeedback", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.sessions.submitAnswerFeedback", |
| "parameterOrder": [ |
| "session" |
| ], |
| "parameters": { |
| "session": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+session}:submitAnswerFeedback", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3AnswerFeedback" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| }, |
| "resources": { |
| "entityTypes": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.sessions.entityTypes.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/entityTypes", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.sessions.entityTypes.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.sessions.entityTypes.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.sessions.entityTypes.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/entityTypes", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.sessions.entityTypes.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| } |
| } |
| }, |
| "testCases": { |
| "methods": { |
| "batchDelete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:batchDelete", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.testCases.batchDelete", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/testCases:batchDelete", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest" |
| }, |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "batchRun": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:batchRun", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.testCases.batchRun", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/testCases:batchRun", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3BatchRunTestCasesRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "calculateCoverage": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:calculateCoverage", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.testCases.calculateCoverage", |
| "parameterOrder": [ |
| "agent" |
| ], |
| "parameters": { |
| "agent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "type": { |
| "enum": [ |
| "COVERAGE_TYPE_UNSPECIFIED", |
| "INTENT", |
| "PAGE_TRANSITION", |
| "TRANSITION_ROUTE_GROUP" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+agent}/testCases:calculateCoverage", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3CalculateCoverageResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.testCases.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/testCases", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3TestCase" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3TestCase" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "export": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:export", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.testCases.export", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/testCases:export", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3ExportTestCasesRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.testCases.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3TestCase" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "import": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:import", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.testCases.import", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/testCases:import", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3ImportTestCasesRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.testCases.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "view": { |
| "enum": [ |
| "TEST_CASE_VIEW_UNSPECIFIED", |
| "BASIC", |
| "FULL" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/testCases", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListTestCasesResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.testCases.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3TestCase" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3TestCase" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "run": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}:run", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.testCases.run", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:run", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3RunTestCaseRequest" |
| }, |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| }, |
| "resources": { |
| "results": { |
| "methods": { |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}/results/{resultsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.testCases.results.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+/results/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}/results", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.testCases.results.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "filter": { |
| "location": "query", |
| "type": "string" |
| }, |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/results", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListTestCaseResultsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| } |
| } |
| }, |
| "tools": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.tools.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/tools", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Tool" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Tool" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.tools.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "force": { |
| "location": "query", |
| "type": "boolean" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.tools.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Tool" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.tools.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/tools", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListToolsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.tools.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Tool" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Tool" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| }, |
| "resources": { |
| "versions": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.tools.versions.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/versions", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolVersion" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolVersion" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions/{versionsId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.tools.versions.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "force": { |
| "location": "query", |
| "type": "boolean" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+/versions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions/{versionsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.tools.versions.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+/versions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolVersion" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.tools.versions.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/versions", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListToolVersionsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "restore": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions/{versionsId}:restore", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.tools.versions.restore", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+/versions/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:restore", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3RestoreToolVersionRequest" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3RestoreToolVersionResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| } |
| } |
| }, |
| "transitionRouteGroups": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.transitionRouteGroups.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/transitionRouteGroups", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.transitionRouteGroups.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "force": { |
| "location": "query", |
| "type": "boolean" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.transitionRouteGroups.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.transitionRouteGroups.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/transitionRouteGroups", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.transitionRouteGroups.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "languageCode": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| }, |
| "webhooks": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.agents.webhooks.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/webhooks", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Webhook" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Webhook" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks/{webhooksId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.agents.webhooks.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "force": { |
| "location": "query", |
| "type": "boolean" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/webhooks/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks/{webhooksId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.webhooks.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/webhooks/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Webhook" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.agents.webhooks.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/webhooks", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListWebhooksResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks/{webhooksId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.agents.webhooks.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/webhooks/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3Webhook" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3Webhook" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| } |
| } |
| }, |
| "operations": { |
| "methods": { |
| "cancel": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.operations.cancel", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:cancel", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.operations.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/operations", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.operations.list", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "filter": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "returnPartialSuccess": { |
| "location": "query", |
| "type": "boolean" |
| } |
| }, |
| "path": "v3/{+name}/operations", |
| "response": { |
| "$ref": "GoogleLongrunningListOperationsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| }, |
| "securitySettings": { |
| "methods": { |
| "create": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/securitySettings", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.locations.securitySettings.create", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/securitySettings", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3SecuritySettings" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3SecuritySettings" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "delete": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/securitySettings/{securitySettingsId}", |
| "httpMethod": "DELETE", |
| "id": "dialogflow.projects.locations.securitySettings.delete", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/securitySettings/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/securitySettings/{securitySettingsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.securitySettings.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/securitySettings/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3SecuritySettings" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/securitySettings", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.locations.securitySettings.list", |
| "parameterOrder": [ |
| "parent" |
| ], |
| "parameters": { |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "parent": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+parent}/securitySettings", |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3ListSecuritySettingsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "patch": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/securitySettings/{securitySettingsId}", |
| "httpMethod": "PATCH", |
| "id": "dialogflow.projects.locations.securitySettings.patch", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/locations/[^/]+/securitySettings/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "request": { |
| "$ref": "GoogleCloudDialogflowCxV3SecuritySettings" |
| }, |
| "response": { |
| "$ref": "GoogleCloudDialogflowCxV3SecuritySettings" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| } |
| } |
| }, |
| "operations": { |
| "methods": { |
| "cancel": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/operations/{operationsId}:cancel", |
| "httpMethod": "POST", |
| "id": "dialogflow.projects.operations.cancel", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/operations/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}:cancel", |
| "response": { |
| "$ref": "GoogleProtobufEmpty" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "get": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/operations/{operationsId}", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.operations.get", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+/operations/[^/]+$", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "path": "v3/{+name}", |
| "response": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| }, |
| "list": { |
| "description": "", |
| "flatPath": "v3/projects/{projectsId}/operations", |
| "httpMethod": "GET", |
| "id": "dialogflow.projects.operations.list", |
| "parameterOrder": [ |
| "name" |
| ], |
| "parameters": { |
| "filter": { |
| "location": "query", |
| "type": "string" |
| }, |
| "name": { |
| "location": "path", |
| "pattern": "^projects/[^/]+$", |
| "required": true, |
| "type": "string" |
| }, |
| "pageSize": { |
| "format": "int32", |
| "location": "query", |
| "type": "integer" |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string" |
| }, |
| "returnPartialSuccess": { |
| "location": "query", |
| "type": "boolean" |
| } |
| }, |
| "path": "v3/{+name}/operations", |
| "response": { |
| "$ref": "GoogleLongrunningListOperationsResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/dialogflow" |
| ] |
| } |
| } |
| } |
| } |
| } |
| }, |
| "schemas": { |
| "GoogleCloudDialogflowCxV3Action": { |
| "id": "GoogleCloudDialogflowCxV3Action", |
| "properties": { |
| "agentUtterance": { |
| "$ref": "GoogleCloudDialogflowCxV3AgentUtterance" |
| }, |
| "flowInvocation": { |
| "$ref": "GoogleCloudDialogflowCxV3FlowInvocation" |
| }, |
| "flowTransition": { |
| "$ref": "GoogleCloudDialogflowCxV3FlowTransition" |
| }, |
| "playbookInvocation": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookInvocation" |
| }, |
| "playbookTransition": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookTransition" |
| }, |
| "toolUse": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolUse" |
| }, |
| "userUtterance": { |
| "$ref": "GoogleCloudDialogflowCxV3UserUtterance" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AdvancedSettings": { |
| "id": "GoogleCloudDialogflowCxV3AdvancedSettings", |
| "properties": { |
| "audioExportGcsDestination": { |
| "$ref": "GoogleCloudDialogflowCxV3GcsDestination" |
| }, |
| "dtmfSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings" |
| }, |
| "loggingSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings" |
| }, |
| "speechSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings": { |
| "id": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings", |
| "properties": { |
| "enabled": { |
| "type": "boolean" |
| }, |
| "endpointingTimeoutDuration": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "finishDigit": { |
| "type": "string" |
| }, |
| "interdigitTimeoutDuration": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "maxDigits": { |
| "format": "int32", |
| "type": "integer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings": { |
| "id": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings", |
| "properties": { |
| "enableConsentBasedRedaction": { |
| "type": "boolean" |
| }, |
| "enableInteractionLogging": { |
| "type": "boolean" |
| }, |
| "enableStackdriverLogging": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings": { |
| "id": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings", |
| "properties": { |
| "endpointerSensitivity": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "models": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "noSpeechTimeout": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "useTimeoutBasedEndpointing": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Agent": { |
| "id": "GoogleCloudDialogflowCxV3Agent", |
| "properties": { |
| "advancedSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" |
| }, |
| "answerFeedbackSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings" |
| }, |
| "avatarUri": { |
| "type": "string" |
| }, |
| "clientCertificateSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AgentClientCertificateSettings" |
| }, |
| "defaultLanguageCode": { |
| "type": "string" |
| }, |
| "description": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "enableMultiLanguageTraining": { |
| "type": "boolean" |
| }, |
| "enableSpellCorrection": { |
| "type": "boolean" |
| }, |
| "enableStackdriverLogging": { |
| "deprecated": true, |
| "type": "boolean" |
| }, |
| "genAppBuilderSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings" |
| }, |
| "gitIntegrationSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AgentGitIntegrationSettings" |
| }, |
| "locked": { |
| "type": "boolean" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "personalizationSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AgentPersonalizationSettings" |
| }, |
| "satisfiesPzi": { |
| "readOnly": true, |
| "type": "boolean" |
| }, |
| "satisfiesPzs": { |
| "readOnly": true, |
| "type": "boolean" |
| }, |
| "securitySettings": { |
| "type": "string" |
| }, |
| "speechToTextSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3SpeechToTextSettings" |
| }, |
| "startFlow": { |
| "type": "string" |
| }, |
| "startPlaybook": { |
| "type": "string" |
| }, |
| "supportedLanguageCodes": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "textToSpeechSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3TextToSpeechSettings" |
| }, |
| "timeZone": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings": { |
| "id": "GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings", |
| "properties": { |
| "enableAnswerFeedback": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AgentClientCertificateSettings": { |
| "id": "GoogleCloudDialogflowCxV3AgentClientCertificateSettings", |
| "properties": { |
| "passphrase": { |
| "type": "string" |
| }, |
| "privateKey": { |
| "type": "string" |
| }, |
| "sslCertificate": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings": { |
| "id": "GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings", |
| "properties": { |
| "engine": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AgentGitIntegrationSettings": { |
| "id": "GoogleCloudDialogflowCxV3AgentGitIntegrationSettings", |
| "properties": { |
| "githubSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings": { |
| "id": "GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings", |
| "properties": { |
| "accessToken": { |
| "type": "string" |
| }, |
| "branches": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "repositoryUri": { |
| "type": "string" |
| }, |
| "trackingBranch": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AgentPersonalizationSettings": { |
| "id": "GoogleCloudDialogflowCxV3AgentPersonalizationSettings", |
| "properties": { |
| "defaultEndUserMetadata": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AgentUtterance": { |
| "id": "GoogleCloudDialogflowCxV3AgentUtterance", |
| "properties": { |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AgentValidationResult": { |
| "id": "GoogleCloudDialogflowCxV3AgentValidationResult", |
| "properties": { |
| "flowValidationResults": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3FlowValidationResult" |
| }, |
| "type": "array" |
| }, |
| "name": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AnswerFeedback": { |
| "id": "GoogleCloudDialogflowCxV3AnswerFeedback", |
| "properties": { |
| "customRating": { |
| "type": "string" |
| }, |
| "rating": { |
| "enum": [ |
| "RATING_UNSPECIFIED", |
| "THUMBS_UP", |
| "THUMBS_DOWN" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "ratingReason": { |
| "$ref": "GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason": { |
| "id": "GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason", |
| "properties": { |
| "feedback": { |
| "type": "string" |
| }, |
| "reasonLabels": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3AudioInput": { |
| "id": "GoogleCloudDialogflowCxV3AudioInput", |
| "properties": { |
| "audio": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "config": { |
| "$ref": "GoogleCloudDialogflowCxV3InputAudioConfig" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3BargeInConfig": { |
| "id": "GoogleCloudDialogflowCxV3BargeInConfig", |
| "properties": { |
| "noBargeInDuration": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "totalDuration": { |
| "format": "google-duration", |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest": { |
| "id": "GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest", |
| "properties": { |
| "names": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata": { |
| "id": "GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata", |
| "properties": { |
| "errors": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TestError" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3BatchRunTestCasesRequest": { |
| "id": "GoogleCloudDialogflowCxV3BatchRunTestCasesRequest", |
| "properties": { |
| "environment": { |
| "type": "string" |
| }, |
| "testCases": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3BatchRunTestCasesResponse": { |
| "id": "GoogleCloudDialogflowCxV3BatchRunTestCasesResponse", |
| "properties": { |
| "results": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3BoostSpec": { |
| "id": "GoogleCloudDialogflowCxV3BoostSpec", |
| "properties": { |
| "conditionBoostSpecs": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpec" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpec": { |
| "id": "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpec", |
| "properties": { |
| "boost": { |
| "format": "float", |
| "type": "number" |
| }, |
| "boostControlSpec": { |
| "$ref": "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpec" |
| }, |
| "condition": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpec": { |
| "id": "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpec", |
| "properties": { |
| "attributeType": { |
| "enum": [ |
| "ATTRIBUTE_TYPE_UNSPECIFIED", |
| "NUMERICAL", |
| "FRESHNESS" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "controlPoints": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpecControlPoint" |
| }, |
| "type": "array" |
| }, |
| "fieldName": { |
| "type": "string" |
| }, |
| "interpolationType": { |
| "enum": [ |
| "INTERPOLATION_TYPE_UNSPECIFIED", |
| "LINEAR" |
| ], |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpecControlPoint": { |
| "id": "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpecControlPoint", |
| "properties": { |
| "attributeValue": { |
| "type": "string" |
| }, |
| "boostAmount": { |
| "format": "float", |
| "type": "number" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3BoostSpecs": { |
| "id": "GoogleCloudDialogflowCxV3BoostSpecs", |
| "properties": { |
| "dataStores": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "spec": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3BoostSpec" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3CalculateCoverageResponse": { |
| "id": "GoogleCloudDialogflowCxV3CalculateCoverageResponse", |
| "properties": { |
| "agent": { |
| "type": "string" |
| }, |
| "intentCoverage": { |
| "$ref": "GoogleCloudDialogflowCxV3IntentCoverage" |
| }, |
| "routeGroupCoverage": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage" |
| }, |
| "transitionCoverage": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionCoverage" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Changelog": { |
| "id": "GoogleCloudDialogflowCxV3Changelog", |
| "properties": { |
| "action": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "resource": { |
| "type": "string" |
| }, |
| "type": { |
| "type": "string" |
| }, |
| "userEmail": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3CodeBlock": { |
| "id": "GoogleCloudDialogflowCxV3CodeBlock", |
| "properties": { |
| "code": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3CompareVersionsRequest": { |
| "id": "GoogleCloudDialogflowCxV3CompareVersionsRequest", |
| "properties": { |
| "languageCode": { |
| "type": "string" |
| }, |
| "targetVersion": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3CompareVersionsResponse": { |
| "id": "GoogleCloudDialogflowCxV3CompareVersionsResponse", |
| "properties": { |
| "baseVersionContentJson": { |
| "type": "string" |
| }, |
| "compareTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "targetVersionContentJson": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ContinuousTestResult": { |
| "id": "GoogleCloudDialogflowCxV3ContinuousTestResult", |
| "properties": { |
| "name": { |
| "type": "string" |
| }, |
| "result": { |
| "enum": [ |
| "AGGREGATED_TEST_RESULT_UNSPECIFIED", |
| "PASSED", |
| "FAILED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "runTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "testCaseResults": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ConversationSignals": { |
| "id": "GoogleCloudDialogflowCxV3ConversationSignals", |
| "properties": { |
| "turnSignals": { |
| "$ref": "GoogleCloudDialogflowCxV3TurnSignals" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ConversationTurn": { |
| "id": "GoogleCloudDialogflowCxV3ConversationTurn", |
| "properties": { |
| "userInput": { |
| "$ref": "GoogleCloudDialogflowCxV3ConversationTurnUserInput" |
| }, |
| "virtualAgentOutput": { |
| "$ref": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ConversationTurnUserInput": { |
| "id": "GoogleCloudDialogflowCxV3ConversationTurnUserInput", |
| "properties": { |
| "enableSentimentAnalysis": { |
| "type": "boolean" |
| }, |
| "injectedParameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "input": { |
| "$ref": "GoogleCloudDialogflowCxV3QueryInput" |
| }, |
| "isWebhookEnabled": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput": { |
| "id": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput", |
| "properties": { |
| "currentPage": { |
| "$ref": "GoogleCloudDialogflowCxV3Page" |
| }, |
| "diagnosticInfo": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "differences": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TestRunDifference" |
| }, |
| "readOnly": true, |
| "type": "array" |
| }, |
| "sessionParameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "status": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "textResponses": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessageText" |
| }, |
| "type": "array" |
| }, |
| "triggeredIntent": { |
| "$ref": "GoogleCloudDialogflowCxV3Intent" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3CreateVersionOperationMetadata": { |
| "id": "GoogleCloudDialogflowCxV3CreateVersionOperationMetadata", |
| "properties": { |
| "version": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DataStoreConnection": { |
| "id": "GoogleCloudDialogflowCxV3DataStoreConnection", |
| "properties": { |
| "dataStore": { |
| "type": "string" |
| }, |
| "dataStoreType": { |
| "enum": [ |
| "DATA_STORE_TYPE_UNSPECIFIED", |
| "PUBLIC_WEB", |
| "UNSTRUCTURED", |
| "STRUCTURED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "documentProcessingMode": { |
| "enum": [ |
| "DOCUMENT_PROCESSING_MODE_UNSPECIFIED", |
| "DOCUMENTS", |
| "CHUNKS" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DataStoreConnectionSignals": { |
| "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignals", |
| "properties": { |
| "answer": { |
| "type": "string" |
| }, |
| "answerGenerationModelCallSignals": { |
| "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals" |
| }, |
| "answerParts": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart" |
| }, |
| "type": "array" |
| }, |
| "citedSnippets": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsCitedSnippet" |
| }, |
| "type": "array" |
| }, |
| "groundingSignals": { |
| "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsGroundingSignals" |
| }, |
| "rewriterModelCallSignals": { |
| "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals" |
| }, |
| "rewrittenQuery": { |
| "type": "string" |
| }, |
| "safetySignals": { |
| "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSafetySignals" |
| }, |
| "searchSnippets": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals": { |
| "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals", |
| "properties": { |
| "model": { |
| "type": "string" |
| }, |
| "modelOutput": { |
| "type": "string" |
| }, |
| "renderedPrompt": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart": { |
| "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart", |
| "properties": { |
| "supportingIndices": { |
| "items": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "type": "array" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsCitedSnippet": { |
| "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsCitedSnippet", |
| "properties": { |
| "searchSnippet": { |
| "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet" |
| }, |
| "snippetIndex": { |
| "format": "int32", |
| "type": "integer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsGroundingSignals": { |
| "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsGroundingSignals", |
| "properties": { |
| "decision": { |
| "enum": [ |
| "GROUNDING_DECISION_UNSPECIFIED", |
| "ACCEPTED_BY_GROUNDING", |
| "REJECTED_BY_GROUNDING" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "score": { |
| "enum": [ |
| "GROUNDING_SCORE_BUCKET_UNSPECIFIED", |
| "VERY_LOW", |
| "LOW", |
| "MEDIUM", |
| "HIGH", |
| "VERY_HIGH" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals": { |
| "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals", |
| "properties": { |
| "model": { |
| "type": "string" |
| }, |
| "modelOutput": { |
| "type": "string" |
| }, |
| "renderedPrompt": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSafetySignals": { |
| "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSafetySignals", |
| "properties": { |
| "bannedPhraseMatch": { |
| "enum": [ |
| "BANNED_PHRASE_MATCH_UNSPECIFIED", |
| "BANNED_PHRASE_MATCH_NONE", |
| "BANNED_PHRASE_MATCH_QUERY", |
| "BANNED_PHRASE_MATCH_RESPONSE" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "decision": { |
| "enum": [ |
| "SAFETY_DECISION_UNSPECIFIED", |
| "ACCEPTED_BY_SAFETY_CHECK", |
| "REJECTED_BY_SAFETY_CHECK" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "matchedBannedPhrase": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet": { |
| "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet", |
| "properties": { |
| "documentTitle": { |
| "type": "string" |
| }, |
| "documentUri": { |
| "type": "string" |
| }, |
| "metadata": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DeployFlowMetadata": { |
| "id": "GoogleCloudDialogflowCxV3DeployFlowMetadata", |
| "properties": { |
| "testErrors": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TestError" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DeployFlowRequest": { |
| "id": "GoogleCloudDialogflowCxV3DeployFlowRequest", |
| "properties": { |
| "flowVersion": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DeployFlowResponse": { |
| "id": "GoogleCloudDialogflowCxV3DeployFlowResponse", |
| "properties": { |
| "deployment": { |
| "type": "string" |
| }, |
| "environment": { |
| "$ref": "GoogleCloudDialogflowCxV3Environment" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Deployment": { |
| "id": "GoogleCloudDialogflowCxV3Deployment", |
| "properties": { |
| "endTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "flowVersion": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "result": { |
| "$ref": "GoogleCloudDialogflowCxV3DeploymentResult" |
| }, |
| "startTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "state": { |
| "enum": [ |
| "STATE_UNSPECIFIED", |
| "RUNNING", |
| "SUCCEEDED", |
| "FAILED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DeploymentResult": { |
| "id": "GoogleCloudDialogflowCxV3DeploymentResult", |
| "properties": { |
| "deploymentTestResults": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "experiment": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DetectIntentRequest": { |
| "id": "GoogleCloudDialogflowCxV3DetectIntentRequest", |
| "properties": { |
| "outputAudioConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3OutputAudioConfig" |
| }, |
| "queryInput": { |
| "$ref": "GoogleCloudDialogflowCxV3QueryInput" |
| }, |
| "queryParams": { |
| "$ref": "GoogleCloudDialogflowCxV3QueryParameters" |
| }, |
| "responseView": { |
| "enum": [ |
| "DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED", |
| "DETECT_INTENT_RESPONSE_VIEW_FULL", |
| "DETECT_INTENT_RESPONSE_VIEW_BASIC", |
| "DETECT_INTENT_RESPONSE_VIEW_DEFAULT" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DetectIntentResponse": { |
| "id": "GoogleCloudDialogflowCxV3DetectIntentResponse", |
| "properties": { |
| "allowCancellation": { |
| "type": "boolean" |
| }, |
| "outputAudio": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "outputAudioConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3OutputAudioConfig" |
| }, |
| "queryResult": { |
| "$ref": "GoogleCloudDialogflowCxV3QueryResult" |
| }, |
| "responseId": { |
| "type": "string" |
| }, |
| "responseType": { |
| "enum": [ |
| "RESPONSE_TYPE_UNSPECIFIED", |
| "PARTIAL", |
| "FINAL" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3DtmfInput": { |
| "id": "GoogleCloudDialogflowCxV3DtmfInput", |
| "properties": { |
| "digits": { |
| "type": "string" |
| }, |
| "finishDigit": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3EntityType": { |
| "id": "GoogleCloudDialogflowCxV3EntityType", |
| "properties": { |
| "autoExpansionMode": { |
| "enum": [ |
| "AUTO_EXPANSION_MODE_UNSPECIFIED", |
| "AUTO_EXPANSION_MODE_DEFAULT" |
| ], |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "enableFuzzyExtraction": { |
| "type": "boolean" |
| }, |
| "entities": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3EntityTypeEntity" |
| }, |
| "type": "array" |
| }, |
| "excludedPhrases": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase" |
| }, |
| "type": "array" |
| }, |
| "kind": { |
| "enum": [ |
| "KIND_UNSPECIFIED", |
| "KIND_MAP", |
| "KIND_LIST", |
| "KIND_REGEXP" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "redact": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3EntityTypeEntity": { |
| "id": "GoogleCloudDialogflowCxV3EntityTypeEntity", |
| "properties": { |
| "synonyms": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "value": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase": { |
| "id": "GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase", |
| "properties": { |
| "value": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Environment": { |
| "id": "GoogleCloudDialogflowCxV3Environment", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "testCasesConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig" |
| }, |
| "updateTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "versionConfigs": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig" |
| }, |
| "type": "array" |
| }, |
| "webhookConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig": { |
| "id": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig", |
| "properties": { |
| "enableContinuousRun": { |
| "type": "boolean" |
| }, |
| "enablePredeploymentRun": { |
| "type": "boolean" |
| }, |
| "testCases": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3EnvironmentVersionConfig": { |
| "id": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig", |
| "properties": { |
| "version": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig": { |
| "id": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig", |
| "properties": { |
| "webhookOverrides": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Webhook" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3EventHandler": { |
| "id": "GoogleCloudDialogflowCxV3EventHandler", |
| "properties": { |
| "event": { |
| "type": "string" |
| }, |
| "name": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "targetFlow": { |
| "type": "string" |
| }, |
| "targetPage": { |
| "type": "string" |
| }, |
| "targetPlaybook": { |
| "type": "string" |
| }, |
| "triggerFulfillment": { |
| "$ref": "GoogleCloudDialogflowCxV3Fulfillment" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3EventInput": { |
| "id": "GoogleCloudDialogflowCxV3EventInput", |
| "properties": { |
| "event": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Example": { |
| "id": "GoogleCloudDialogflowCxV3Example", |
| "properties": { |
| "actions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Action" |
| }, |
| "type": "array" |
| }, |
| "conversationState": { |
| "enum": [ |
| "OUTPUT_STATE_UNSPECIFIED", |
| "OUTPUT_STATE_OK", |
| "OUTPUT_STATE_CANCELLED", |
| "OUTPUT_STATE_FAILED", |
| "OUTPUT_STATE_ESCALATED", |
| "OUTPUT_STATE_PENDING" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "description": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "playbookInput": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookInput" |
| }, |
| "playbookOutput": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookOutput" |
| }, |
| "tokenCount": { |
| "format": "int64", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "updateTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Experiment": { |
| "id": "GoogleCloudDialogflowCxV3Experiment", |
| "properties": { |
| "createTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "definition": { |
| "$ref": "GoogleCloudDialogflowCxV3ExperimentDefinition" |
| }, |
| "description": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "endTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "experimentLength": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "lastUpdateTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "result": { |
| "$ref": "GoogleCloudDialogflowCxV3ExperimentResult" |
| }, |
| "rolloutConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3RolloutConfig" |
| }, |
| "rolloutFailureReason": { |
| "type": "string" |
| }, |
| "rolloutState": { |
| "$ref": "GoogleCloudDialogflowCxV3RolloutState" |
| }, |
| "startTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "state": { |
| "enum": [ |
| "STATE_UNSPECIFIED", |
| "DRAFT", |
| "RUNNING", |
| "DONE", |
| "ROLLOUT_FAILED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "variantsHistory": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3VariantsHistory" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExperimentDefinition": { |
| "id": "GoogleCloudDialogflowCxV3ExperimentDefinition", |
| "properties": { |
| "condition": { |
| "type": "string" |
| }, |
| "versionVariants": { |
| "$ref": "GoogleCloudDialogflowCxV3VersionVariants" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExperimentResult": { |
| "id": "GoogleCloudDialogflowCxV3ExperimentResult", |
| "properties": { |
| "lastUpdateTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "versionMetrics": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval": { |
| "id": "GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval", |
| "properties": { |
| "confidenceLevel": { |
| "format": "double", |
| "type": "number" |
| }, |
| "lowerBound": { |
| "format": "double", |
| "type": "number" |
| }, |
| "ratio": { |
| "format": "double", |
| "type": "number" |
| }, |
| "upperBound": { |
| "format": "double", |
| "type": "number" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExperimentResultMetric": { |
| "id": "GoogleCloudDialogflowCxV3ExperimentResultMetric", |
| "properties": { |
| "confidenceInterval": { |
| "$ref": "GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval" |
| }, |
| "count": { |
| "format": "double", |
| "type": "number" |
| }, |
| "countType": { |
| "enum": [ |
| "COUNT_TYPE_UNSPECIFIED", |
| "TOTAL_NO_MATCH_COUNT", |
| "TOTAL_TURN_COUNT", |
| "AVERAGE_TURN_COUNT" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "ratio": { |
| "format": "double", |
| "type": "number" |
| }, |
| "type": { |
| "enum": [ |
| "METRIC_UNSPECIFIED", |
| "CONTAINED_SESSION_NO_CALLBACK_RATE", |
| "LIVE_AGENT_HANDOFF_RATE", |
| "CALLBACK_SESSION_RATE", |
| "ABANDONED_SESSION_RATE", |
| "SESSION_END_RATE" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics": { |
| "id": "GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics", |
| "properties": { |
| "metrics": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ExperimentResultMetric" |
| }, |
| "type": "array" |
| }, |
| "sessionCount": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "version": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportAgentRequest": { |
| "id": "GoogleCloudDialogflowCxV3ExportAgentRequest", |
| "properties": { |
| "agentUri": { |
| "type": "string" |
| }, |
| "dataFormat": { |
| "enum": [ |
| "DATA_FORMAT_UNSPECIFIED", |
| "BLOB", |
| "JSON_PACKAGE" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "environment": { |
| "type": "string" |
| }, |
| "gitDestination": { |
| "$ref": "GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination" |
| }, |
| "includeBigqueryExportSettings": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination": { |
| "id": "GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination", |
| "properties": { |
| "commitMessage": { |
| "type": "string" |
| }, |
| "trackingBranch": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportAgentResponse": { |
| "id": "GoogleCloudDialogflowCxV3ExportAgentResponse", |
| "properties": { |
| "agentContent": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "agentUri": { |
| "type": "string" |
| }, |
| "commitSha": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata": { |
| "id": "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportEntityTypesRequest": { |
| "id": "GoogleCloudDialogflowCxV3ExportEntityTypesRequest", |
| "properties": { |
| "dataFormat": { |
| "enum": [ |
| "DATA_FORMAT_UNSPECIFIED", |
| "BLOB", |
| "JSON_PACKAGE" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "entityTypes": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "entityTypesContentInline": { |
| "type": "boolean" |
| }, |
| "entityTypesUri": { |
| "type": "string" |
| }, |
| "languageCode": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportEntityTypesResponse": { |
| "id": "GoogleCloudDialogflowCxV3ExportEntityTypesResponse", |
| "properties": { |
| "entityTypesContent": { |
| "$ref": "GoogleCloudDialogflowCxV3InlineDestination" |
| }, |
| "entityTypesUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportFlowRequest": { |
| "id": "GoogleCloudDialogflowCxV3ExportFlowRequest", |
| "properties": { |
| "flowUri": { |
| "type": "string" |
| }, |
| "includeReferencedFlows": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportFlowResponse": { |
| "id": "GoogleCloudDialogflowCxV3ExportFlowResponse", |
| "properties": { |
| "flowContent": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "flowUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportIntentsMetadata": { |
| "id": "GoogleCloudDialogflowCxV3ExportIntentsMetadata", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportIntentsRequest": { |
| "id": "GoogleCloudDialogflowCxV3ExportIntentsRequest", |
| "properties": { |
| "dataFormat": { |
| "enum": [ |
| "DATA_FORMAT_UNSPECIFIED", |
| "BLOB", |
| "JSON", |
| "CSV" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "intents": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "intentsContentInline": { |
| "type": "boolean" |
| }, |
| "intentsUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportIntentsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ExportIntentsResponse", |
| "properties": { |
| "intentsContent": { |
| "$ref": "GoogleCloudDialogflowCxV3InlineDestination" |
| }, |
| "intentsUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportPlaybookRequest": { |
| "id": "GoogleCloudDialogflowCxV3ExportPlaybookRequest", |
| "properties": { |
| "dataFormat": { |
| "enum": [ |
| "DATA_FORMAT_UNSPECIFIED", |
| "BLOB", |
| "JSON" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "playbookUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportTestCasesMetadata": { |
| "id": "GoogleCloudDialogflowCxV3ExportTestCasesMetadata", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportTestCasesRequest": { |
| "id": "GoogleCloudDialogflowCxV3ExportTestCasesRequest", |
| "properties": { |
| "dataFormat": { |
| "enum": [ |
| "DATA_FORMAT_UNSPECIFIED", |
| "BLOB", |
| "JSON" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "filter": { |
| "type": "string" |
| }, |
| "gcsUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ExportTestCasesResponse": { |
| "id": "GoogleCloudDialogflowCxV3ExportTestCasesResponse", |
| "properties": { |
| "content": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "gcsUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FilterSpecs": { |
| "id": "GoogleCloudDialogflowCxV3FilterSpecs", |
| "properties": { |
| "dataStores": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "filter": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Flow": { |
| "id": "GoogleCloudDialogflowCxV3Flow", |
| "properties": { |
| "advancedSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" |
| }, |
| "description": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "eventHandlers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3EventHandler" |
| }, |
| "type": "array" |
| }, |
| "inputParameterDefinitions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ParameterDefinition" |
| }, |
| "type": "array" |
| }, |
| "knowledgeConnectorSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings" |
| }, |
| "locked": { |
| "type": "boolean" |
| }, |
| "multiLanguageSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3FlowMultiLanguageSettings" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "nluSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3NluSettings" |
| }, |
| "outputParameterDefinitions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ParameterDefinition" |
| }, |
| "type": "array" |
| }, |
| "transitionRouteGroups": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "transitionRoutes": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRoute" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FlowImportStrategy": { |
| "id": "GoogleCloudDialogflowCxV3FlowImportStrategy", |
| "properties": { |
| "globalImportStrategy": { |
| "enum": [ |
| "IMPORT_STRATEGY_UNSPECIFIED", |
| "IMPORT_STRATEGY_CREATE_NEW", |
| "IMPORT_STRATEGY_REPLACE", |
| "IMPORT_STRATEGY_KEEP", |
| "IMPORT_STRATEGY_MERGE", |
| "IMPORT_STRATEGY_THROW_ERROR" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FlowInvocation": { |
| "id": "GoogleCloudDialogflowCxV3FlowInvocation", |
| "properties": { |
| "displayName": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "flow": { |
| "type": "string" |
| }, |
| "flowState": { |
| "enum": [ |
| "OUTPUT_STATE_UNSPECIFIED", |
| "OUTPUT_STATE_OK", |
| "OUTPUT_STATE_CANCELLED", |
| "OUTPUT_STATE_FAILED", |
| "OUTPUT_STATE_ESCALATED", |
| "OUTPUT_STATE_PENDING" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FlowMultiLanguageSettings": { |
| "id": "GoogleCloudDialogflowCxV3FlowMultiLanguageSettings", |
| "properties": { |
| "enableMultiLanguageDetection": { |
| "type": "boolean" |
| }, |
| "supportedResponseLanguageCodes": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FlowTraceMetadata": { |
| "id": "GoogleCloudDialogflowCxV3FlowTraceMetadata", |
| "properties": { |
| "displayName": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "flow": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FlowTransition": { |
| "id": "GoogleCloudDialogflowCxV3FlowTransition", |
| "properties": { |
| "displayName": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "flow": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FlowValidationResult": { |
| "id": "GoogleCloudDialogflowCxV3FlowValidationResult", |
| "properties": { |
| "name": { |
| "type": "string" |
| }, |
| "updateTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "validationMessages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ValidationMessage" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Form": { |
| "id": "GoogleCloudDialogflowCxV3Form", |
| "properties": { |
| "parameters": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3FormParameter" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FormParameter": { |
| "id": "GoogleCloudDialogflowCxV3FormParameter", |
| "properties": { |
| "advancedSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" |
| }, |
| "defaultValue": { |
| "type": "any" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "entityType": { |
| "type": "string" |
| }, |
| "fillBehavior": { |
| "$ref": "GoogleCloudDialogflowCxV3FormParameterFillBehavior" |
| }, |
| "isList": { |
| "type": "boolean" |
| }, |
| "redact": { |
| "type": "boolean" |
| }, |
| "required": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FormParameterFillBehavior": { |
| "id": "GoogleCloudDialogflowCxV3FormParameterFillBehavior", |
| "properties": { |
| "initialPromptFulfillment": { |
| "$ref": "GoogleCloudDialogflowCxV3Fulfillment" |
| }, |
| "repromptEventHandlers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3EventHandler" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FulfillIntentRequest": { |
| "id": "GoogleCloudDialogflowCxV3FulfillIntentRequest", |
| "properties": { |
| "match": { |
| "$ref": "GoogleCloudDialogflowCxV3Match" |
| }, |
| "matchIntentRequest": { |
| "$ref": "GoogleCloudDialogflowCxV3MatchIntentRequest" |
| }, |
| "outputAudioConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3OutputAudioConfig" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FulfillIntentResponse": { |
| "id": "GoogleCloudDialogflowCxV3FulfillIntentResponse", |
| "properties": { |
| "outputAudio": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "outputAudioConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3OutputAudioConfig" |
| }, |
| "queryResult": { |
| "$ref": "GoogleCloudDialogflowCxV3QueryResult" |
| }, |
| "responseId": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Fulfillment": { |
| "id": "GoogleCloudDialogflowCxV3Fulfillment", |
| "properties": { |
| "advancedSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" |
| }, |
| "conditionalCases": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases" |
| }, |
| "type": "array" |
| }, |
| "enableGenerativeFallback": { |
| "type": "boolean" |
| }, |
| "generators": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings" |
| }, |
| "type": "array" |
| }, |
| "messages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" |
| }, |
| "type": "array" |
| }, |
| "returnPartialResponses": { |
| "type": "boolean" |
| }, |
| "setParameterActions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction" |
| }, |
| "type": "array" |
| }, |
| "tag": { |
| "type": "string" |
| }, |
| "webhook": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FulfillmentConditionalCases": { |
| "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases", |
| "properties": { |
| "cases": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase": { |
| "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase", |
| "properties": { |
| "caseContent": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent" |
| }, |
| "type": "array" |
| }, |
| "condition": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent": { |
| "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent", |
| "properties": { |
| "additionalCases": { |
| "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases" |
| }, |
| "message": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings": { |
| "id": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings", |
| "properties": { |
| "generator": { |
| "type": "string" |
| }, |
| "inputParameters": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "outputParameter": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction": { |
| "id": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction", |
| "properties": { |
| "parameter": { |
| "type": "string" |
| }, |
| "value": { |
| "type": "any" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3GcsDestination": { |
| "id": "GoogleCloudDialogflowCxV3GcsDestination", |
| "properties": { |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3GenerativeSettings": { |
| "id": "GoogleCloudDialogflowCxV3GenerativeSettings", |
| "properties": { |
| "fallbackSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettings" |
| }, |
| "generativeSafetySettings": { |
| "$ref": "GoogleCloudDialogflowCxV3SafetySettings" |
| }, |
| "knowledgeConnectorSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "llmModelSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3LlmModelSettings" |
| }, |
| "name": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettings": { |
| "id": "GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettings", |
| "properties": { |
| "promptTemplates": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettingsPromptTemplate" |
| }, |
| "type": "array" |
| }, |
| "selectedPrompt": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettingsPromptTemplate": { |
| "id": "GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettingsPromptTemplate", |
| "properties": { |
| "displayName": { |
| "type": "string" |
| }, |
| "frozen": { |
| "type": "boolean" |
| }, |
| "promptText": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings": { |
| "id": "GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings", |
| "properties": { |
| "agent": { |
| "type": "string" |
| }, |
| "agentIdentity": { |
| "type": "string" |
| }, |
| "agentScope": { |
| "type": "string" |
| }, |
| "business": { |
| "type": "string" |
| }, |
| "businessDescription": { |
| "type": "string" |
| }, |
| "disableDataStoreFallback": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Generator": { |
| "id": "GoogleCloudDialogflowCxV3Generator", |
| "properties": { |
| "displayName": { |
| "type": "string" |
| }, |
| "llmModelSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3LlmModelSettings" |
| }, |
| "modelParameter": { |
| "$ref": "GoogleCloudDialogflowCxV3GeneratorModelParameter" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "placeholders": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3GeneratorPlaceholder" |
| }, |
| "type": "array" |
| }, |
| "promptText": { |
| "$ref": "GoogleCloudDialogflowCxV3Phrase" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3GeneratorModelParameter": { |
| "id": "GoogleCloudDialogflowCxV3GeneratorModelParameter", |
| "properties": { |
| "maxDecodeSteps": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "temperature": { |
| "format": "float", |
| "type": "number" |
| }, |
| "topK": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "topP": { |
| "format": "float", |
| "type": "number" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3GeneratorPlaceholder": { |
| "id": "GoogleCloudDialogflowCxV3GeneratorPlaceholder", |
| "properties": { |
| "id": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Handler": { |
| "id": "GoogleCloudDialogflowCxV3Handler", |
| "properties": { |
| "eventHandler": { |
| "$ref": "GoogleCloudDialogflowCxV3HandlerEventHandler" |
| }, |
| "lifecycleHandler": { |
| "$ref": "GoogleCloudDialogflowCxV3HandlerLifecycleHandler" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3HandlerEventHandler": { |
| "id": "GoogleCloudDialogflowCxV3HandlerEventHandler", |
| "properties": { |
| "condition": { |
| "type": "string" |
| }, |
| "event": { |
| "type": "string" |
| }, |
| "fulfillment": { |
| "$ref": "GoogleCloudDialogflowCxV3Fulfillment" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3HandlerLifecycleHandler": { |
| "id": "GoogleCloudDialogflowCxV3HandlerLifecycleHandler", |
| "properties": { |
| "condition": { |
| "type": "string" |
| }, |
| "fulfillment": { |
| "$ref": "GoogleCloudDialogflowCxV3Fulfillment" |
| }, |
| "lifecycleStage": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata": { |
| "id": "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ImportEntityTypesRequest": { |
| "id": "GoogleCloudDialogflowCxV3ImportEntityTypesRequest", |
| "properties": { |
| "entityTypesContent": { |
| "$ref": "GoogleCloudDialogflowCxV3InlineSource" |
| }, |
| "entityTypesUri": { |
| "type": "string" |
| }, |
| "mergeOption": { |
| "enum": [ |
| "MERGE_OPTION_UNSPECIFIED", |
| "REPLACE", |
| "MERGE", |
| "RENAME", |
| "REPORT_CONFLICT", |
| "KEEP" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "targetEntityType": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ImportEntityTypesResponse": { |
| "id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponse", |
| "properties": { |
| "conflictingResources": { |
| "$ref": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources" |
| }, |
| "entityTypes": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources": { |
| "id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources", |
| "properties": { |
| "entityDisplayNames": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "entityTypeDisplayNames": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ImportFlowRequest": { |
| "id": "GoogleCloudDialogflowCxV3ImportFlowRequest", |
| "properties": { |
| "flowContent": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "flowImportStrategy": { |
| "$ref": "GoogleCloudDialogflowCxV3FlowImportStrategy" |
| }, |
| "flowUri": { |
| "type": "string" |
| }, |
| "importOption": { |
| "enum": [ |
| "IMPORT_OPTION_UNSPECIFIED", |
| "KEEP", |
| "FALLBACK" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ImportFlowResponse": { |
| "id": "GoogleCloudDialogflowCxV3ImportFlowResponse", |
| "properties": { |
| "flow": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ImportIntentsMetadata": { |
| "id": "GoogleCloudDialogflowCxV3ImportIntentsMetadata", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ImportIntentsRequest": { |
| "id": "GoogleCloudDialogflowCxV3ImportIntentsRequest", |
| "properties": { |
| "intentsContent": { |
| "$ref": "GoogleCloudDialogflowCxV3InlineSource" |
| }, |
| "intentsUri": { |
| "type": "string" |
| }, |
| "mergeOption": { |
| "enum": [ |
| "MERGE_OPTION_UNSPECIFIED", |
| "REJECT", |
| "REPLACE", |
| "MERGE", |
| "RENAME", |
| "REPORT_CONFLICT", |
| "KEEP" |
| ], |
| "enumDeprecated": [ |
| false, |
| true, |
| false, |
| false, |
| false, |
| false, |
| false |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ImportIntentsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ImportIntentsResponse", |
| "properties": { |
| "conflictingResources": { |
| "$ref": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources" |
| }, |
| "intents": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources": { |
| "id": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources", |
| "properties": { |
| "entityDisplayNames": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "intentDisplayNames": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ImportPlaybookRequest": { |
| "id": "GoogleCloudDialogflowCxV3ImportPlaybookRequest", |
| "properties": { |
| "importStrategy": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookImportStrategy" |
| }, |
| "playbookContent": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "playbookUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ImportTestCasesMetadata": { |
| "id": "GoogleCloudDialogflowCxV3ImportTestCasesMetadata", |
| "properties": { |
| "errors": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TestCaseError" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ImportTestCasesRequest": { |
| "id": "GoogleCloudDialogflowCxV3ImportTestCasesRequest", |
| "properties": { |
| "content": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "gcsUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ImportTestCasesResponse": { |
| "id": "GoogleCloudDialogflowCxV3ImportTestCasesResponse", |
| "properties": { |
| "names": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3InlineDestination": { |
| "id": "GoogleCloudDialogflowCxV3InlineDestination", |
| "properties": { |
| "content": { |
| "format": "byte", |
| "readOnly": true, |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3InlineSchema": { |
| "id": "GoogleCloudDialogflowCxV3InlineSchema", |
| "properties": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TypeSchema" |
| }, |
| "type": { |
| "enum": [ |
| "DATA_TYPE_UNSPECIFIED", |
| "STRING", |
| "NUMBER", |
| "BOOLEAN", |
| "ARRAY" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3InlineSource": { |
| "id": "GoogleCloudDialogflowCxV3InlineSource", |
| "properties": { |
| "content": { |
| "format": "byte", |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3InputAudioConfig": { |
| "id": "GoogleCloudDialogflowCxV3InputAudioConfig", |
| "properties": { |
| "audioEncoding": { |
| "enum": [ |
| "AUDIO_ENCODING_UNSPECIFIED", |
| "AUDIO_ENCODING_LINEAR_16", |
| "AUDIO_ENCODING_FLAC", |
| "AUDIO_ENCODING_MULAW", |
| "AUDIO_ENCODING_AMR", |
| "AUDIO_ENCODING_AMR_WB", |
| "AUDIO_ENCODING_OGG_OPUS", |
| "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE", |
| "AUDIO_ENCODING_ALAW" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "bargeInConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3BargeInConfig" |
| }, |
| "enableWordInfo": { |
| "type": "boolean" |
| }, |
| "model": { |
| "type": "string" |
| }, |
| "modelVariant": { |
| "enum": [ |
| "SPEECH_MODEL_VARIANT_UNSPECIFIED", |
| "USE_BEST_AVAILABLE", |
| "USE_STANDARD", |
| "USE_ENHANCED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "optOutConformerModelMigration": { |
| "type": "boolean" |
| }, |
| "phraseHints": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "sampleRateHertz": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "singleUtterance": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Intent": { |
| "id": "GoogleCloudDialogflowCxV3Intent", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "dtmfPattern": { |
| "type": "string" |
| }, |
| "isFallback": { |
| "type": "boolean" |
| }, |
| "labels": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "parameters": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3IntentParameter" |
| }, |
| "type": "array" |
| }, |
| "priority": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "trainingPhrases": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrase" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3IntentCoverage": { |
| "id": "GoogleCloudDialogflowCxV3IntentCoverage", |
| "properties": { |
| "coverageScore": { |
| "format": "float", |
| "type": "number" |
| }, |
| "intents": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3IntentCoverageIntent" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3IntentCoverageIntent": { |
| "id": "GoogleCloudDialogflowCxV3IntentCoverageIntent", |
| "properties": { |
| "covered": { |
| "type": "boolean" |
| }, |
| "intent": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3IntentInput": { |
| "id": "GoogleCloudDialogflowCxV3IntentInput", |
| "properties": { |
| "intent": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3IntentParameter": { |
| "id": "GoogleCloudDialogflowCxV3IntentParameter", |
| "properties": { |
| "entityType": { |
| "type": "string" |
| }, |
| "id": { |
| "type": "string" |
| }, |
| "isList": { |
| "type": "boolean" |
| }, |
| "redact": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3IntentTrainingPhrase": { |
| "id": "GoogleCloudDialogflowCxV3IntentTrainingPhrase", |
| "properties": { |
| "id": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "parts": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart" |
| }, |
| "type": "array" |
| }, |
| "repeatCount": { |
| "format": "int32", |
| "type": "integer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart": { |
| "id": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart", |
| "properties": { |
| "parameterId": { |
| "type": "string" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings": { |
| "id": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings", |
| "properties": { |
| "dataStoreConnections": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3DataStoreConnection" |
| }, |
| "type": "array" |
| }, |
| "enabled": { |
| "type": "boolean" |
| }, |
| "targetFlow": { |
| "type": "string" |
| }, |
| "targetPage": { |
| "type": "string" |
| }, |
| "triggerFulfillment": { |
| "$ref": "GoogleCloudDialogflowCxV3Fulfillment" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3LanguageInfo": { |
| "id": "GoogleCloudDialogflowCxV3LanguageInfo", |
| "properties": { |
| "confidenceScore": { |
| "format": "float", |
| "type": "number" |
| }, |
| "inputLanguageCode": { |
| "type": "string" |
| }, |
| "resolvedLanguageCode": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListAgentsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListAgentsResponse", |
| "properties": { |
| "agents": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Agent" |
| }, |
| "type": "array" |
| }, |
| "nextPageToken": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListChangelogsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListChangelogsResponse", |
| "properties": { |
| "changelogs": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Changelog" |
| }, |
| "type": "array" |
| }, |
| "nextPageToken": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse", |
| "properties": { |
| "continuousTestResults": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ContinuousTestResult" |
| }, |
| "type": "array" |
| }, |
| "nextPageToken": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListDeploymentsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListDeploymentsResponse", |
| "properties": { |
| "deployments": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Deployment" |
| }, |
| "type": "array" |
| }, |
| "nextPageToken": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListEntityTypesResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListEntityTypesResponse", |
| "properties": { |
| "entityTypes": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3EntityType" |
| }, |
| "type": "array" |
| }, |
| "nextPageToken": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListEnvironmentsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListEnvironmentsResponse", |
| "properties": { |
| "environments": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Environment" |
| }, |
| "type": "array" |
| }, |
| "nextPageToken": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListExamplesResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListExamplesResponse", |
| "properties": { |
| "examples": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Example" |
| }, |
| "type": "array" |
| }, |
| "nextPageToken": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListExperimentsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListExperimentsResponse", |
| "properties": { |
| "experiments": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Experiment" |
| }, |
| "type": "array" |
| }, |
| "nextPageToken": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListFlowsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListFlowsResponse", |
| "properties": { |
| "flows": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Flow" |
| }, |
| "type": "array" |
| }, |
| "nextPageToken": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListGeneratorsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListGeneratorsResponse", |
| "properties": { |
| "generators": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Generator" |
| }, |
| "type": "array" |
| }, |
| "nextPageToken": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListIntentsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListIntentsResponse", |
| "properties": { |
| "intents": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Intent" |
| }, |
| "type": "array" |
| }, |
| "nextPageToken": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListPagesResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListPagesResponse", |
| "properties": { |
| "nextPageToken": { |
| "type": "string" |
| }, |
| "pages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Page" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse", |
| "properties": { |
| "nextPageToken": { |
| "type": "string" |
| }, |
| "playbookVersions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookVersion" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListPlaybooksResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListPlaybooksResponse", |
| "properties": { |
| "nextPageToken": { |
| "type": "string" |
| }, |
| "playbooks": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Playbook" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListSecuritySettingsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListSecuritySettingsResponse", |
| "properties": { |
| "nextPageToken": { |
| "type": "string" |
| }, |
| "securitySettings": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3SecuritySettings" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse", |
| "properties": { |
| "nextPageToken": { |
| "type": "string" |
| }, |
| "sessionEntityTypes": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListTestCaseResultsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListTestCaseResultsResponse", |
| "properties": { |
| "nextPageToken": { |
| "type": "string" |
| }, |
| "testCaseResults": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListTestCasesResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListTestCasesResponse", |
| "properties": { |
| "nextPageToken": { |
| "type": "string" |
| }, |
| "testCases": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TestCase" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListToolVersionsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListToolVersionsResponse", |
| "properties": { |
| "nextPageToken": { |
| "type": "string" |
| }, |
| "toolVersions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolVersion" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListToolsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListToolsResponse", |
| "properties": { |
| "nextPageToken": { |
| "type": "string" |
| }, |
| "tools": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Tool" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse", |
| "properties": { |
| "nextPageToken": { |
| "type": "string" |
| }, |
| "transitionRouteGroups": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListVersionsResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListVersionsResponse", |
| "properties": { |
| "nextPageToken": { |
| "type": "string" |
| }, |
| "versions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Version" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ListWebhooksResponse": { |
| "id": "GoogleCloudDialogflowCxV3ListWebhooksResponse", |
| "properties": { |
| "nextPageToken": { |
| "type": "string" |
| }, |
| "webhooks": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Webhook" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3LlmModelSettings": { |
| "id": "GoogleCloudDialogflowCxV3LlmModelSettings", |
| "properties": { |
| "model": { |
| "type": "string" |
| }, |
| "promptText": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3LoadVersionRequest": { |
| "id": "GoogleCloudDialogflowCxV3LoadVersionRequest", |
| "properties": { |
| "allowOverrideAgentResources": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse": { |
| "id": "GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse", |
| "properties": { |
| "environments": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Environment" |
| }, |
| "type": "array" |
| }, |
| "nextPageToken": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Match": { |
| "id": "GoogleCloudDialogflowCxV3Match", |
| "properties": { |
| "confidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "event": { |
| "type": "string" |
| }, |
| "intent": { |
| "$ref": "GoogleCloudDialogflowCxV3Intent" |
| }, |
| "matchType": { |
| "enum": [ |
| "MATCH_TYPE_UNSPECIFIED", |
| "INTENT", |
| "DIRECT_INTENT", |
| "PARAMETER_FILLING", |
| "NO_MATCH", |
| "NO_INPUT", |
| "EVENT", |
| "KNOWLEDGE_CONNECTOR", |
| "PLAYBOOK" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "parameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "resolvedInput": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3MatchIntentRequest": { |
| "id": "GoogleCloudDialogflowCxV3MatchIntentRequest", |
| "properties": { |
| "persistParameterChanges": { |
| "type": "boolean" |
| }, |
| "queryInput": { |
| "$ref": "GoogleCloudDialogflowCxV3QueryInput" |
| }, |
| "queryParams": { |
| "$ref": "GoogleCloudDialogflowCxV3QueryParameters" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3MatchIntentResponse": { |
| "id": "GoogleCloudDialogflowCxV3MatchIntentResponse", |
| "properties": { |
| "currentPage": { |
| "$ref": "GoogleCloudDialogflowCxV3Page" |
| }, |
| "matches": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Match" |
| }, |
| "type": "array" |
| }, |
| "text": { |
| "type": "string" |
| }, |
| "transcript": { |
| "type": "string" |
| }, |
| "triggerEvent": { |
| "type": "string" |
| }, |
| "triggerIntent": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3NluSettings": { |
| "id": "GoogleCloudDialogflowCxV3NluSettings", |
| "properties": { |
| "classificationThreshold": { |
| "format": "float", |
| "type": "number" |
| }, |
| "modelTrainingMode": { |
| "enum": [ |
| "MODEL_TRAINING_MODE_UNSPECIFIED", |
| "MODEL_TRAINING_MODE_AUTOMATIC", |
| "MODEL_TRAINING_MODE_MANUAL" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "modelType": { |
| "enum": [ |
| "MODEL_TYPE_UNSPECIFIED", |
| "MODEL_TYPE_STANDARD", |
| "MODEL_TYPE_ADVANCED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3OutputAudioConfig": { |
| "id": "GoogleCloudDialogflowCxV3OutputAudioConfig", |
| "properties": { |
| "audioEncoding": { |
| "enum": [ |
| "OUTPUT_AUDIO_ENCODING_UNSPECIFIED", |
| "OUTPUT_AUDIO_ENCODING_LINEAR_16", |
| "OUTPUT_AUDIO_ENCODING_MP3", |
| "OUTPUT_AUDIO_ENCODING_MP3_64_KBPS", |
| "OUTPUT_AUDIO_ENCODING_OGG_OPUS", |
| "OUTPUT_AUDIO_ENCODING_MULAW", |
| "OUTPUT_AUDIO_ENCODING_ALAW" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "sampleRateHertz": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "synthesizeSpeechConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3SynthesizeSpeechConfig" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Page": { |
| "id": "GoogleCloudDialogflowCxV3Page", |
| "properties": { |
| "advancedSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" |
| }, |
| "description": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "entryFulfillment": { |
| "$ref": "GoogleCloudDialogflowCxV3Fulfillment" |
| }, |
| "eventHandlers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3EventHandler" |
| }, |
| "type": "array" |
| }, |
| "form": { |
| "$ref": "GoogleCloudDialogflowCxV3Form" |
| }, |
| "knowledgeConnectorSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "transitionRouteGroups": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "transitionRoutes": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRoute" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3PageInfo": { |
| "id": "GoogleCloudDialogflowCxV3PageInfo", |
| "properties": { |
| "currentPage": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "formInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfo" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3PageInfoFormInfo": { |
| "id": "GoogleCloudDialogflowCxV3PageInfoFormInfo", |
| "properties": { |
| "parameterInfo": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo": { |
| "id": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo", |
| "properties": { |
| "displayName": { |
| "type": "string" |
| }, |
| "justCollected": { |
| "type": "boolean" |
| }, |
| "required": { |
| "type": "boolean" |
| }, |
| "state": { |
| "enum": [ |
| "PARAMETER_STATE_UNSPECIFIED", |
| "EMPTY", |
| "INVALID", |
| "FILLED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "value": { |
| "type": "any" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ParameterDefinition": { |
| "id": "GoogleCloudDialogflowCxV3ParameterDefinition", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "type": { |
| "deprecated": true, |
| "enum": [ |
| "PARAMETER_TYPE_UNSPECIFIED", |
| "STRING", |
| "NUMBER", |
| "BOOLEAN", |
| "NULL", |
| "OBJECT", |
| "LIST" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "typeSchema": { |
| "$ref": "GoogleCloudDialogflowCxV3TypeSchema" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Phrase": { |
| "id": "GoogleCloudDialogflowCxV3Phrase", |
| "properties": { |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Playbook": { |
| "id": "GoogleCloudDialogflowCxV3Playbook", |
| "properties": { |
| "codeBlock": { |
| "$ref": "GoogleCloudDialogflowCxV3CodeBlock" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "goal": { |
| "type": "string" |
| }, |
| "handlers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Handler" |
| }, |
| "type": "array" |
| }, |
| "inlineActions": { |
| "items": { |
| "type": "string" |
| }, |
| "readOnly": true, |
| "type": "array" |
| }, |
| "inputParameterDefinitions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ParameterDefinition" |
| }, |
| "type": "array" |
| }, |
| "instruction": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookInstruction" |
| }, |
| "llmModelSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3LlmModelSettings" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "outputParameterDefinitions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ParameterDefinition" |
| }, |
| "type": "array" |
| }, |
| "playbookType": { |
| "enum": [ |
| "PLAYBOOK_TYPE_UNSPECIFIED", |
| "TASK", |
| "ROUTINE" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "referencedFlows": { |
| "items": { |
| "type": "string" |
| }, |
| "readOnly": true, |
| "type": "array" |
| }, |
| "referencedPlaybooks": { |
| "items": { |
| "type": "string" |
| }, |
| "readOnly": true, |
| "type": "array" |
| }, |
| "referencedTools": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "tokenCount": { |
| "format": "int64", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "updateTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3PlaybookImportStrategy": { |
| "id": "GoogleCloudDialogflowCxV3PlaybookImportStrategy", |
| "properties": { |
| "mainPlaybookImportStrategy": { |
| "enum": [ |
| "IMPORT_STRATEGY_UNSPECIFIED", |
| "IMPORT_STRATEGY_CREATE_NEW", |
| "IMPORT_STRATEGY_REPLACE", |
| "IMPORT_STRATEGY_KEEP", |
| "IMPORT_STRATEGY_MERGE", |
| "IMPORT_STRATEGY_THROW_ERROR" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "nestedResourceImportStrategy": { |
| "enum": [ |
| "IMPORT_STRATEGY_UNSPECIFIED", |
| "IMPORT_STRATEGY_CREATE_NEW", |
| "IMPORT_STRATEGY_REPLACE", |
| "IMPORT_STRATEGY_KEEP", |
| "IMPORT_STRATEGY_MERGE", |
| "IMPORT_STRATEGY_THROW_ERROR" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "toolImportStrategy": { |
| "enum": [ |
| "IMPORT_STRATEGY_UNSPECIFIED", |
| "IMPORT_STRATEGY_CREATE_NEW", |
| "IMPORT_STRATEGY_REPLACE", |
| "IMPORT_STRATEGY_KEEP", |
| "IMPORT_STRATEGY_MERGE", |
| "IMPORT_STRATEGY_THROW_ERROR" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3PlaybookInput": { |
| "id": "GoogleCloudDialogflowCxV3PlaybookInput", |
| "properties": { |
| "precedingConversationSummary": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3PlaybookInstruction": { |
| "id": "GoogleCloudDialogflowCxV3PlaybookInstruction", |
| "properties": { |
| "guidelines": { |
| "type": "string" |
| }, |
| "steps": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookStep" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3PlaybookInvocation": { |
| "id": "GoogleCloudDialogflowCxV3PlaybookInvocation", |
| "properties": { |
| "displayName": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "playbook": { |
| "type": "string" |
| }, |
| "playbookInput": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookInput" |
| }, |
| "playbookOutput": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookOutput" |
| }, |
| "playbookState": { |
| "enum": [ |
| "OUTPUT_STATE_UNSPECIFIED", |
| "OUTPUT_STATE_OK", |
| "OUTPUT_STATE_CANCELLED", |
| "OUTPUT_STATE_FAILED", |
| "OUTPUT_STATE_ESCALATED", |
| "OUTPUT_STATE_PENDING" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3PlaybookOutput": { |
| "id": "GoogleCloudDialogflowCxV3PlaybookOutput", |
| "properties": { |
| "executionSummary": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3PlaybookStep": { |
| "id": "GoogleCloudDialogflowCxV3PlaybookStep", |
| "properties": { |
| "steps": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookStep" |
| }, |
| "type": "array" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3PlaybookTraceMetadata": { |
| "id": "GoogleCloudDialogflowCxV3PlaybookTraceMetadata", |
| "properties": { |
| "displayName": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "playbook": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3PlaybookTransition": { |
| "id": "GoogleCloudDialogflowCxV3PlaybookTransition", |
| "properties": { |
| "displayName": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "playbook": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3PlaybookVersion": { |
| "id": "GoogleCloudDialogflowCxV3PlaybookVersion", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "examples": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Example" |
| }, |
| "readOnly": true, |
| "type": "array" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "playbook": { |
| "$ref": "GoogleCloudDialogflowCxV3Playbook", |
| "readOnly": true |
| }, |
| "updateTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3QueryInput": { |
| "id": "GoogleCloudDialogflowCxV3QueryInput", |
| "properties": { |
| "audio": { |
| "$ref": "GoogleCloudDialogflowCxV3AudioInput" |
| }, |
| "dtmf": { |
| "$ref": "GoogleCloudDialogflowCxV3DtmfInput" |
| }, |
| "event": { |
| "$ref": "GoogleCloudDialogflowCxV3EventInput" |
| }, |
| "intent": { |
| "$ref": "GoogleCloudDialogflowCxV3IntentInput" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "text": { |
| "$ref": "GoogleCloudDialogflowCxV3TextInput" |
| }, |
| "toolCallResult": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolCallResult" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3QueryParameters": { |
| "id": "GoogleCloudDialogflowCxV3QueryParameters", |
| "properties": { |
| "analyzeQueryTextSentiment": { |
| "type": "boolean" |
| }, |
| "channel": { |
| "type": "string" |
| }, |
| "currentPage": { |
| "type": "string" |
| }, |
| "currentPlaybook": { |
| "type": "string" |
| }, |
| "disableWebhook": { |
| "type": "boolean" |
| }, |
| "endUserMetadata": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "flowVersions": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "geoLocation": { |
| "$ref": "GoogleTypeLatLng" |
| }, |
| "llmModelSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3LlmModelSettings" |
| }, |
| "parameterScope": { |
| "type": "string" |
| }, |
| "parameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "payload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "populateDataStoreConnectionSignals": { |
| "deprecated": true, |
| "type": "boolean" |
| }, |
| "searchConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3SearchConfig" |
| }, |
| "sessionEntityTypes": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" |
| }, |
| "type": "array" |
| }, |
| "sessionTtl": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "timeZone": { |
| "type": "string" |
| }, |
| "webhookHeaders": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3QueryResult": { |
| "id": "GoogleCloudDialogflowCxV3QueryResult", |
| "properties": { |
| "advancedSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" |
| }, |
| "allowAnswerFeedback": { |
| "type": "boolean" |
| }, |
| "currentFlow": { |
| "$ref": "GoogleCloudDialogflowCxV3Flow" |
| }, |
| "currentPage": { |
| "$ref": "GoogleCloudDialogflowCxV3Page" |
| }, |
| "dataStoreConnectionSignals": { |
| "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignals" |
| }, |
| "diagnosticInfo": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "dtmf": { |
| "$ref": "GoogleCloudDialogflowCxV3DtmfInput" |
| }, |
| "intent": { |
| "$ref": "GoogleCloudDialogflowCxV3Intent", |
| "deprecated": true |
| }, |
| "intentDetectionConfidence": { |
| "deprecated": true, |
| "format": "float", |
| "type": "number" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "match": { |
| "$ref": "GoogleCloudDialogflowCxV3Match" |
| }, |
| "parameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "responseMessages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" |
| }, |
| "type": "array" |
| }, |
| "sentimentAnalysisResult": { |
| "$ref": "GoogleCloudDialogflowCxV3SentimentAnalysisResult" |
| }, |
| "text": { |
| "type": "string" |
| }, |
| "traceBlocks": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TraceBlock" |
| }, |
| "type": "array" |
| }, |
| "transcript": { |
| "type": "string" |
| }, |
| "triggerEvent": { |
| "type": "string" |
| }, |
| "triggerIntent": { |
| "type": "string" |
| }, |
| "webhookPayloads": { |
| "items": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "type": "array" |
| }, |
| "webhookStatuses": { |
| "items": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ResourceName": { |
| "id": "GoogleCloudDialogflowCxV3ResourceName", |
| "properties": { |
| "displayName": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ResponseMessage": { |
| "id": "GoogleCloudDialogflowCxV3ResponseMessage", |
| "properties": { |
| "channel": { |
| "type": "string" |
| }, |
| "conversationSuccess": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess" |
| }, |
| "endInteraction": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction", |
| "readOnly": true |
| }, |
| "knowledgeInfoCard": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard" |
| }, |
| "liveAgentHandoff": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff" |
| }, |
| "mixedAudio": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio", |
| "readOnly": true |
| }, |
| "outputAudioText": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText" |
| }, |
| "payload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "playAudio": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio" |
| }, |
| "responseType": { |
| "enum": [ |
| "RESPONSE_TYPE_UNSPECIFIED", |
| "ENTRY_PROMPT", |
| "PARAMETER_PROMPT", |
| "HANDLER_PROMPT" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "telephonyTransferCall": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall" |
| }, |
| "text": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessageText" |
| }, |
| "toolCall": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolCall" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess": { |
| "id": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess", |
| "properties": { |
| "metadata": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction": { |
| "id": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard": { |
| "id": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff": { |
| "id": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff", |
| "properties": { |
| "metadata": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio": { |
| "id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio", |
| "properties": { |
| "segments": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment": { |
| "id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment", |
| "properties": { |
| "allowPlaybackInterruption": { |
| "readOnly": true, |
| "type": "boolean" |
| }, |
| "audio": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText": { |
| "id": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText", |
| "properties": { |
| "allowPlaybackInterruption": { |
| "readOnly": true, |
| "type": "boolean" |
| }, |
| "ssml": { |
| "type": "string" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio": { |
| "id": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio", |
| "properties": { |
| "allowPlaybackInterruption": { |
| "readOnly": true, |
| "type": "boolean" |
| }, |
| "audioUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall": { |
| "id": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall", |
| "properties": { |
| "phoneNumber": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ResponseMessageText": { |
| "id": "GoogleCloudDialogflowCxV3ResponseMessageText", |
| "properties": { |
| "allowPlaybackInterruption": { |
| "readOnly": true, |
| "type": "boolean" |
| }, |
| "text": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RestoreAgentRequest": { |
| "id": "GoogleCloudDialogflowCxV3RestoreAgentRequest", |
| "properties": { |
| "agentContent": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "agentUri": { |
| "type": "string" |
| }, |
| "gitSource": { |
| "$ref": "GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource" |
| }, |
| "restoreOption": { |
| "enum": [ |
| "RESTORE_OPTION_UNSPECIFIED", |
| "KEEP", |
| "FALLBACK" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource": { |
| "id": "GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource", |
| "properties": { |
| "trackingBranch": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RestorePlaybookVersionRequest": { |
| "id": "GoogleCloudDialogflowCxV3RestorePlaybookVersionRequest", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse": { |
| "id": "GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse", |
| "properties": { |
| "playbook": { |
| "$ref": "GoogleCloudDialogflowCxV3Playbook" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RestoreToolVersionRequest": { |
| "id": "GoogleCloudDialogflowCxV3RestoreToolVersionRequest", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RestoreToolVersionResponse": { |
| "id": "GoogleCloudDialogflowCxV3RestoreToolVersionResponse", |
| "properties": { |
| "tool": { |
| "$ref": "GoogleCloudDialogflowCxV3Tool" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RolloutConfig": { |
| "id": "GoogleCloudDialogflowCxV3RolloutConfig", |
| "properties": { |
| "failureCondition": { |
| "type": "string" |
| }, |
| "rolloutCondition": { |
| "type": "string" |
| }, |
| "rolloutSteps": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3RolloutConfigRolloutStep" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RolloutConfigRolloutStep": { |
| "id": "GoogleCloudDialogflowCxV3RolloutConfigRolloutStep", |
| "properties": { |
| "displayName": { |
| "type": "string" |
| }, |
| "minDuration": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "trafficPercent": { |
| "format": "int32", |
| "type": "integer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RolloutState": { |
| "id": "GoogleCloudDialogflowCxV3RolloutState", |
| "properties": { |
| "startTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "step": { |
| "type": "string" |
| }, |
| "stepIndex": { |
| "format": "int32", |
| "type": "integer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RunContinuousTestMetadata": { |
| "id": "GoogleCloudDialogflowCxV3RunContinuousTestMetadata", |
| "properties": { |
| "errors": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TestError" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RunContinuousTestRequest": { |
| "id": "GoogleCloudDialogflowCxV3RunContinuousTestRequest", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RunContinuousTestResponse": { |
| "id": "GoogleCloudDialogflowCxV3RunContinuousTestResponse", |
| "properties": { |
| "continuousTestResult": { |
| "$ref": "GoogleCloudDialogflowCxV3ContinuousTestResult" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RunTestCaseMetadata": { |
| "id": "GoogleCloudDialogflowCxV3RunTestCaseMetadata", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RunTestCaseRequest": { |
| "id": "GoogleCloudDialogflowCxV3RunTestCaseRequest", |
| "properties": { |
| "environment": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3RunTestCaseResponse": { |
| "id": "GoogleCloudDialogflowCxV3RunTestCaseResponse", |
| "properties": { |
| "result": { |
| "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SafetySettings": { |
| "id": "GoogleCloudDialogflowCxV3SafetySettings", |
| "properties": { |
| "bannedPhrases": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3SafetySettingsPhrase" |
| }, |
| "type": "array" |
| }, |
| "defaultBannedPhraseMatchStrategy": { |
| "enum": [ |
| "PHRASE_MATCH_STRATEGY_UNSPECIFIED", |
| "PARTIAL_MATCH", |
| "WORD_MATCH" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "defaultRaiSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3SafetySettingsRaiSettings" |
| }, |
| "promptSecuritySettings": { |
| "$ref": "GoogleCloudDialogflowCxV3SafetySettingsPromptSecuritySettings" |
| }, |
| "raiSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3SafetySettingsRaiSettings" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SafetySettingsPhrase": { |
| "id": "GoogleCloudDialogflowCxV3SafetySettingsPhrase", |
| "properties": { |
| "languageCode": { |
| "type": "string" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SafetySettingsPromptSecuritySettings": { |
| "id": "GoogleCloudDialogflowCxV3SafetySettingsPromptSecuritySettings", |
| "properties": { |
| "enablePromptSecurity": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SafetySettingsRaiSettings": { |
| "id": "GoogleCloudDialogflowCxV3SafetySettingsRaiSettings", |
| "properties": { |
| "categoryFilters": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3SafetySettingsRaiSettingsCategoryFilter" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SafetySettingsRaiSettingsCategoryFilter": { |
| "id": "GoogleCloudDialogflowCxV3SafetySettingsRaiSettingsCategoryFilter", |
| "properties": { |
| "category": { |
| "enum": [ |
| "SAFETY_CATEGORY_UNSPECIFIED", |
| "DANGEROUS_CONTENT", |
| "HATE_SPEECH", |
| "HARASSMENT", |
| "SEXUALLY_EXPLICIT_CONTENT" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "filterLevel": { |
| "enum": [ |
| "SAFETY_FILTER_LEVEL_UNSPECIFIED", |
| "BLOCK_NONE", |
| "BLOCK_FEW", |
| "BLOCK_SOME", |
| "BLOCK_MOST" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SearchConfig": { |
| "id": "GoogleCloudDialogflowCxV3SearchConfig", |
| "properties": { |
| "boostSpecs": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3BoostSpecs" |
| }, |
| "type": "array" |
| }, |
| "filterSpecs": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3FilterSpecs" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SecuritySettings": { |
| "id": "GoogleCloudDialogflowCxV3SecuritySettings", |
| "properties": { |
| "audioExportSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings" |
| }, |
| "deidentifyTemplate": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "insightsExportSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings" |
| }, |
| "inspectTemplate": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "purgeDataTypes": { |
| "items": { |
| "enum": [ |
| "PURGE_DATA_TYPE_UNSPECIFIED", |
| "DIALOGFLOW_HISTORY" |
| ], |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "redactionScope": { |
| "enum": [ |
| "REDACTION_SCOPE_UNSPECIFIED", |
| "REDACT_DISK_STORAGE" |
| ], |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "redactionStrategy": { |
| "enum": [ |
| "REDACTION_STRATEGY_UNSPECIFIED", |
| "REDACT_WITH_SERVICE" |
| ], |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "retentionStrategy": { |
| "enum": [ |
| "RETENTION_STRATEGY_UNSPECIFIED", |
| "REMOVE_AFTER_CONVERSATION" |
| ], |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "retentionWindowDays": { |
| "format": "int32", |
| "type": "integer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings": { |
| "id": "GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings", |
| "properties": { |
| "audioExportPattern": { |
| "type": "string" |
| }, |
| "audioFormat": { |
| "enum": [ |
| "AUDIO_FORMAT_UNSPECIFIED", |
| "MULAW", |
| "MP3", |
| "OGG" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "enableAudioRedaction": { |
| "type": "boolean" |
| }, |
| "gcsBucket": { |
| "type": "string" |
| }, |
| "storeTtsAudio": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings": { |
| "id": "GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings", |
| "properties": { |
| "enableInsightsExport": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SentimentAnalysisResult": { |
| "id": "GoogleCloudDialogflowCxV3SentimentAnalysisResult", |
| "properties": { |
| "magnitude": { |
| "format": "float", |
| "type": "number" |
| }, |
| "score": { |
| "format": "float", |
| "type": "number" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SessionEntityType": { |
| "id": "GoogleCloudDialogflowCxV3SessionEntityType", |
| "properties": { |
| "entities": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3EntityTypeEntity" |
| }, |
| "type": "array" |
| }, |
| "entityOverrideMode": { |
| "enum": [ |
| "ENTITY_OVERRIDE_MODE_UNSPECIFIED", |
| "ENTITY_OVERRIDE_MODE_OVERRIDE", |
| "ENTITY_OVERRIDE_MODE_SUPPLEMENT" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SessionInfo": { |
| "id": "GoogleCloudDialogflowCxV3SessionInfo", |
| "properties": { |
| "parameters": { |
| "additionalProperties": { |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "session": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SpeechProcessingMetadata": { |
| "id": "GoogleCloudDialogflowCxV3SpeechProcessingMetadata", |
| "properties": { |
| "displayName": { |
| "readOnly": true, |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SpeechToTextSettings": { |
| "id": "GoogleCloudDialogflowCxV3SpeechToTextSettings", |
| "properties": { |
| "enableSpeechAdaptation": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3StartExperimentRequest": { |
| "id": "GoogleCloudDialogflowCxV3StartExperimentRequest", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3StopExperimentRequest": { |
| "id": "GoogleCloudDialogflowCxV3StopExperimentRequest", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest": { |
| "id": "GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest", |
| "properties": { |
| "answerFeedback": { |
| "$ref": "GoogleCloudDialogflowCxV3AnswerFeedback" |
| }, |
| "responseId": { |
| "type": "string" |
| }, |
| "updateMask": { |
| "format": "google-fieldmask", |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3SynthesizeSpeechConfig": { |
| "id": "GoogleCloudDialogflowCxV3SynthesizeSpeechConfig", |
| "properties": { |
| "effectsProfileId": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "pitch": { |
| "format": "double", |
| "type": "number" |
| }, |
| "speakingRate": { |
| "format": "double", |
| "type": "number" |
| }, |
| "voice": { |
| "$ref": "GoogleCloudDialogflowCxV3VoiceSelectionParams" |
| }, |
| "volumeGainDb": { |
| "format": "double", |
| "type": "number" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TestCase": { |
| "id": "GoogleCloudDialogflowCxV3TestCase", |
| "properties": { |
| "creationTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "lastTestResult": { |
| "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "notes": { |
| "type": "string" |
| }, |
| "tags": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "testCaseConversationTurns": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ConversationTurn" |
| }, |
| "type": "array" |
| }, |
| "testConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3TestConfig" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TestCaseError": { |
| "id": "GoogleCloudDialogflowCxV3TestCaseError", |
| "properties": { |
| "status": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "testCase": { |
| "$ref": "GoogleCloudDialogflowCxV3TestCase" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TestCaseResult": { |
| "id": "GoogleCloudDialogflowCxV3TestCaseResult", |
| "properties": { |
| "conversationTurns": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ConversationTurn" |
| }, |
| "type": "array" |
| }, |
| "environment": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "testResult": { |
| "enum": [ |
| "TEST_RESULT_UNSPECIFIED", |
| "PASSED", |
| "FAILED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "testTime": { |
| "format": "google-datetime", |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TestConfig": { |
| "id": "GoogleCloudDialogflowCxV3TestConfig", |
| "properties": { |
| "flow": { |
| "type": "string" |
| }, |
| "page": { |
| "type": "string" |
| }, |
| "trackingParameters": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TestError": { |
| "id": "GoogleCloudDialogflowCxV3TestError", |
| "properties": { |
| "status": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "testCase": { |
| "type": "string" |
| }, |
| "testTime": { |
| "format": "google-datetime", |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TestRunDifference": { |
| "id": "GoogleCloudDialogflowCxV3TestRunDifference", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "type": { |
| "enum": [ |
| "DIFF_TYPE_UNSPECIFIED", |
| "INTENT", |
| "PAGE", |
| "PARAMETERS", |
| "UTTERANCE", |
| "FLOW" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TextInput": { |
| "id": "GoogleCloudDialogflowCxV3TextInput", |
| "properties": { |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TextToSpeechSettings": { |
| "id": "GoogleCloudDialogflowCxV3TextToSpeechSettings", |
| "properties": { |
| "synthesizeSpeechConfigs": { |
| "additionalProperties": { |
| "$ref": "GoogleCloudDialogflowCxV3SynthesizeSpeechConfig" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Tool": { |
| "id": "GoogleCloudDialogflowCxV3Tool", |
| "properties": { |
| "dataStoreSpec": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolDataStoreTool" |
| }, |
| "description": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "functionSpec": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolFunctionTool" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "openApiSpec": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolOpenApiTool" |
| }, |
| "toolType": { |
| "enum": [ |
| "TOOL_TYPE_UNSPECIFIED", |
| "CUSTOMIZED_TOOL", |
| "BUILTIN_TOOL" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "readOnly": true, |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolAuthentication": { |
| "id": "GoogleCloudDialogflowCxV3ToolAuthentication", |
| "properties": { |
| "apiKeyConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig" |
| }, |
| "bearerTokenConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig" |
| }, |
| "oauthConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig" |
| }, |
| "serviceAccountAuthConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig" |
| }, |
| "serviceAgentAuthConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig": { |
| "id": "GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig", |
| "properties": { |
| "apiKey": { |
| "type": "string" |
| }, |
| "keyName": { |
| "type": "string" |
| }, |
| "requestLocation": { |
| "enum": [ |
| "REQUEST_LOCATION_UNSPECIFIED", |
| "HEADER", |
| "QUERY_STRING" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "secretVersionForApiKey": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig": { |
| "id": "GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig", |
| "properties": { |
| "secretVersionForToken": { |
| "type": "string" |
| }, |
| "token": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig": { |
| "id": "GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig", |
| "properties": { |
| "clientId": { |
| "type": "string" |
| }, |
| "clientSecret": { |
| "type": "string" |
| }, |
| "oauthGrantType": { |
| "enum": [ |
| "OAUTH_GRANT_TYPE_UNSPECIFIED", |
| "CLIENT_CREDENTIAL" |
| ], |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "scopes": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "secretVersionForClientSecret": { |
| "type": "string" |
| }, |
| "tokenEndpoint": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig": { |
| "id": "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig", |
| "properties": { |
| "serviceAccount": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig": { |
| "id": "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig", |
| "properties": { |
| "serviceAgentAuth": { |
| "enum": [ |
| "SERVICE_AGENT_AUTH_UNSPECIFIED", |
| "ID_TOKEN", |
| "ACCESS_TOKEN" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolCall": { |
| "id": "GoogleCloudDialogflowCxV3ToolCall", |
| "properties": { |
| "action": { |
| "type": "string" |
| }, |
| "inputParameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "tool": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolCallResult": { |
| "id": "GoogleCloudDialogflowCxV3ToolCallResult", |
| "properties": { |
| "action": { |
| "type": "string" |
| }, |
| "error": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolCallResultError" |
| }, |
| "outputParameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "tool": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolCallResultError": { |
| "id": "GoogleCloudDialogflowCxV3ToolCallResultError", |
| "properties": { |
| "message": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolDataStoreTool": { |
| "id": "GoogleCloudDialogflowCxV3ToolDataStoreTool", |
| "properties": { |
| "dataStoreConnections": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3DataStoreConnection" |
| }, |
| "type": "array" |
| }, |
| "fallbackPrompt": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt": { |
| "id": "GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolFunctionTool": { |
| "id": "GoogleCloudDialogflowCxV3ToolFunctionTool", |
| "properties": { |
| "inputSchema": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "outputSchema": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolOpenApiTool": { |
| "id": "GoogleCloudDialogflowCxV3ToolOpenApiTool", |
| "properties": { |
| "authentication": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolAuthentication" |
| }, |
| "serviceDirectoryConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig" |
| }, |
| "textSchema": { |
| "type": "string" |
| }, |
| "tlsConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolTLSConfig" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig": { |
| "id": "GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig", |
| "properties": { |
| "service": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolTLSConfig": { |
| "id": "GoogleCloudDialogflowCxV3ToolTLSConfig", |
| "properties": { |
| "caCerts": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ToolTLSConfigCACert" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolTLSConfigCACert": { |
| "id": "GoogleCloudDialogflowCxV3ToolTLSConfigCACert", |
| "properties": { |
| "cert": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolUse": { |
| "id": "GoogleCloudDialogflowCxV3ToolUse", |
| "properties": { |
| "action": { |
| "type": "string" |
| }, |
| "displayName": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "inputActionParameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "outputActionParameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "tool": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ToolVersion": { |
| "id": "GoogleCloudDialogflowCxV3ToolVersion", |
| "properties": { |
| "createTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "tool": { |
| "$ref": "GoogleCloudDialogflowCxV3Tool" |
| }, |
| "updateTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TraceBlock": { |
| "id": "GoogleCloudDialogflowCxV3TraceBlock", |
| "properties": { |
| "actions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3Action" |
| }, |
| "type": "array" |
| }, |
| "completeTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "endState": { |
| "enum": [ |
| "OUTPUT_STATE_UNSPECIFIED", |
| "OUTPUT_STATE_OK", |
| "OUTPUT_STATE_CANCELLED", |
| "OUTPUT_STATE_FAILED", |
| "OUTPUT_STATE_ESCALATED", |
| "OUTPUT_STATE_PENDING" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "readOnly": true, |
| "type": "string" |
| }, |
| "flowTraceMetadata": { |
| "$ref": "GoogleCloudDialogflowCxV3FlowTraceMetadata" |
| }, |
| "inputParameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "outputParameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "playbookTraceMetadata": { |
| "$ref": "GoogleCloudDialogflowCxV3PlaybookTraceMetadata" |
| }, |
| "speechProcessingMetadata": { |
| "$ref": "GoogleCloudDialogflowCxV3SpeechProcessingMetadata" |
| }, |
| "startTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TrainFlowRequest": { |
| "id": "GoogleCloudDialogflowCxV3TrainFlowRequest", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TransitionCoverage": { |
| "id": "GoogleCloudDialogflowCxV3TransitionCoverage", |
| "properties": { |
| "coverageScore": { |
| "format": "float", |
| "type": "number" |
| }, |
| "transitions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionCoverageTransition" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TransitionCoverageTransition": { |
| "id": "GoogleCloudDialogflowCxV3TransitionCoverageTransition", |
| "properties": { |
| "covered": { |
| "type": "boolean" |
| }, |
| "eventHandler": { |
| "$ref": "GoogleCloudDialogflowCxV3EventHandler" |
| }, |
| "index": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "source": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode" |
| }, |
| "target": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode" |
| }, |
| "transitionRoute": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRoute" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode": { |
| "id": "GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode", |
| "properties": { |
| "flow": { |
| "$ref": "GoogleCloudDialogflowCxV3Flow" |
| }, |
| "page": { |
| "$ref": "GoogleCloudDialogflowCxV3Page" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TransitionRoute": { |
| "id": "GoogleCloudDialogflowCxV3TransitionRoute", |
| "properties": { |
| "condition": { |
| "type": "string" |
| }, |
| "description": { |
| "type": "string" |
| }, |
| "intent": { |
| "type": "string" |
| }, |
| "name": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "targetFlow": { |
| "type": "string" |
| }, |
| "targetPage": { |
| "type": "string" |
| }, |
| "triggerFulfillment": { |
| "$ref": "GoogleCloudDialogflowCxV3Fulfillment" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TransitionRouteGroup": { |
| "id": "GoogleCloudDialogflowCxV3TransitionRouteGroup", |
| "properties": { |
| "displayName": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "transitionRoutes": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRoute" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage": { |
| "id": "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage", |
| "properties": { |
| "coverageScore": { |
| "format": "float", |
| "type": "number" |
| }, |
| "coverages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage": { |
| "id": "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage", |
| "properties": { |
| "coverageScore": { |
| "format": "float", |
| "type": "number" |
| }, |
| "routeGroup": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" |
| }, |
| "transitions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition": { |
| "id": "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition", |
| "properties": { |
| "covered": { |
| "type": "boolean" |
| }, |
| "transitionRoute": { |
| "$ref": "GoogleCloudDialogflowCxV3TransitionRoute" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TurnSignals": { |
| "id": "GoogleCloudDialogflowCxV3TurnSignals", |
| "properties": { |
| "agentEscalated": { |
| "type": "boolean" |
| }, |
| "dtmfUsed": { |
| "type": "boolean" |
| }, |
| "failureReasons": { |
| "items": { |
| "enum": [ |
| "FAILURE_REASON_UNSPECIFIED", |
| "FAILED_INTENT", |
| "FAILED_WEBHOOK" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "noMatch": { |
| "type": "boolean" |
| }, |
| "noUserInput": { |
| "type": "boolean" |
| }, |
| "reachedEndPage": { |
| "type": "boolean" |
| }, |
| "sentimentMagnitude": { |
| "format": "float", |
| "type": "number" |
| }, |
| "sentimentScore": { |
| "format": "float", |
| "type": "number" |
| }, |
| "userEscalated": { |
| "type": "boolean" |
| }, |
| "webhookStatuses": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TypeSchema": { |
| "id": "GoogleCloudDialogflowCxV3TypeSchema", |
| "properties": { |
| "inlineSchema": { |
| "$ref": "GoogleCloudDialogflowCxV3InlineSchema" |
| }, |
| "schemaReference": { |
| "$ref": "GoogleCloudDialogflowCxV3TypeSchemaSchemaReference" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3TypeSchemaSchemaReference": { |
| "id": "GoogleCloudDialogflowCxV3TypeSchemaSchemaReference", |
| "properties": { |
| "schema": { |
| "type": "string" |
| }, |
| "tool": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3UserUtterance": { |
| "id": "GoogleCloudDialogflowCxV3UserUtterance", |
| "properties": { |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ValidateAgentRequest": { |
| "id": "GoogleCloudDialogflowCxV3ValidateAgentRequest", |
| "properties": { |
| "languageCode": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ValidateFlowRequest": { |
| "id": "GoogleCloudDialogflowCxV3ValidateFlowRequest", |
| "properties": { |
| "languageCode": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3ValidationMessage": { |
| "id": "GoogleCloudDialogflowCxV3ValidationMessage", |
| "properties": { |
| "detail": { |
| "type": "string" |
| }, |
| "resourceNames": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ResourceName" |
| }, |
| "type": "array" |
| }, |
| "resourceType": { |
| "enum": [ |
| "RESOURCE_TYPE_UNSPECIFIED", |
| "AGENT", |
| "INTENT", |
| "INTENT_TRAINING_PHRASE", |
| "INTENT_PARAMETER", |
| "INTENTS", |
| "INTENT_TRAINING_PHRASES", |
| "ENTITY_TYPE", |
| "ENTITY_TYPES", |
| "WEBHOOK", |
| "FLOW", |
| "PAGE", |
| "PAGES", |
| "TRANSITION_ROUTE_GROUP", |
| "AGENT_TRANSITION_ROUTE_GROUP" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "resources": { |
| "deprecated": true, |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "severity": { |
| "enum": [ |
| "SEVERITY_UNSPECIFIED", |
| "INFO", |
| "WARNING", |
| "ERROR" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3VariantsHistory": { |
| "id": "GoogleCloudDialogflowCxV3VariantsHistory", |
| "properties": { |
| "updateTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "versionVariants": { |
| "$ref": "GoogleCloudDialogflowCxV3VersionVariants" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Version": { |
| "id": "GoogleCloudDialogflowCxV3Version", |
| "properties": { |
| "createTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "description": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "nluSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3NluSettings", |
| "readOnly": true |
| }, |
| "state": { |
| "enum": [ |
| "STATE_UNSPECIFIED", |
| "RUNNING", |
| "SUCCEEDED", |
| "FAILED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "readOnly": true, |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3VersionVariants": { |
| "id": "GoogleCloudDialogflowCxV3VersionVariants", |
| "properties": { |
| "variants": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3VersionVariantsVariant" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3VersionVariantsVariant": { |
| "id": "GoogleCloudDialogflowCxV3VersionVariantsVariant", |
| "properties": { |
| "isControlGroup": { |
| "type": "boolean" |
| }, |
| "trafficAllocation": { |
| "format": "float", |
| "type": "number" |
| }, |
| "version": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3VoiceSelectionParams": { |
| "id": "GoogleCloudDialogflowCxV3VoiceSelectionParams", |
| "properties": { |
| "name": { |
| "type": "string" |
| }, |
| "ssmlGender": { |
| "enum": [ |
| "SSML_VOICE_GENDER_UNSPECIFIED", |
| "SSML_VOICE_GENDER_MALE", |
| "SSML_VOICE_GENDER_FEMALE", |
| "SSML_VOICE_GENDER_NEUTRAL" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3Webhook": { |
| "id": "GoogleCloudDialogflowCxV3Webhook", |
| "properties": { |
| "disabled": { |
| "type": "boolean" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "genericWebService": { |
| "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "serviceDirectory": { |
| "$ref": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig" |
| }, |
| "timeout": { |
| "format": "google-duration", |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3WebhookGenericWebService": { |
| "id": "GoogleCloudDialogflowCxV3WebhookGenericWebService", |
| "properties": { |
| "allowedCaCerts": { |
| "items": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "httpMethod": { |
| "enum": [ |
| "HTTP_METHOD_UNSPECIFIED", |
| "POST", |
| "GET", |
| "HEAD", |
| "PUT", |
| "DELETE", |
| "PATCH", |
| "OPTIONS" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "oauthConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig" |
| }, |
| "parameterMapping": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "password": { |
| "deprecated": true, |
| "type": "string" |
| }, |
| "requestBody": { |
| "type": "string" |
| }, |
| "requestHeaders": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "secretVersionForUsernamePassword": { |
| "type": "string" |
| }, |
| "secretVersionsForRequestHeaders": { |
| "additionalProperties": { |
| "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue" |
| }, |
| "type": "object" |
| }, |
| "serviceAccountAuthConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig" |
| }, |
| "serviceAgentAuth": { |
| "enum": [ |
| "SERVICE_AGENT_AUTH_UNSPECIFIED", |
| "NONE", |
| "ID_TOKEN", |
| "ACCESS_TOKEN" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "uri": { |
| "type": "string" |
| }, |
| "username": { |
| "deprecated": true, |
| "type": "string" |
| }, |
| "webhookType": { |
| "enum": [ |
| "WEBHOOK_TYPE_UNSPECIFIED", |
| "STANDARD", |
| "FLEXIBLE" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig": { |
| "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig", |
| "properties": { |
| "clientId": { |
| "type": "string" |
| }, |
| "clientSecret": { |
| "type": "string" |
| }, |
| "scopes": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "secretVersionForClientSecret": { |
| "type": "string" |
| }, |
| "tokenEndpoint": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue": { |
| "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue", |
| "properties": { |
| "secretVersion": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig": { |
| "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig", |
| "properties": { |
| "serviceAccount": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3WebhookRequest": { |
| "id": "GoogleCloudDialogflowCxV3WebhookRequest", |
| "properties": { |
| "detectIntentResponseId": { |
| "type": "string" |
| }, |
| "dtmfDigits": { |
| "type": "string" |
| }, |
| "fulfillmentInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo" |
| }, |
| "intentInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "languageInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3LanguageInfo" |
| }, |
| "messages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" |
| }, |
| "type": "array" |
| }, |
| "pageInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3PageInfo" |
| }, |
| "payload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "sentimentAnalysisResult": { |
| "$ref": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult" |
| }, |
| "sessionInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3SessionInfo" |
| }, |
| "text": { |
| "type": "string" |
| }, |
| "transcript": { |
| "type": "string" |
| }, |
| "triggerEvent": { |
| "type": "string" |
| }, |
| "triggerIntent": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo": { |
| "id": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo", |
| "properties": { |
| "tag": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo": { |
| "id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo", |
| "properties": { |
| "confidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "lastMatchedIntent": { |
| "type": "string" |
| }, |
| "parameters": { |
| "additionalProperties": { |
| "$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue": { |
| "id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue", |
| "properties": { |
| "originalValue": { |
| "type": "string" |
| }, |
| "resolvedValue": { |
| "type": "any" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult": { |
| "id": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult", |
| "properties": { |
| "magnitude": { |
| "format": "float", |
| "type": "number" |
| }, |
| "score": { |
| "format": "float", |
| "type": "number" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3WebhookResponse": { |
| "id": "GoogleCloudDialogflowCxV3WebhookResponse", |
| "properties": { |
| "fulfillmentResponse": { |
| "$ref": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse" |
| }, |
| "pageInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3PageInfo" |
| }, |
| "payload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "sessionInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3SessionInfo" |
| }, |
| "targetFlow": { |
| "type": "string" |
| }, |
| "targetPage": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse": { |
| "id": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse", |
| "properties": { |
| "mergeBehavior": { |
| "enum": [ |
| "MERGE_BEHAVIOR_UNSPECIFIED", |
| "APPEND", |
| "REPLACE" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "messages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig": { |
| "id": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig", |
| "properties": { |
| "genericWebService": { |
| "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService" |
| }, |
| "service": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1AdvancedSettings": { |
| "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettings", |
| "properties": { |
| "audioExportGcsDestination": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1GcsDestination" |
| }, |
| "dtmfSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings" |
| }, |
| "loggingSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings" |
| }, |
| "speechSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings": { |
| "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings", |
| "properties": { |
| "enabled": { |
| "type": "boolean" |
| }, |
| "endpointingTimeoutDuration": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "finishDigit": { |
| "type": "string" |
| }, |
| "interdigitTimeoutDuration": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "maxDigits": { |
| "format": "int32", |
| "type": "integer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings": { |
| "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings", |
| "properties": { |
| "enableConsentBasedRedaction": { |
| "type": "boolean" |
| }, |
| "enableInteractionLogging": { |
| "type": "boolean" |
| }, |
| "enableStackdriverLogging": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings": { |
| "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings", |
| "properties": { |
| "endpointerSensitivity": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "models": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "noSpeechTimeout": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "useTimeoutBasedEndpointing": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1AudioInput": { |
| "id": "GoogleCloudDialogflowCxV3beta1AudioInput", |
| "properties": { |
| "audio": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "config": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1InputAudioConfig" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1BargeInConfig": { |
| "id": "GoogleCloudDialogflowCxV3beta1BargeInConfig", |
| "properties": { |
| "noBargeInDuration": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "totalDuration": { |
| "format": "google-duration", |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata": { |
| "id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata", |
| "properties": { |
| "errors": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1TestError" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse", |
| "properties": { |
| "results": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ContinuousTestResult": { |
| "id": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult", |
| "properties": { |
| "name": { |
| "type": "string" |
| }, |
| "result": { |
| "enum": [ |
| "AGGREGATED_TEST_RESULT_UNSPECIFIED", |
| "PASSED", |
| "FAILED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "runTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "testCaseResults": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ConversationSignals": { |
| "id": "GoogleCloudDialogflowCxV3beta1ConversationSignals", |
| "properties": { |
| "turnSignals": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1TurnSignals" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ConversationTurn": { |
| "id": "GoogleCloudDialogflowCxV3beta1ConversationTurn", |
| "properties": { |
| "userInput": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput" |
| }, |
| "virtualAgentOutput": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput": { |
| "id": "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput", |
| "properties": { |
| "enableSentimentAnalysis": { |
| "type": "boolean" |
| }, |
| "injectedParameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "input": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1QueryInput" |
| }, |
| "isWebhookEnabled": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput": { |
| "id": "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput", |
| "properties": { |
| "currentPage": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1Page" |
| }, |
| "diagnosticInfo": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "differences": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1TestRunDifference" |
| }, |
| "readOnly": true, |
| "type": "array" |
| }, |
| "sessionParameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "status": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "textResponses": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText" |
| }, |
| "type": "array" |
| }, |
| "triggeredIntent": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1Intent" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata": { |
| "id": "GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata", |
| "properties": { |
| "version": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1DataStoreConnection": { |
| "id": "GoogleCloudDialogflowCxV3beta1DataStoreConnection", |
| "properties": { |
| "dataStore": { |
| "type": "string" |
| }, |
| "dataStoreType": { |
| "enum": [ |
| "DATA_STORE_TYPE_UNSPECIFIED", |
| "PUBLIC_WEB", |
| "UNSTRUCTURED", |
| "STRUCTURED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "documentProcessingMode": { |
| "enum": [ |
| "DOCUMENT_PROCESSING_MODE_UNSPECIFIED", |
| "DOCUMENTS", |
| "CHUNKS" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1DeployFlowMetadata": { |
| "id": "GoogleCloudDialogflowCxV3beta1DeployFlowMetadata", |
| "properties": { |
| "testErrors": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1TestError" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1DeployFlowResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1DeployFlowResponse", |
| "properties": { |
| "deployment": { |
| "type": "string" |
| }, |
| "environment": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1Environment" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1DtmfInput": { |
| "id": "GoogleCloudDialogflowCxV3beta1DtmfInput", |
| "properties": { |
| "digits": { |
| "type": "string" |
| }, |
| "finishDigit": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1Environment": { |
| "id": "GoogleCloudDialogflowCxV3beta1Environment", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "testCasesConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig" |
| }, |
| "updateTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "versionConfigs": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig" |
| }, |
| "type": "array" |
| }, |
| "webhookConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig": { |
| "id": "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig", |
| "properties": { |
| "enableContinuousRun": { |
| "type": "boolean" |
| }, |
| "enablePredeploymentRun": { |
| "type": "boolean" |
| }, |
| "testCases": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig": { |
| "id": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig", |
| "properties": { |
| "version": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig": { |
| "id": "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig", |
| "properties": { |
| "webhookOverrides": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1Webhook" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1EventHandler": { |
| "id": "GoogleCloudDialogflowCxV3beta1EventHandler", |
| "properties": { |
| "event": { |
| "type": "string" |
| }, |
| "name": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "targetFlow": { |
| "type": "string" |
| }, |
| "targetPage": { |
| "type": "string" |
| }, |
| "targetPlaybook": { |
| "type": "string" |
| }, |
| "triggerFulfillment": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1EventInput": { |
| "id": "GoogleCloudDialogflowCxV3beta1EventInput", |
| "properties": { |
| "event": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ExportAgentResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1ExportAgentResponse", |
| "properties": { |
| "agentContent": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "agentUri": { |
| "type": "string" |
| }, |
| "commitSha": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata": { |
| "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse", |
| "properties": { |
| "entityTypesContent": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination" |
| }, |
| "entityTypesUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ExportFlowResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1ExportFlowResponse", |
| "properties": { |
| "flowContent": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "flowUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata": { |
| "id": "GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ExportIntentsResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1ExportIntentsResponse", |
| "properties": { |
| "intentsContent": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination" |
| }, |
| "intentsUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata": { |
| "id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse", |
| "properties": { |
| "content": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "gcsUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1Form": { |
| "id": "GoogleCloudDialogflowCxV3beta1Form", |
| "properties": { |
| "parameters": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1FormParameter" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1FormParameter": { |
| "id": "GoogleCloudDialogflowCxV3beta1FormParameter", |
| "properties": { |
| "advancedSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" |
| }, |
| "defaultValue": { |
| "type": "any" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "entityType": { |
| "type": "string" |
| }, |
| "fillBehavior": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior" |
| }, |
| "isList": { |
| "type": "boolean" |
| }, |
| "redact": { |
| "type": "boolean" |
| }, |
| "required": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior": { |
| "id": "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior", |
| "properties": { |
| "initialPromptFulfillment": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" |
| }, |
| "repromptEventHandlers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1EventHandler" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1Fulfillment": { |
| "id": "GoogleCloudDialogflowCxV3beta1Fulfillment", |
| "properties": { |
| "advancedSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" |
| }, |
| "conditionalCases": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases" |
| }, |
| "type": "array" |
| }, |
| "enableGenerativeFallback": { |
| "type": "boolean" |
| }, |
| "generators": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings" |
| }, |
| "type": "array" |
| }, |
| "messages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" |
| }, |
| "type": "array" |
| }, |
| "returnPartialResponses": { |
| "type": "boolean" |
| }, |
| "setParameterActions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction" |
| }, |
| "type": "array" |
| }, |
| "tag": { |
| "type": "string" |
| }, |
| "webhook": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases": { |
| "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases", |
| "properties": { |
| "cases": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase": { |
| "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase", |
| "properties": { |
| "caseContent": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent" |
| }, |
| "type": "array" |
| }, |
| "condition": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent": { |
| "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent", |
| "properties": { |
| "additionalCases": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases" |
| }, |
| "message": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings": { |
| "id": "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings", |
| "properties": { |
| "generator": { |
| "type": "string" |
| }, |
| "inputParameters": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "outputParameter": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction": { |
| "id": "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction", |
| "properties": { |
| "parameter": { |
| "type": "string" |
| }, |
| "value": { |
| "type": "any" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1GcsDestination": { |
| "id": "GoogleCloudDialogflowCxV3beta1GcsDestination", |
| "properties": { |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata": { |
| "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse", |
| "properties": { |
| "conflictingResources": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources" |
| }, |
| "entityTypes": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources": { |
| "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources", |
| "properties": { |
| "entityDisplayNames": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "entityTypeDisplayNames": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ImportFlowResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1ImportFlowResponse", |
| "properties": { |
| "flow": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata": { |
| "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ImportIntentsResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponse", |
| "properties": { |
| "conflictingResources": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources" |
| }, |
| "intents": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources": { |
| "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources", |
| "properties": { |
| "entityDisplayNames": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "intentDisplayNames": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata": { |
| "id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata", |
| "properties": { |
| "errors": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseError" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse", |
| "properties": { |
| "names": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1InlineDestination": { |
| "id": "GoogleCloudDialogflowCxV3beta1InlineDestination", |
| "properties": { |
| "content": { |
| "format": "byte", |
| "readOnly": true, |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1InputAudioConfig": { |
| "id": "GoogleCloudDialogflowCxV3beta1InputAudioConfig", |
| "properties": { |
| "audioEncoding": { |
| "enum": [ |
| "AUDIO_ENCODING_UNSPECIFIED", |
| "AUDIO_ENCODING_LINEAR_16", |
| "AUDIO_ENCODING_FLAC", |
| "AUDIO_ENCODING_MULAW", |
| "AUDIO_ENCODING_AMR", |
| "AUDIO_ENCODING_AMR_WB", |
| "AUDIO_ENCODING_OGG_OPUS", |
| "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE", |
| "AUDIO_ENCODING_ALAW" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "bargeInConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1BargeInConfig" |
| }, |
| "enableWordInfo": { |
| "type": "boolean" |
| }, |
| "model": { |
| "type": "string" |
| }, |
| "modelVariant": { |
| "enum": [ |
| "SPEECH_MODEL_VARIANT_UNSPECIFIED", |
| "USE_BEST_AVAILABLE", |
| "USE_STANDARD", |
| "USE_ENHANCED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "optOutConformerModelMigration": { |
| "type": "boolean" |
| }, |
| "phraseHints": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "sampleRateHertz": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "singleUtterance": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1Intent": { |
| "id": "GoogleCloudDialogflowCxV3beta1Intent", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "dtmfPattern": { |
| "type": "string" |
| }, |
| "isFallback": { |
| "type": "boolean" |
| }, |
| "labels": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "parameters": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1IntentParameter" |
| }, |
| "type": "array" |
| }, |
| "priority": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "trainingPhrases": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1IntentInput": { |
| "id": "GoogleCloudDialogflowCxV3beta1IntentInput", |
| "properties": { |
| "intent": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1IntentParameter": { |
| "id": "GoogleCloudDialogflowCxV3beta1IntentParameter", |
| "properties": { |
| "entityType": { |
| "type": "string" |
| }, |
| "id": { |
| "type": "string" |
| }, |
| "isList": { |
| "type": "boolean" |
| }, |
| "redact": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase": { |
| "id": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase", |
| "properties": { |
| "id": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "parts": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart" |
| }, |
| "type": "array" |
| }, |
| "repeatCount": { |
| "format": "int32", |
| "type": "integer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart": { |
| "id": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart", |
| "properties": { |
| "parameterId": { |
| "type": "string" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings": { |
| "id": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings", |
| "properties": { |
| "dataStoreConnections": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnection" |
| }, |
| "type": "array" |
| }, |
| "enabled": { |
| "type": "boolean" |
| }, |
| "targetFlow": { |
| "type": "string" |
| }, |
| "targetPage": { |
| "type": "string" |
| }, |
| "triggerFulfillment": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1LanguageInfo": { |
| "id": "GoogleCloudDialogflowCxV3beta1LanguageInfo", |
| "properties": { |
| "confidenceScore": { |
| "format": "float", |
| "type": "number" |
| }, |
| "inputLanguageCode": { |
| "type": "string" |
| }, |
| "resolvedLanguageCode": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1Page": { |
| "id": "GoogleCloudDialogflowCxV3beta1Page", |
| "properties": { |
| "advancedSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" |
| }, |
| "description": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "entryFulfillment": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" |
| }, |
| "eventHandlers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1EventHandler" |
| }, |
| "type": "array" |
| }, |
| "form": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1Form" |
| }, |
| "knowledgeConnectorSettings": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "transitionRouteGroups": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "transitionRoutes": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1PageInfo": { |
| "id": "GoogleCloudDialogflowCxV3beta1PageInfo", |
| "properties": { |
| "currentPage": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "formInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo": { |
| "id": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo", |
| "properties": { |
| "parameterInfo": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo": { |
| "id": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo", |
| "properties": { |
| "displayName": { |
| "type": "string" |
| }, |
| "justCollected": { |
| "type": "boolean" |
| }, |
| "required": { |
| "type": "boolean" |
| }, |
| "state": { |
| "enum": [ |
| "PARAMETER_STATE_UNSPECIFIED", |
| "EMPTY", |
| "INVALID", |
| "FILLED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "value": { |
| "type": "any" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1QueryInput": { |
| "id": "GoogleCloudDialogflowCxV3beta1QueryInput", |
| "properties": { |
| "audio": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1AudioInput" |
| }, |
| "dtmf": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1DtmfInput" |
| }, |
| "event": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1EventInput" |
| }, |
| "intent": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1IntentInput" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "text": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1TextInput" |
| }, |
| "toolCallResult": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ToolCallResult" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ResponseMessage": { |
| "id": "GoogleCloudDialogflowCxV3beta1ResponseMessage", |
| "properties": { |
| "channel": { |
| "type": "string" |
| }, |
| "conversationSuccess": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess" |
| }, |
| "endInteraction": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction", |
| "readOnly": true |
| }, |
| "knowledgeInfoCard": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard" |
| }, |
| "liveAgentHandoff": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff" |
| }, |
| "mixedAudio": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio", |
| "readOnly": true |
| }, |
| "outputAudioText": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText" |
| }, |
| "payload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "playAudio": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio" |
| }, |
| "telephonyTransferCall": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall" |
| }, |
| "text": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText" |
| }, |
| "toolCall": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ToolCall" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess": { |
| "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess", |
| "properties": { |
| "metadata": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction": { |
| "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard": { |
| "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff": { |
| "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff", |
| "properties": { |
| "metadata": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio": { |
| "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio", |
| "properties": { |
| "segments": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment": { |
| "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment", |
| "properties": { |
| "allowPlaybackInterruption": { |
| "readOnly": true, |
| "type": "boolean" |
| }, |
| "audio": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText": { |
| "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText", |
| "properties": { |
| "allowPlaybackInterruption": { |
| "readOnly": true, |
| "type": "boolean" |
| }, |
| "ssml": { |
| "type": "string" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio": { |
| "id": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio", |
| "properties": { |
| "allowPlaybackInterruption": { |
| "readOnly": true, |
| "type": "boolean" |
| }, |
| "audioUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall": { |
| "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall", |
| "properties": { |
| "phoneNumber": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ResponseMessageText": { |
| "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageText", |
| "properties": { |
| "allowPlaybackInterruption": { |
| "readOnly": true, |
| "type": "boolean" |
| }, |
| "text": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata": { |
| "id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata", |
| "properties": { |
| "errors": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1TestError" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse", |
| "properties": { |
| "continuousTestResult": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata": { |
| "id": "GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1RunTestCaseResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1RunTestCaseResponse", |
| "properties": { |
| "result": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1SessionInfo": { |
| "id": "GoogleCloudDialogflowCxV3beta1SessionInfo", |
| "properties": { |
| "parameters": { |
| "additionalProperties": { |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "session": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1TestCase": { |
| "id": "GoogleCloudDialogflowCxV3beta1TestCase", |
| "properties": { |
| "creationTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "lastTestResult": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "notes": { |
| "type": "string" |
| }, |
| "tags": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "testCaseConversationTurns": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurn" |
| }, |
| "type": "array" |
| }, |
| "testConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1TestConfig" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1TestCaseError": { |
| "id": "GoogleCloudDialogflowCxV3beta1TestCaseError", |
| "properties": { |
| "status": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "testCase": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1TestCase" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1TestCaseResult": { |
| "id": "GoogleCloudDialogflowCxV3beta1TestCaseResult", |
| "properties": { |
| "conversationTurns": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurn" |
| }, |
| "type": "array" |
| }, |
| "environment": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "testResult": { |
| "enum": [ |
| "TEST_RESULT_UNSPECIFIED", |
| "PASSED", |
| "FAILED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "testTime": { |
| "format": "google-datetime", |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1TestConfig": { |
| "id": "GoogleCloudDialogflowCxV3beta1TestConfig", |
| "properties": { |
| "flow": { |
| "type": "string" |
| }, |
| "page": { |
| "type": "string" |
| }, |
| "trackingParameters": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1TestError": { |
| "id": "GoogleCloudDialogflowCxV3beta1TestError", |
| "properties": { |
| "status": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "testCase": { |
| "type": "string" |
| }, |
| "testTime": { |
| "format": "google-datetime", |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1TestRunDifference": { |
| "id": "GoogleCloudDialogflowCxV3beta1TestRunDifference", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "type": { |
| "enum": [ |
| "DIFF_TYPE_UNSPECIFIED", |
| "INTENT", |
| "PAGE", |
| "PARAMETERS", |
| "UTTERANCE", |
| "FLOW" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1TextInput": { |
| "id": "GoogleCloudDialogflowCxV3beta1TextInput", |
| "properties": { |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ToolCall": { |
| "id": "GoogleCloudDialogflowCxV3beta1ToolCall", |
| "properties": { |
| "action": { |
| "type": "string" |
| }, |
| "inputParameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "tool": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ToolCallResult": { |
| "id": "GoogleCloudDialogflowCxV3beta1ToolCallResult", |
| "properties": { |
| "action": { |
| "type": "string" |
| }, |
| "error": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ToolCallResultError" |
| }, |
| "outputParameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "tool": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1ToolCallResultError": { |
| "id": "GoogleCloudDialogflowCxV3beta1ToolCallResultError", |
| "properties": { |
| "message": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1TransitionRoute": { |
| "id": "GoogleCloudDialogflowCxV3beta1TransitionRoute", |
| "properties": { |
| "condition": { |
| "type": "string" |
| }, |
| "description": { |
| "type": "string" |
| }, |
| "intent": { |
| "type": "string" |
| }, |
| "name": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "targetFlow": { |
| "type": "string" |
| }, |
| "targetPage": { |
| "type": "string" |
| }, |
| "triggerFulfillment": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1TurnSignals": { |
| "id": "GoogleCloudDialogflowCxV3beta1TurnSignals", |
| "properties": { |
| "agentEscalated": { |
| "type": "boolean" |
| }, |
| "dtmfUsed": { |
| "type": "boolean" |
| }, |
| "failureReasons": { |
| "items": { |
| "enum": [ |
| "FAILURE_REASON_UNSPECIFIED", |
| "FAILED_INTENT", |
| "FAILED_WEBHOOK" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "noMatch": { |
| "type": "boolean" |
| }, |
| "noUserInput": { |
| "type": "boolean" |
| }, |
| "reachedEndPage": { |
| "type": "boolean" |
| }, |
| "sentimentMagnitude": { |
| "format": "float", |
| "type": "number" |
| }, |
| "sentimentScore": { |
| "format": "float", |
| "type": "number" |
| }, |
| "userEscalated": { |
| "type": "boolean" |
| }, |
| "webhookStatuses": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1Webhook": { |
| "id": "GoogleCloudDialogflowCxV3beta1Webhook", |
| "properties": { |
| "disabled": { |
| "type": "boolean" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "genericWebService": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "serviceDirectory": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig" |
| }, |
| "timeout": { |
| "format": "google-duration", |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService": { |
| "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService", |
| "properties": { |
| "allowedCaCerts": { |
| "items": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "httpMethod": { |
| "enum": [ |
| "HTTP_METHOD_UNSPECIFIED", |
| "POST", |
| "GET", |
| "HEAD", |
| "PUT", |
| "DELETE", |
| "PATCH", |
| "OPTIONS" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "oauthConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig" |
| }, |
| "parameterMapping": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "password": { |
| "deprecated": true, |
| "type": "string" |
| }, |
| "requestBody": { |
| "type": "string" |
| }, |
| "requestHeaders": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "secretVersionForUsernamePassword": { |
| "type": "string" |
| }, |
| "secretVersionsForRequestHeaders": { |
| "additionalProperties": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue" |
| }, |
| "type": "object" |
| }, |
| "serviceAccountAuthConfig": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig" |
| }, |
| "serviceAgentAuth": { |
| "enum": [ |
| "SERVICE_AGENT_AUTH_UNSPECIFIED", |
| "NONE", |
| "ID_TOKEN", |
| "ACCESS_TOKEN" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "uri": { |
| "type": "string" |
| }, |
| "username": { |
| "deprecated": true, |
| "type": "string" |
| }, |
| "webhookType": { |
| "enum": [ |
| "WEBHOOK_TYPE_UNSPECIFIED", |
| "STANDARD", |
| "FLEXIBLE" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig": { |
| "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig", |
| "properties": { |
| "clientId": { |
| "type": "string" |
| }, |
| "clientSecret": { |
| "type": "string" |
| }, |
| "scopes": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "secretVersionForClientSecret": { |
| "type": "string" |
| }, |
| "tokenEndpoint": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue": { |
| "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue", |
| "properties": { |
| "secretVersion": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig": { |
| "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig", |
| "properties": { |
| "serviceAccount": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1WebhookRequest": { |
| "id": "GoogleCloudDialogflowCxV3beta1WebhookRequest", |
| "properties": { |
| "detectIntentResponseId": { |
| "type": "string" |
| }, |
| "dtmfDigits": { |
| "type": "string" |
| }, |
| "fulfillmentInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo" |
| }, |
| "intentInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "languageInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1LanguageInfo" |
| }, |
| "messages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" |
| }, |
| "type": "array" |
| }, |
| "pageInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1PageInfo" |
| }, |
| "payload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "sentimentAnalysisResult": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult" |
| }, |
| "sessionInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1SessionInfo" |
| }, |
| "text": { |
| "type": "string" |
| }, |
| "transcript": { |
| "type": "string" |
| }, |
| "triggerEvent": { |
| "type": "string" |
| }, |
| "triggerIntent": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo": { |
| "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo", |
| "properties": { |
| "tag": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo": { |
| "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo", |
| "properties": { |
| "confidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "lastMatchedIntent": { |
| "type": "string" |
| }, |
| "parameters": { |
| "additionalProperties": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue": { |
| "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue", |
| "properties": { |
| "originalValue": { |
| "type": "string" |
| }, |
| "resolvedValue": { |
| "type": "any" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult": { |
| "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult", |
| "properties": { |
| "magnitude": { |
| "format": "float", |
| "type": "number" |
| }, |
| "score": { |
| "format": "float", |
| "type": "number" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1WebhookResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1WebhookResponse", |
| "properties": { |
| "fulfillmentResponse": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse" |
| }, |
| "pageInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1PageInfo" |
| }, |
| "payload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "sessionInfo": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1SessionInfo" |
| }, |
| "targetFlow": { |
| "type": "string" |
| }, |
| "targetPage": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse": { |
| "id": "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse", |
| "properties": { |
| "mergeBehavior": { |
| "enum": [ |
| "MERGE_BEHAVIOR_UNSPECIFIED", |
| "APPEND", |
| "REPLACE" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "messages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig": { |
| "id": "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig", |
| "properties": { |
| "genericWebService": { |
| "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService" |
| }, |
| "service": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2AgentCoachingInstruction": { |
| "id": "GoogleCloudDialogflowV2AgentCoachingInstruction", |
| "properties": { |
| "agentAction": { |
| "type": "string" |
| }, |
| "condition": { |
| "type": "string" |
| }, |
| "displayDetails": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "duplicateCheckResult": { |
| "$ref": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult", |
| "readOnly": true |
| }, |
| "systemAction": { |
| "type": "string" |
| }, |
| "triggeringEvent": { |
| "enum": [ |
| "TRIGGER_EVENT_UNSPECIFIED", |
| "END_OF_UTTERANCE", |
| "MANUAL_CALL", |
| "CUSTOMER_MESSAGE", |
| "AGENT_MESSAGE", |
| "TOOL_CALL_COMPLETION" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult": { |
| "id": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult", |
| "properties": { |
| "duplicateSuggestions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" |
| }, |
| "readOnly": true, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": { |
| "id": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion", |
| "properties": { |
| "answerRecord": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "similarityScore": { |
| "format": "float", |
| "readOnly": true, |
| "type": "number" |
| }, |
| "suggestionIndex": { |
| "format": "int32", |
| "readOnly": true, |
| "type": "integer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2AgentCoachingSuggestion": { |
| "id": "GoogleCloudDialogflowV2AgentCoachingSuggestion", |
| "properties": { |
| "agentActionSuggestions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion" |
| }, |
| "type": "array" |
| }, |
| "applicableInstructions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2AgentCoachingInstruction" |
| }, |
| "type": "array" |
| }, |
| "sampleResponses": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion": { |
| "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion", |
| "properties": { |
| "agentAction": { |
| "type": "string" |
| }, |
| "duplicateCheckResult": { |
| "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult", |
| "readOnly": true |
| }, |
| "sources": { |
| "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", |
| "readOnly": true |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult": { |
| "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult", |
| "properties": { |
| "duplicateSuggestions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" |
| }, |
| "readOnly": true, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": { |
| "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion", |
| "properties": { |
| "answerRecord": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "similarityScore": { |
| "format": "float", |
| "readOnly": true, |
| "type": "number" |
| }, |
| "sources": { |
| "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", |
| "readOnly": true |
| }, |
| "suggestionIndex": { |
| "format": "int32", |
| "readOnly": true, |
| "type": "integer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse": { |
| "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse", |
| "properties": { |
| "duplicateCheckResult": { |
| "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult", |
| "readOnly": true |
| }, |
| "responseText": { |
| "type": "string" |
| }, |
| "sources": { |
| "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", |
| "readOnly": true |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2AgentCoachingSuggestionSources": { |
| "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", |
| "properties": { |
| "instructionIndexes": { |
| "items": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "readOnly": true, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2AnnotatedMessagePart": { |
| "id": "GoogleCloudDialogflowV2AnnotatedMessagePart", |
| "properties": { |
| "entityType": { |
| "type": "string" |
| }, |
| "formattedValue": { |
| "type": "any" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ArticleAnswer": { |
| "id": "GoogleCloudDialogflowV2ArticleAnswer", |
| "properties": { |
| "answerRecord": { |
| "type": "string" |
| }, |
| "confidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "metadata": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "snippets": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "title": { |
| "type": "string" |
| }, |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata": { |
| "id": "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata", |
| "properties": { |
| "trainingModelType": { |
| "enum": [ |
| "MODEL_TYPE_UNSPECIFIED", |
| "SMART_REPLY_DUAL_ENCODER_MODEL", |
| "SMART_REPLY_BERT_MODEL" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse": { |
| "id": "GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse", |
| "properties": { |
| "entityTypes": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2EntityType" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2BatchUpdateIntentsResponse": { |
| "id": "GoogleCloudDialogflowV2BatchUpdateIntentsResponse", |
| "properties": { |
| "intents": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2Intent" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata", |
| "properties": { |
| "conversationProfile": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "participantRole": { |
| "enum": [ |
| "ROLE_UNSPECIFIED", |
| "HUMAN_AGENT", |
| "AUTOMATED_AGENT", |
| "END_USER" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "suggestionFeatureType": { |
| "enum": [ |
| "TYPE_UNSPECIFIED", |
| "ARTICLE_SUGGESTION", |
| "FAQ", |
| "SMART_REPLY", |
| "CONVERSATION_SUMMARIZATION", |
| "KNOWLEDGE_SEARCH", |
| "KNOWLEDGE_ASSIST" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2Context": { |
| "id": "GoogleCloudDialogflowV2Context", |
| "properties": { |
| "lifespanCount": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "parameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ConversationEvent": { |
| "id": "GoogleCloudDialogflowV2ConversationEvent", |
| "properties": { |
| "conversation": { |
| "type": "string" |
| }, |
| "errorStatus": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "newMessagePayload": { |
| "$ref": "GoogleCloudDialogflowV2Message" |
| }, |
| "newRecognitionResultPayload": { |
| "$ref": "GoogleCloudDialogflowV2StreamingRecognitionResult" |
| }, |
| "type": { |
| "enum": [ |
| "TYPE_UNSPECIFIED", |
| "CONVERSATION_STARTED", |
| "CONVERSATION_FINISHED", |
| "HUMAN_INTERVENTION_NEEDED", |
| "NEW_MESSAGE", |
| "NEW_RECOGNITION_RESULT", |
| "UNRECOVERABLE_ERROR" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ConversationModel": { |
| "id": "GoogleCloudDialogflowV2ConversationModel", |
| "properties": { |
| "articleSuggestionModelMetadata": { |
| "$ref": "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "datasets": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2InputDataset" |
| }, |
| "type": "array" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "satisfiesPzi": { |
| "readOnly": true, |
| "type": "boolean" |
| }, |
| "satisfiesPzs": { |
| "readOnly": true, |
| "type": "boolean" |
| }, |
| "smartReplyModelMetadata": { |
| "$ref": "GoogleCloudDialogflowV2SmartReplyModelMetadata" |
| }, |
| "state": { |
| "enum": [ |
| "STATE_UNSPECIFIED", |
| "CREATING", |
| "UNDEPLOYED", |
| "DEPLOYING", |
| "DEPLOYED", |
| "UNDEPLOYING", |
| "DELETING", |
| "FAILED", |
| "PENDING" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "readOnly": true, |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata", |
| "properties": { |
| "conversationDataset": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata", |
| "properties": { |
| "conversationModel": { |
| "type": "string" |
| }, |
| "conversationModelEvaluation": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "state": { |
| "enum": [ |
| "STATE_UNSPECIFIED", |
| "INITIALIZING", |
| "RUNNING", |
| "CANCELLED", |
| "SUCCEEDED", |
| "FAILED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2CreateConversationModelOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2CreateConversationModelOperationMetadata", |
| "properties": { |
| "conversationModel": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "doneTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "state": { |
| "enum": [ |
| "STATE_UNSPECIFIED", |
| "PENDING", |
| "SUCCEEDED", |
| "FAILED", |
| "CANCELLED", |
| "CANCELLING", |
| "TRAINING" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata", |
| "properties": { |
| "conversationModel": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "doneTime": { |
| "format": "google-datetime", |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2DeployConversationModelOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2DeployConversationModelOperationMetadata", |
| "properties": { |
| "conversationModel": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "doneTime": { |
| "format": "google-datetime", |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2EncryptionSpec": { |
| "id": "GoogleCloudDialogflowV2EncryptionSpec", |
| "properties": { |
| "kmsKey": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2EntityType": { |
| "id": "GoogleCloudDialogflowV2EntityType", |
| "properties": { |
| "autoExpansionMode": { |
| "enum": [ |
| "AUTO_EXPANSION_MODE_UNSPECIFIED", |
| "AUTO_EXPANSION_MODE_DEFAULT" |
| ], |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "enableFuzzyExtraction": { |
| "type": "boolean" |
| }, |
| "entities": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" |
| }, |
| "type": "array" |
| }, |
| "kind": { |
| "enum": [ |
| "KIND_UNSPECIFIED", |
| "KIND_MAP", |
| "KIND_LIST", |
| "KIND_REGEXP" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2EntityTypeEntity": { |
| "id": "GoogleCloudDialogflowV2EntityTypeEntity", |
| "properties": { |
| "synonyms": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "value": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2EventInput": { |
| "id": "GoogleCloudDialogflowV2EventInput", |
| "properties": { |
| "languageCode": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "parameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ExportAgentResponse": { |
| "id": "GoogleCloudDialogflowV2ExportAgentResponse", |
| "properties": { |
| "agentContent": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "agentUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ExportOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2ExportOperationMetadata", |
| "properties": { |
| "exportedGcsDestination": { |
| "$ref": "GoogleCloudDialogflowV2GcsDestination" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2FaqAnswer": { |
| "id": "GoogleCloudDialogflowV2FaqAnswer", |
| "properties": { |
| "answer": { |
| "type": "string" |
| }, |
| "answerRecord": { |
| "type": "string" |
| }, |
| "confidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "metadata": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "question": { |
| "type": "string" |
| }, |
| "source": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2FreeFormSuggestion": { |
| "id": "GoogleCloudDialogflowV2FreeFormSuggestion", |
| "properties": { |
| "response": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2GcsDestination": { |
| "id": "GoogleCloudDialogflowV2GcsDestination", |
| "properties": { |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2GenerateSuggestionsResponse": { |
| "id": "GoogleCloudDialogflowV2GenerateSuggestionsResponse", |
| "properties": { |
| "generatorSuggestionAnswers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer" |
| }, |
| "type": "array" |
| }, |
| "latestMessage": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer": { |
| "id": "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer", |
| "properties": { |
| "answerRecord": { |
| "type": "string" |
| }, |
| "generatorSuggestion": { |
| "$ref": "GoogleCloudDialogflowV2GeneratorSuggestion" |
| }, |
| "sourceGenerator": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2GeneratorSuggestion": { |
| "id": "GoogleCloudDialogflowV2GeneratorSuggestion", |
| "properties": { |
| "agentCoachingSuggestion": { |
| "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestion" |
| }, |
| "freeFormSuggestion": { |
| "$ref": "GoogleCloudDialogflowV2FreeFormSuggestion" |
| }, |
| "summarySuggestion": { |
| "$ref": "GoogleCloudDialogflowV2SummarySuggestion" |
| }, |
| "toolCallInfo": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo": { |
| "id": "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo", |
| "properties": { |
| "toolCall": { |
| "$ref": "GoogleCloudDialogflowV2ToolCall" |
| }, |
| "toolCallResult": { |
| "$ref": "GoogleCloudDialogflowV2ToolCallResult" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2HumanAgentAssistantEvent": { |
| "id": "GoogleCloudDialogflowV2HumanAgentAssistantEvent", |
| "properties": { |
| "conversation": { |
| "type": "string" |
| }, |
| "participant": { |
| "type": "string" |
| }, |
| "suggestionResults": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2SuggestionResult" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ImportConversationDataOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2ImportConversationDataOperationMetadata", |
| "properties": { |
| "conversationDataset": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "partialFailures": { |
| "items": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ImportConversationDataOperationResponse": { |
| "id": "GoogleCloudDialogflowV2ImportConversationDataOperationResponse", |
| "properties": { |
| "conversationDataset": { |
| "type": "string" |
| }, |
| "importCount": { |
| "format": "int32", |
| "type": "integer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ImportDocumentsResponse": { |
| "id": "GoogleCloudDialogflowV2ImportDocumentsResponse", |
| "properties": { |
| "warnings": { |
| "items": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo": { |
| "id": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo", |
| "properties": { |
| "contextReferenceRetrieved": { |
| "type": "boolean" |
| }, |
| "ingestedParametersDebugInfo": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" |
| }, |
| "type": "array" |
| }, |
| "projectNotAllowlisted": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo": { |
| "id": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo", |
| "properties": { |
| "ingestionStatus": { |
| "enum": [ |
| "INGESTION_STATUS_UNSPECIFIED", |
| "INGESTION_STATUS_SUCCEEDED", |
| "INGESTION_STATUS_CONTEXT_NOT_AVAILABLE", |
| "INGESTION_STATUS_PARSE_FAILED", |
| "INGESTION_STATUS_INVALID_ENTRY", |
| "INGESTION_STATUS_INVALID_FORMAT", |
| "INGESTION_STATUS_LANGUAGE_MISMATCH" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "parameter": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata": { |
| "id": "GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata", |
| "properties": { |
| "request": { |
| "$ref": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest", |
| "readOnly": true |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest": { |
| "id": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest", |
| "properties": { |
| "encryptionSpec": { |
| "$ref": "GoogleCloudDialogflowV2EncryptionSpec" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2InputDataset": { |
| "id": "GoogleCloudDialogflowV2InputDataset", |
| "properties": { |
| "dataset": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2Intent": { |
| "id": "GoogleCloudDialogflowV2Intent", |
| "properties": { |
| "action": { |
| "type": "string" |
| }, |
| "defaultResponsePlatforms": { |
| "items": { |
| "enum": [ |
| "PLATFORM_UNSPECIFIED", |
| "FACEBOOK", |
| "SLACK", |
| "TELEGRAM", |
| "KIK", |
| "SKYPE", |
| "LINE", |
| "VIBER", |
| "ACTIONS_ON_GOOGLE", |
| "GOOGLE_HANGOUTS" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "endInteraction": { |
| "type": "boolean" |
| }, |
| "events": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "followupIntentInfo": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentFollowupIntentInfo" |
| }, |
| "readOnly": true, |
| "type": "array" |
| }, |
| "inputContextNames": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "isFallback": { |
| "type": "boolean" |
| }, |
| "liveAgentHandoff": { |
| "type": "boolean" |
| }, |
| "messages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessage" |
| }, |
| "type": "array" |
| }, |
| "mlDisabled": { |
| "type": "boolean" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "outputContexts": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2Context" |
| }, |
| "type": "array" |
| }, |
| "parameters": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentParameter" |
| }, |
| "type": "array" |
| }, |
| "parentFollowupIntentName": { |
| "type": "string" |
| }, |
| "priority": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "resetContexts": { |
| "type": "boolean" |
| }, |
| "rootFollowupIntentName": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "trainingPhrases": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentTrainingPhrase" |
| }, |
| "type": "array" |
| }, |
| "webhookState": { |
| "enum": [ |
| "WEBHOOK_STATE_UNSPECIFIED", |
| "WEBHOOK_STATE_ENABLED", |
| "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentFollowupIntentInfo": { |
| "id": "GoogleCloudDialogflowV2IntentFollowupIntentInfo", |
| "properties": { |
| "followupIntentName": { |
| "type": "string" |
| }, |
| "parentFollowupIntentName": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessage": { |
| "id": "GoogleCloudDialogflowV2IntentMessage", |
| "properties": { |
| "basicCard": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCard" |
| }, |
| "browseCarouselCard": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard" |
| }, |
| "card": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageCard" |
| }, |
| "carouselSelect": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageCarouselSelect" |
| }, |
| "image": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageImage" |
| }, |
| "linkOutSuggestion": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion" |
| }, |
| "listSelect": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageListSelect" |
| }, |
| "mediaContent": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageMediaContent" |
| }, |
| "payload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "platform": { |
| "enum": [ |
| "PLATFORM_UNSPECIFIED", |
| "FACEBOOK", |
| "SLACK", |
| "TELEGRAM", |
| "KIK", |
| "SKYPE", |
| "LINE", |
| "VIBER", |
| "ACTIONS_ON_GOOGLE", |
| "GOOGLE_HANGOUTS" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "quickReplies": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageQuickReplies" |
| }, |
| "simpleResponses": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageSimpleResponses" |
| }, |
| "suggestions": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageSuggestions" |
| }, |
| "tableCard": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageTableCard" |
| }, |
| "text": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageText" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageBasicCard": { |
| "id": "GoogleCloudDialogflowV2IntentMessageBasicCard", |
| "properties": { |
| "buttons": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButton" |
| }, |
| "type": "array" |
| }, |
| "formattedText": { |
| "type": "string" |
| }, |
| "image": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageImage" |
| }, |
| "subtitle": { |
| "type": "string" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageBasicCardButton": { |
| "id": "GoogleCloudDialogflowV2IntentMessageBasicCardButton", |
| "properties": { |
| "openUriAction": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction": { |
| "id": "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction", |
| "properties": { |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard": { |
| "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard", |
| "properties": { |
| "imageDisplayOptions": { |
| "enum": [ |
| "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED", |
| "GRAY", |
| "WHITE", |
| "CROPPED", |
| "BLURRED_BACKGROUND" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "items": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem": { |
| "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "footer": { |
| "type": "string" |
| }, |
| "image": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageImage" |
| }, |
| "openUriAction": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": { |
| "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction", |
| "properties": { |
| "url": { |
| "type": "string" |
| }, |
| "urlTypeHint": { |
| "enum": [ |
| "URL_TYPE_HINT_UNSPECIFIED", |
| "AMP_ACTION", |
| "AMP_CONTENT" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageCard": { |
| "id": "GoogleCloudDialogflowV2IntentMessageCard", |
| "properties": { |
| "buttons": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageCardButton" |
| }, |
| "type": "array" |
| }, |
| "imageUri": { |
| "type": "string" |
| }, |
| "subtitle": { |
| "type": "string" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageCardButton": { |
| "id": "GoogleCloudDialogflowV2IntentMessageCardButton", |
| "properties": { |
| "postback": { |
| "type": "string" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageCarouselSelect": { |
| "id": "GoogleCloudDialogflowV2IntentMessageCarouselSelect", |
| "properties": { |
| "items": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem": { |
| "id": "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "image": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageImage" |
| }, |
| "info": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageColumnProperties": { |
| "id": "GoogleCloudDialogflowV2IntentMessageColumnProperties", |
| "properties": { |
| "header": { |
| "type": "string" |
| }, |
| "horizontalAlignment": { |
| "enum": [ |
| "HORIZONTAL_ALIGNMENT_UNSPECIFIED", |
| "LEADING", |
| "CENTER", |
| "TRAILING" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageImage": { |
| "id": "GoogleCloudDialogflowV2IntentMessageImage", |
| "properties": { |
| "accessibilityText": { |
| "type": "string" |
| }, |
| "imageUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion": { |
| "id": "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion", |
| "properties": { |
| "destinationName": { |
| "type": "string" |
| }, |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageListSelect": { |
| "id": "GoogleCloudDialogflowV2IntentMessageListSelect", |
| "properties": { |
| "items": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageListSelectItem" |
| }, |
| "type": "array" |
| }, |
| "subtitle": { |
| "type": "string" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageListSelectItem": { |
| "id": "GoogleCloudDialogflowV2IntentMessageListSelectItem", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "image": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageImage" |
| }, |
| "info": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageMediaContent": { |
| "id": "GoogleCloudDialogflowV2IntentMessageMediaContent", |
| "properties": { |
| "mediaObjects": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject" |
| }, |
| "type": "array" |
| }, |
| "mediaType": { |
| "enum": [ |
| "RESPONSE_MEDIA_TYPE_UNSPECIFIED", |
| "AUDIO" |
| ], |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject": { |
| "id": "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject", |
| "properties": { |
| "contentUrl": { |
| "type": "string" |
| }, |
| "description": { |
| "type": "string" |
| }, |
| "icon": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageImage" |
| }, |
| "largeImage": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageImage" |
| }, |
| "name": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageQuickReplies": { |
| "id": "GoogleCloudDialogflowV2IntentMessageQuickReplies", |
| "properties": { |
| "quickReplies": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageSelectItemInfo": { |
| "id": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo", |
| "properties": { |
| "key": { |
| "type": "string" |
| }, |
| "synonyms": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageSimpleResponse": { |
| "id": "GoogleCloudDialogflowV2IntentMessageSimpleResponse", |
| "properties": { |
| "displayText": { |
| "type": "string" |
| }, |
| "ssml": { |
| "type": "string" |
| }, |
| "textToSpeech": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageSimpleResponses": { |
| "id": "GoogleCloudDialogflowV2IntentMessageSimpleResponses", |
| "properties": { |
| "simpleResponses": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageSimpleResponse" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageSuggestion": { |
| "id": "GoogleCloudDialogflowV2IntentMessageSuggestion", |
| "properties": { |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageSuggestions": { |
| "id": "GoogleCloudDialogflowV2IntentMessageSuggestions", |
| "properties": { |
| "suggestions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageSuggestion" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageTableCard": { |
| "id": "GoogleCloudDialogflowV2IntentMessageTableCard", |
| "properties": { |
| "buttons": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButton" |
| }, |
| "type": "array" |
| }, |
| "columnProperties": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageColumnProperties" |
| }, |
| "type": "array" |
| }, |
| "image": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageImage" |
| }, |
| "rows": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageTableCardRow" |
| }, |
| "type": "array" |
| }, |
| "subtitle": { |
| "type": "string" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageTableCardCell": { |
| "id": "GoogleCloudDialogflowV2IntentMessageTableCardCell", |
| "properties": { |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageTableCardRow": { |
| "id": "GoogleCloudDialogflowV2IntentMessageTableCardRow", |
| "properties": { |
| "cells": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessageTableCardCell" |
| }, |
| "type": "array" |
| }, |
| "dividerAfter": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentMessageText": { |
| "id": "GoogleCloudDialogflowV2IntentMessageText", |
| "properties": { |
| "text": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentParameter": { |
| "id": "GoogleCloudDialogflowV2IntentParameter", |
| "properties": { |
| "defaultValue": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "entityTypeDisplayName": { |
| "type": "string" |
| }, |
| "isList": { |
| "type": "boolean" |
| }, |
| "mandatory": { |
| "type": "boolean" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "prompts": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "value": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentTrainingPhrase": { |
| "id": "GoogleCloudDialogflowV2IntentTrainingPhrase", |
| "properties": { |
| "name": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "parts": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentTrainingPhrasePart" |
| }, |
| "type": "array" |
| }, |
| "timesAddedCount": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "type": { |
| "enum": [ |
| "TYPE_UNSPECIFIED", |
| "EXAMPLE", |
| "TEMPLATE" |
| ], |
| "enumDeprecated": [ |
| false, |
| false, |
| true |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2IntentTrainingPhrasePart": { |
| "id": "GoogleCloudDialogflowV2IntentTrainingPhrasePart", |
| "properties": { |
| "alias": { |
| "type": "string" |
| }, |
| "entityType": { |
| "type": "string" |
| }, |
| "text": { |
| "type": "string" |
| }, |
| "userDefined": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2KnowledgeAssistAnswer": { |
| "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswer", |
| "properties": { |
| "answerRecord": { |
| "type": "string" |
| }, |
| "knowledgeAssistDebugInfo": { |
| "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo" |
| }, |
| "suggestedQuery": { |
| "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery" |
| }, |
| "suggestedQueryAnswer": { |
| "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer": { |
| "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer", |
| "properties": { |
| "answerText": { |
| "type": "string" |
| }, |
| "faqSource": { |
| "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource" |
| }, |
| "generativeSource": { |
| "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource": { |
| "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource", |
| "properties": { |
| "question": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": { |
| "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource", |
| "properties": { |
| "snippets": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": { |
| "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet", |
| "properties": { |
| "metadata": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "text": { |
| "type": "string" |
| }, |
| "title": { |
| "type": "string" |
| }, |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery": { |
| "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery", |
| "properties": { |
| "queryText": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo": { |
| "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo", |
| "properties": { |
| "datastoreResponseReason": { |
| "enum": [ |
| "DATASTORE_RESPONSE_REASON_UNSPECIFIED", |
| "NONE", |
| "SEARCH_OUT_OF_QUOTA", |
| "SEARCH_EMPTY_RESULTS", |
| "ANSWER_GENERATION_GEN_AI_DISABLED", |
| "ANSWER_GENERATION_OUT_OF_QUOTA", |
| "ANSWER_GENERATION_ERROR", |
| "ANSWER_GENERATION_NOT_ENOUGH_INFO", |
| "ANSWER_GENERATION_RAI_FAILED", |
| "ANSWER_GENERATION_NOT_GROUNDED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "ingestedContextReferenceDebugInfo": { |
| "$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo" |
| }, |
| "knowledgeAssistBehavior": { |
| "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior" |
| }, |
| "queryCategorizationFailureReason": { |
| "enum": [ |
| "QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED", |
| "QUERY_CATEGORIZATION_INVALID_CONFIG", |
| "QUERY_CATEGORIZATION_RESULT_NOT_FOUND", |
| "QUERY_CATEGORIZATION_FAILED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "queryGenerationFailureReason": { |
| "enum": [ |
| "QUERY_GENERATION_FAILURE_REASON_UNSPECIFIED", |
| "QUERY_GENERATION_OUT_OF_QUOTA", |
| "QUERY_GENERATION_FAILED", |
| "QUERY_GENERATION_NO_QUERY_GENERATED", |
| "QUERY_GENERATION_RAI_FAILED", |
| "NOT_IN_ALLOWLIST", |
| "QUERY_GENERATION_QUERY_REDACTED", |
| "QUERY_GENERATION_LLM_RESPONSE_PARSE_FAILED", |
| "QUERY_GENERATION_EMPTY_CONVERSATION", |
| "QUERY_GENERATION_EMPTY_LAST_MESSAGE", |
| "QUERY_GENERATION_TRIGGERING_EVENT_CONDITION_NOT_MET" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "serviceLatency": { |
| "$ref": "GoogleCloudDialogflowV2ServiceLatency" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior": { |
| "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior", |
| "properties": { |
| "answerGenerationRewriterOn": { |
| "type": "boolean" |
| }, |
| "appendedSearchContextCount": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "conversationTranscriptHasMixedLanguages": { |
| "type": "boolean" |
| }, |
| "disableSyncDelivery": { |
| "type": "boolean" |
| }, |
| "endUserMetadataIncluded": { |
| "type": "boolean" |
| }, |
| "invalidItemsQuerySuggestionSkipped": { |
| "type": "boolean" |
| }, |
| "multipleQueriesGenerated": { |
| "type": "boolean" |
| }, |
| "previousQueriesIncluded": { |
| "type": "boolean" |
| }, |
| "primaryQueryRedactedAndReplaced": { |
| "type": "boolean" |
| }, |
| "queryContainedSearchContext": { |
| "type": "boolean" |
| }, |
| "queryGenerationAgentLanguageMismatch": { |
| "type": "boolean" |
| }, |
| "queryGenerationEndUserLanguageMismatch": { |
| "type": "boolean" |
| }, |
| "returnQueryOnly": { |
| "type": "boolean" |
| }, |
| "thirdPartyConnectorAllowed": { |
| "type": "boolean" |
| }, |
| "useCustomSafetyFilterLevel": { |
| "type": "boolean" |
| }, |
| "usePubsubDelivery": { |
| "type": "boolean" |
| }, |
| "useTranslatedMessage": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2KnowledgeOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2KnowledgeOperationMetadata", |
| "properties": { |
| "doneTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "exportOperationMetadata": { |
| "$ref": "GoogleCloudDialogflowV2ExportOperationMetadata" |
| }, |
| "knowledgeBase": { |
| "type": "string" |
| }, |
| "state": { |
| "enum": [ |
| "STATE_UNSPECIFIED", |
| "PENDING", |
| "RUNNING", |
| "DONE" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "readOnly": true, |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2Message": { |
| "id": "GoogleCloudDialogflowV2Message", |
| "properties": { |
| "content": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "messageAnnotation": { |
| "$ref": "GoogleCloudDialogflowV2MessageAnnotation", |
| "readOnly": true |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "participant": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "participantRole": { |
| "enum": [ |
| "ROLE_UNSPECIFIED", |
| "HUMAN_AGENT", |
| "AUTOMATED_AGENT", |
| "END_USER" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "readOnly": true, |
| "type": "string" |
| }, |
| "sendTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "sentimentAnalysis": { |
| "$ref": "GoogleCloudDialogflowV2SentimentAnalysisResult", |
| "readOnly": true |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2MessageAnnotation": { |
| "id": "GoogleCloudDialogflowV2MessageAnnotation", |
| "properties": { |
| "containEntities": { |
| "type": "boolean" |
| }, |
| "parts": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2AnnotatedMessagePart" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2OriginalDetectIntentRequest": { |
| "id": "GoogleCloudDialogflowV2OriginalDetectIntentRequest", |
| "properties": { |
| "payload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "source": { |
| "type": "string" |
| }, |
| "version": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2QueryResult": { |
| "id": "GoogleCloudDialogflowV2QueryResult", |
| "properties": { |
| "action": { |
| "type": "string" |
| }, |
| "allRequiredParamsPresent": { |
| "type": "boolean" |
| }, |
| "cancelsSlotFilling": { |
| "type": "boolean" |
| }, |
| "diagnosticInfo": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "fulfillmentMessages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessage" |
| }, |
| "type": "array" |
| }, |
| "fulfillmentText": { |
| "type": "string" |
| }, |
| "intent": { |
| "$ref": "GoogleCloudDialogflowV2Intent" |
| }, |
| "intentDetectionConfidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "outputContexts": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2Context" |
| }, |
| "type": "array" |
| }, |
| "parameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "queryText": { |
| "type": "string" |
| }, |
| "sentimentAnalysisResult": { |
| "$ref": "GoogleCloudDialogflowV2SentimentAnalysisResult" |
| }, |
| "speechRecognitionConfidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "webhookPayload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "webhookSource": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2Sentiment": { |
| "id": "GoogleCloudDialogflowV2Sentiment", |
| "properties": { |
| "magnitude": { |
| "format": "float", |
| "type": "number" |
| }, |
| "score": { |
| "format": "float", |
| "type": "number" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2SentimentAnalysisResult": { |
| "id": "GoogleCloudDialogflowV2SentimentAnalysisResult", |
| "properties": { |
| "queryTextSentiment": { |
| "$ref": "GoogleCloudDialogflowV2Sentiment" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ServiceLatency": { |
| "id": "GoogleCloudDialogflowV2ServiceLatency", |
| "properties": { |
| "internalServiceLatencies": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency": { |
| "id": "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency", |
| "properties": { |
| "completeTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "latencyMs": { |
| "format": "float", |
| "type": "number" |
| }, |
| "startTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "step": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2SessionEntityType": { |
| "id": "GoogleCloudDialogflowV2SessionEntityType", |
| "properties": { |
| "entities": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" |
| }, |
| "type": "array" |
| }, |
| "entityOverrideMode": { |
| "enum": [ |
| "ENTITY_OVERRIDE_MODE_UNSPECIFIED", |
| "ENTITY_OVERRIDE_MODE_OVERRIDE", |
| "ENTITY_OVERRIDE_MODE_SUPPLEMENT" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata", |
| "properties": { |
| "conversationProfile": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "participantRole": { |
| "enum": [ |
| "ROLE_UNSPECIFIED", |
| "HUMAN_AGENT", |
| "AUTOMATED_AGENT", |
| "END_USER" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "suggestionFeatureType": { |
| "enum": [ |
| "TYPE_UNSPECIFIED", |
| "ARTICLE_SUGGESTION", |
| "FAQ", |
| "SMART_REPLY", |
| "CONVERSATION_SUMMARIZATION", |
| "KNOWLEDGE_SEARCH", |
| "KNOWLEDGE_ASSIST" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2SmartReplyAnswer": { |
| "id": "GoogleCloudDialogflowV2SmartReplyAnswer", |
| "properties": { |
| "answerRecord": { |
| "type": "string" |
| }, |
| "confidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "reply": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2SmartReplyModelMetadata": { |
| "id": "GoogleCloudDialogflowV2SmartReplyModelMetadata", |
| "properties": { |
| "trainingModelType": { |
| "enum": [ |
| "MODEL_TYPE_UNSPECIFIED", |
| "SMART_REPLY_DUAL_ENCODER_MODEL", |
| "SMART_REPLY_BERT_MODEL" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2SpeechWordInfo": { |
| "id": "GoogleCloudDialogflowV2SpeechWordInfo", |
| "properties": { |
| "confidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "endOffset": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "startOffset": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "word": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2StreamingRecognitionResult": { |
| "id": "GoogleCloudDialogflowV2StreamingRecognitionResult", |
| "properties": { |
| "confidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "isFinal": { |
| "type": "boolean" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "messageType": { |
| "enum": [ |
| "MESSAGE_TYPE_UNSPECIFIED", |
| "TRANSCRIPT", |
| "END_OF_SINGLE_UTTERANCE" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "speechEndOffset": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "speechWordInfo": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2SpeechWordInfo" |
| }, |
| "type": "array" |
| }, |
| "transcript": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2SuggestArticlesResponse": { |
| "id": "GoogleCloudDialogflowV2SuggestArticlesResponse", |
| "properties": { |
| "articleAnswers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2ArticleAnswer" |
| }, |
| "type": "array" |
| }, |
| "contextSize": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "latestMessage": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2SuggestFaqAnswersResponse": { |
| "id": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse", |
| "properties": { |
| "contextSize": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "faqAnswers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2FaqAnswer" |
| }, |
| "type": "array" |
| }, |
| "latestMessage": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse": { |
| "id": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse", |
| "properties": { |
| "contextSize": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "knowledgeAssistAnswer": { |
| "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswer", |
| "readOnly": true |
| }, |
| "latestMessage": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2SuggestSmartRepliesResponse": { |
| "id": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse", |
| "properties": { |
| "contextSize": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "latestMessage": { |
| "type": "string" |
| }, |
| "smartReplyAnswers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2SmartReplyAnswer" |
| }, |
| "readOnly": true, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2SuggestionResult": { |
| "id": "GoogleCloudDialogflowV2SuggestionResult", |
| "properties": { |
| "error": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "generateSuggestionsResponse": { |
| "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponse" |
| }, |
| "suggestArticlesResponse": { |
| "$ref": "GoogleCloudDialogflowV2SuggestArticlesResponse" |
| }, |
| "suggestFaqAnswersResponse": { |
| "$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse" |
| }, |
| "suggestKnowledgeAssistResponse": { |
| "$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse" |
| }, |
| "suggestSmartRepliesResponse": { |
| "$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2SummarySuggestion": { |
| "id": "GoogleCloudDialogflowV2SummarySuggestion", |
| "properties": { |
| "summarySections": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2SummarySuggestionSummarySection" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2SummarySuggestionSummarySection": { |
| "id": "GoogleCloudDialogflowV2SummarySuggestionSummarySection", |
| "properties": { |
| "section": { |
| "type": "string" |
| }, |
| "summary": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ToolCall": { |
| "id": "GoogleCloudDialogflowV2ToolCall", |
| "properties": { |
| "action": { |
| "type": "string" |
| }, |
| "answerRecord": { |
| "type": "string" |
| }, |
| "cesApp": { |
| "type": "string" |
| }, |
| "cesTool": { |
| "type": "string" |
| }, |
| "cesToolset": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "inputParameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "state": { |
| "enum": [ |
| "STATE_UNSPECIFIED", |
| "TRIGGERED", |
| "NEEDS_CONFIRMATION" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "readOnly": true, |
| "type": "string" |
| }, |
| "tool": { |
| "type": "string" |
| }, |
| "toolDisplayDetails": { |
| "type": "string" |
| }, |
| "toolDisplayName": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ToolCallResult": { |
| "id": "GoogleCloudDialogflowV2ToolCallResult", |
| "properties": { |
| "action": { |
| "type": "string" |
| }, |
| "answerRecord": { |
| "type": "string" |
| }, |
| "cesApp": { |
| "type": "string" |
| }, |
| "cesTool": { |
| "type": "string" |
| }, |
| "cesToolset": { |
| "type": "string" |
| }, |
| "content": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "error": { |
| "$ref": "GoogleCloudDialogflowV2ToolCallResultError" |
| }, |
| "rawContent": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "tool": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2ToolCallResultError": { |
| "id": "GoogleCloudDialogflowV2ToolCallResultError", |
| "properties": { |
| "message": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata", |
| "properties": { |
| "conversationModel": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "doneTime": { |
| "format": "google-datetime", |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2WebhookRequest": { |
| "id": "GoogleCloudDialogflowV2WebhookRequest", |
| "properties": { |
| "originalDetectIntentRequest": { |
| "$ref": "GoogleCloudDialogflowV2OriginalDetectIntentRequest" |
| }, |
| "queryResult": { |
| "$ref": "GoogleCloudDialogflowV2QueryResult" |
| }, |
| "responseId": { |
| "type": "string" |
| }, |
| "session": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2WebhookResponse": { |
| "id": "GoogleCloudDialogflowV2WebhookResponse", |
| "properties": { |
| "followupEventInput": { |
| "$ref": "GoogleCloudDialogflowV2EventInput" |
| }, |
| "fulfillmentMessages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2IntentMessage" |
| }, |
| "type": "array" |
| }, |
| "fulfillmentText": { |
| "type": "string" |
| }, |
| "outputContexts": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2Context" |
| }, |
| "type": "array" |
| }, |
| "payload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "sessionEntityTypes": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2SessionEntityType" |
| }, |
| "type": "array" |
| }, |
| "source": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1AgentCoachingInstruction": { |
| "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction", |
| "properties": { |
| "agentAction": { |
| "type": "string" |
| }, |
| "condition": { |
| "type": "string" |
| }, |
| "displayDetails": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "duplicateCheckResult": { |
| "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult", |
| "readOnly": true |
| }, |
| "systemAction": { |
| "type": "string" |
| }, |
| "triggeringEvent": { |
| "enum": [ |
| "TRIGGER_EVENT_UNSPECIFIED", |
| "END_OF_UTTERANCE", |
| "MANUAL_CALL", |
| "CUSTOMER_MESSAGE", |
| "AGENT_MESSAGE", |
| "TOOL_CALL_COMPLETION" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult": { |
| "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult", |
| "properties": { |
| "duplicateSuggestions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" |
| }, |
| "readOnly": true, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": { |
| "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion", |
| "properties": { |
| "answerRecord": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "similarityScore": { |
| "format": "float", |
| "readOnly": true, |
| "type": "number" |
| }, |
| "suggestionIndex": { |
| "format": "int32", |
| "readOnly": true, |
| "type": "integer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion": { |
| "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion", |
| "properties": { |
| "agentActionSuggestions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion" |
| }, |
| "type": "array" |
| }, |
| "applicableInstructions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction" |
| }, |
| "type": "array" |
| }, |
| "sampleResponses": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion": { |
| "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion", |
| "properties": { |
| "agentAction": { |
| "type": "string" |
| }, |
| "duplicateCheckResult": { |
| "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult", |
| "readOnly": true |
| }, |
| "sources": { |
| "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources", |
| "readOnly": true |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult": { |
| "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult", |
| "properties": { |
| "duplicateSuggestions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" |
| }, |
| "readOnly": true, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": { |
| "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion", |
| "properties": { |
| "answerRecord": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "similarityScore": { |
| "format": "float", |
| "readOnly": true, |
| "type": "number" |
| }, |
| "sources": { |
| "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources", |
| "readOnly": true |
| }, |
| "suggestionIndex": { |
| "format": "int32", |
| "readOnly": true, |
| "type": "integer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse": { |
| "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse", |
| "properties": { |
| "duplicateCheckResult": { |
| "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult", |
| "readOnly": true |
| }, |
| "responseText": { |
| "type": "string" |
| }, |
| "sources": { |
| "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources", |
| "readOnly": true |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources": { |
| "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources", |
| "properties": { |
| "instructionIndexes": { |
| "items": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "readOnly": true, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1AnnotatedMessagePart": { |
| "id": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart", |
| "properties": { |
| "entityType": { |
| "type": "string" |
| }, |
| "formattedValue": { |
| "type": "any" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ArticleAnswer": { |
| "id": "GoogleCloudDialogflowV2beta1ArticleAnswer", |
| "properties": { |
| "answerRecord": { |
| "type": "string" |
| }, |
| "metadata": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "snippets": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "title": { |
| "type": "string" |
| }, |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse": { |
| "id": "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse", |
| "properties": { |
| "entityTypes": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1EntityType" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse": { |
| "id": "GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse", |
| "properties": { |
| "intents": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1Intent" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata", |
| "properties": { |
| "conversationProfile": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "participantRole": { |
| "enum": [ |
| "ROLE_UNSPECIFIED", |
| "HUMAN_AGENT", |
| "AUTOMATED_AGENT", |
| "END_USER" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "suggestionFeatureType": { |
| "enum": [ |
| "TYPE_UNSPECIFIED", |
| "ARTICLE_SUGGESTION", |
| "FAQ", |
| "SMART_REPLY", |
| "DIALOGFLOW_ASSIST", |
| "CONVERSATION_SUMMARIZATION", |
| "KNOWLEDGE_SEARCH", |
| "KNOWLEDGE_ASSIST" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1Context": { |
| "id": "GoogleCloudDialogflowV2beta1Context", |
| "properties": { |
| "lifespanCount": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "parameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ConversationEvent": { |
| "id": "GoogleCloudDialogflowV2beta1ConversationEvent", |
| "properties": { |
| "conversation": { |
| "type": "string" |
| }, |
| "errorStatus": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "newMessagePayload": { |
| "$ref": "GoogleCloudDialogflowV2beta1Message" |
| }, |
| "newRecognitionResultPayload": { |
| "$ref": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult" |
| }, |
| "type": { |
| "enum": [ |
| "TYPE_UNSPECIFIED", |
| "CONVERSATION_STARTED", |
| "CONVERSATION_FINISHED", |
| "HUMAN_INTERVENTION_NEEDED", |
| "NEW_MESSAGE", |
| "NEW_RECOGNITION_RESULT", |
| "UNRECOVERABLE_ERROR" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer": { |
| "id": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer", |
| "properties": { |
| "answerRecord": { |
| "type": "string" |
| }, |
| "intentSuggestion": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentSuggestion" |
| }, |
| "queryResult": { |
| "$ref": "GoogleCloudDialogflowV2beta1QueryResult" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1EncryptionSpec": { |
| "id": "GoogleCloudDialogflowV2beta1EncryptionSpec", |
| "properties": { |
| "kmsKey": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1EntityType": { |
| "id": "GoogleCloudDialogflowV2beta1EntityType", |
| "properties": { |
| "autoExpansionMode": { |
| "enum": [ |
| "AUTO_EXPANSION_MODE_UNSPECIFIED", |
| "AUTO_EXPANSION_MODE_DEFAULT" |
| ], |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "enableFuzzyExtraction": { |
| "type": "boolean" |
| }, |
| "entities": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity" |
| }, |
| "type": "array" |
| }, |
| "kind": { |
| "enum": [ |
| "KIND_UNSPECIFIED", |
| "KIND_MAP", |
| "KIND_LIST", |
| "KIND_REGEXP" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1EntityTypeEntity": { |
| "id": "GoogleCloudDialogflowV2beta1EntityTypeEntity", |
| "properties": { |
| "synonyms": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "value": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1EventInput": { |
| "id": "GoogleCloudDialogflowV2beta1EventInput", |
| "properties": { |
| "languageCode": { |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "parameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ExportAgentResponse": { |
| "id": "GoogleCloudDialogflowV2beta1ExportAgentResponse", |
| "properties": { |
| "agentContent": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "agentUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ExportOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2beta1ExportOperationMetadata", |
| "properties": { |
| "exportedGcsDestination": { |
| "$ref": "GoogleCloudDialogflowV2beta1GcsDestination" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1FaqAnswer": { |
| "id": "GoogleCloudDialogflowV2beta1FaqAnswer", |
| "properties": { |
| "answer": { |
| "type": "string" |
| }, |
| "answerRecord": { |
| "type": "string" |
| }, |
| "confidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "metadata": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "question": { |
| "type": "string" |
| }, |
| "source": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1FreeFormSuggestion": { |
| "id": "GoogleCloudDialogflowV2beta1FreeFormSuggestion", |
| "properties": { |
| "response": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1GcsDestination": { |
| "id": "GoogleCloudDialogflowV2beta1GcsDestination", |
| "properties": { |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse": { |
| "id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse", |
| "properties": { |
| "generatorSuggestionAnswers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer" |
| }, |
| "type": "array" |
| }, |
| "latestMessage": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer": { |
| "id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer", |
| "properties": { |
| "answerRecord": { |
| "type": "string" |
| }, |
| "generatorSuggestion": { |
| "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestion" |
| }, |
| "sourceGenerator": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1GeneratorSuggestion": { |
| "id": "GoogleCloudDialogflowV2beta1GeneratorSuggestion", |
| "properties": { |
| "agentCoachingSuggestion": { |
| "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion" |
| }, |
| "freeFormSuggestion": { |
| "$ref": "GoogleCloudDialogflowV2beta1FreeFormSuggestion" |
| }, |
| "summarySuggestion": { |
| "$ref": "GoogleCloudDialogflowV2beta1SummarySuggestion" |
| }, |
| "toolCallInfo": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo": { |
| "id": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo", |
| "properties": { |
| "toolCall": { |
| "$ref": "GoogleCloudDialogflowV2beta1ToolCall" |
| }, |
| "toolCallResult": { |
| "$ref": "GoogleCloudDialogflowV2beta1ToolCallResult" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent": { |
| "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent", |
| "properties": { |
| "conversation": { |
| "type": "string" |
| }, |
| "participant": { |
| "type": "string" |
| }, |
| "suggestionResults": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1SuggestionResult" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ImportDocumentsResponse": { |
| "id": "GoogleCloudDialogflowV2beta1ImportDocumentsResponse", |
| "properties": { |
| "warnings": { |
| "items": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo": { |
| "id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo", |
| "properties": { |
| "contextReferenceRetrieved": { |
| "type": "boolean" |
| }, |
| "ingestedParametersDebugInfo": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" |
| }, |
| "type": "array" |
| }, |
| "projectNotAllowlisted": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo": { |
| "id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo", |
| "properties": { |
| "ingestionStatus": { |
| "enum": [ |
| "INGESTION_STATUS_UNSPECIFIED", |
| "INGESTION_STATUS_SUCCEEDED", |
| "INGESTION_STATUS_CONTEXT_NOT_AVAILABLE", |
| "INGESTION_STATUS_PARSE_FAILED", |
| "INGESTION_STATUS_INVALID_ENTRY", |
| "INGESTION_STATUS_INVALID_FORMAT", |
| "INGESTION_STATUS_LANGUAGE_MISMATCH" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "parameter": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata": { |
| "id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata", |
| "properties": { |
| "request": { |
| "$ref": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest", |
| "readOnly": true |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest": { |
| "id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest", |
| "properties": { |
| "encryptionSpec": { |
| "$ref": "GoogleCloudDialogflowV2beta1EncryptionSpec" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1Intent": { |
| "id": "GoogleCloudDialogflowV2beta1Intent", |
| "properties": { |
| "action": { |
| "type": "string" |
| }, |
| "defaultResponsePlatforms": { |
| "items": { |
| "enum": [ |
| "PLATFORM_UNSPECIFIED", |
| "FACEBOOK", |
| "SLACK", |
| "TELEGRAM", |
| "KIK", |
| "SKYPE", |
| "LINE", |
| "VIBER", |
| "ACTIONS_ON_GOOGLE", |
| "TELEPHONY", |
| "GOOGLE_HANGOUTS" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "endInteraction": { |
| "type": "boolean" |
| }, |
| "events": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "followupIntentInfo": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo" |
| }, |
| "readOnly": true, |
| "type": "array" |
| }, |
| "inputContextNames": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "isFallback": { |
| "type": "boolean" |
| }, |
| "liveAgentHandoff": { |
| "type": "boolean" |
| }, |
| "messages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" |
| }, |
| "type": "array" |
| }, |
| "mlDisabled": { |
| "type": "boolean" |
| }, |
| "mlEnabled": { |
| "deprecated": true, |
| "type": "boolean" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "outputContexts": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1Context" |
| }, |
| "type": "array" |
| }, |
| "parameters": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentParameter" |
| }, |
| "type": "array" |
| }, |
| "parentFollowupIntentName": { |
| "type": "string" |
| }, |
| "priority": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "resetContexts": { |
| "type": "boolean" |
| }, |
| "rootFollowupIntentName": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "trainingPhrases": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase" |
| }, |
| "type": "array" |
| }, |
| "webhookState": { |
| "enum": [ |
| "WEBHOOK_STATE_UNSPECIFIED", |
| "WEBHOOK_STATE_ENABLED", |
| "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo": { |
| "id": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo", |
| "properties": { |
| "followupIntentName": { |
| "type": "string" |
| }, |
| "parentFollowupIntentName": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessage": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessage", |
| "properties": { |
| "basicCard": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard" |
| }, |
| "browseCarouselCard": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard" |
| }, |
| "card": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCard" |
| }, |
| "carouselSelect": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect" |
| }, |
| "image": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" |
| }, |
| "linkOutSuggestion": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion" |
| }, |
| "listSelect": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelect" |
| }, |
| "mediaContent": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent" |
| }, |
| "payload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "platform": { |
| "enum": [ |
| "PLATFORM_UNSPECIFIED", |
| "FACEBOOK", |
| "SLACK", |
| "TELEGRAM", |
| "KIK", |
| "SKYPE", |
| "LINE", |
| "VIBER", |
| "ACTIONS_ON_GOOGLE", |
| "TELEPHONY", |
| "GOOGLE_HANGOUTS" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "quickReplies": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies" |
| }, |
| "rbmCarouselRichCard": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard" |
| }, |
| "rbmStandaloneRichCard": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard" |
| }, |
| "rbmText": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmText" |
| }, |
| "simpleResponses": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses" |
| }, |
| "suggestions": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions" |
| }, |
| "tableCard": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCard" |
| }, |
| "telephonyPlayAudio": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio" |
| }, |
| "telephonySynthesizeSpeech": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech" |
| }, |
| "telephonyTransferCall": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall" |
| }, |
| "text": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageText" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageBasicCard": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard", |
| "properties": { |
| "buttons": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" |
| }, |
| "type": "array" |
| }, |
| "formattedText": { |
| "type": "string" |
| }, |
| "image": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" |
| }, |
| "subtitle": { |
| "type": "string" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton", |
| "properties": { |
| "openUriAction": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction", |
| "properties": { |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard", |
| "properties": { |
| "imageDisplayOptions": { |
| "enum": [ |
| "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED", |
| "GRAY", |
| "WHITE", |
| "CROPPED", |
| "BLURRED_BACKGROUND" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "items": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "footer": { |
| "type": "string" |
| }, |
| "image": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" |
| }, |
| "openUriAction": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction", |
| "properties": { |
| "url": { |
| "type": "string" |
| }, |
| "urlTypeHint": { |
| "enum": [ |
| "URL_TYPE_HINT_UNSPECIFIED", |
| "AMP_ACTION", |
| "AMP_CONTENT" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageCard": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageCard", |
| "properties": { |
| "buttons": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCardButton" |
| }, |
| "type": "array" |
| }, |
| "imageUri": { |
| "type": "string" |
| }, |
| "subtitle": { |
| "type": "string" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageCardButton": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageCardButton", |
| "properties": { |
| "postback": { |
| "type": "string" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect", |
| "properties": { |
| "items": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "image": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" |
| }, |
| "info": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties", |
| "properties": { |
| "header": { |
| "type": "string" |
| }, |
| "horizontalAlignment": { |
| "enum": [ |
| "HORIZONTAL_ALIGNMENT_UNSPECIFIED", |
| "LEADING", |
| "CENTER", |
| "TRAILING" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageImage": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageImage", |
| "properties": { |
| "accessibilityText": { |
| "type": "string" |
| }, |
| "imageUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion", |
| "properties": { |
| "destinationName": { |
| "type": "string" |
| }, |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageListSelect": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageListSelect", |
| "properties": { |
| "items": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem" |
| }, |
| "type": "array" |
| }, |
| "subtitle": { |
| "type": "string" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "image": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" |
| }, |
| "info": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageMediaContent": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent", |
| "properties": { |
| "mediaObjects": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject" |
| }, |
| "type": "array" |
| }, |
| "mediaType": { |
| "enum": [ |
| "RESPONSE_MEDIA_TYPE_UNSPECIFIED", |
| "AUDIO" |
| ], |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject", |
| "properties": { |
| "contentUrl": { |
| "type": "string" |
| }, |
| "description": { |
| "type": "string" |
| }, |
| "icon": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" |
| }, |
| "largeImage": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" |
| }, |
| "name": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies", |
| "properties": { |
| "quickReplies": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "media": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia" |
| }, |
| "suggestions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion" |
| }, |
| "type": "array" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia", |
| "properties": { |
| "fileUri": { |
| "type": "string" |
| }, |
| "height": { |
| "enum": [ |
| "HEIGHT_UNSPECIFIED", |
| "SHORT", |
| "MEDIUM", |
| "TALL" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "thumbnailUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard", |
| "properties": { |
| "cardContents": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent" |
| }, |
| "type": "array" |
| }, |
| "cardWidth": { |
| "enum": [ |
| "CARD_WIDTH_UNSPECIFIED", |
| "SMALL", |
| "MEDIUM" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard", |
| "properties": { |
| "cardContent": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent" |
| }, |
| "cardOrientation": { |
| "enum": [ |
| "CARD_ORIENTATION_UNSPECIFIED", |
| "HORIZONTAL", |
| "VERTICAL" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "thumbnailImageAlignment": { |
| "enum": [ |
| "THUMBNAIL_IMAGE_ALIGNMENT_UNSPECIFIED", |
| "LEFT", |
| "RIGHT" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction", |
| "properties": { |
| "dial": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial" |
| }, |
| "openUrl": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri" |
| }, |
| "postbackData": { |
| "type": "string" |
| }, |
| "shareLocation": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial", |
| "properties": { |
| "phoneNumber": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri", |
| "properties": { |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply", |
| "properties": { |
| "postbackData": { |
| "type": "string" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion", |
| "properties": { |
| "action": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction" |
| }, |
| "reply": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageRbmText": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmText", |
| "properties": { |
| "rbmSuggestion": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion" |
| }, |
| "type": "array" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo", |
| "properties": { |
| "key": { |
| "type": "string" |
| }, |
| "synonyms": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse", |
| "properties": { |
| "displayText": { |
| "type": "string" |
| }, |
| "ssml": { |
| "type": "string" |
| }, |
| "textToSpeech": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses", |
| "properties": { |
| "simpleResponses": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageSuggestion": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion", |
| "properties": { |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageSuggestions": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions", |
| "properties": { |
| "suggestions": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageTableCard": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCard", |
| "properties": { |
| "buttons": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" |
| }, |
| "type": "array" |
| }, |
| "columnProperties": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties" |
| }, |
| "type": "array" |
| }, |
| "image": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" |
| }, |
| "rows": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow" |
| }, |
| "type": "array" |
| }, |
| "subtitle": { |
| "type": "string" |
| }, |
| "title": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell", |
| "properties": { |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow", |
| "properties": { |
| "cells": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell" |
| }, |
| "type": "array" |
| }, |
| "dividerAfter": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio", |
| "properties": { |
| "audioUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech", |
| "properties": { |
| "ssml": { |
| "type": "string" |
| }, |
| "text": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall", |
| "properties": { |
| "phoneNumber": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentMessageText": { |
| "id": "GoogleCloudDialogflowV2beta1IntentMessageText", |
| "properties": { |
| "text": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentParameter": { |
| "id": "GoogleCloudDialogflowV2beta1IntentParameter", |
| "properties": { |
| "defaultValue": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "entityTypeDisplayName": { |
| "type": "string" |
| }, |
| "isList": { |
| "type": "boolean" |
| }, |
| "mandatory": { |
| "type": "boolean" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "prompts": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "value": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentSuggestion": { |
| "id": "GoogleCloudDialogflowV2beta1IntentSuggestion", |
| "properties": { |
| "description": { |
| "type": "string" |
| }, |
| "displayName": { |
| "type": "string" |
| }, |
| "intentV2": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentTrainingPhrase": { |
| "id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase", |
| "properties": { |
| "name": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "parts": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart" |
| }, |
| "type": "array" |
| }, |
| "timesAddedCount": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "type": { |
| "enum": [ |
| "TYPE_UNSPECIFIED", |
| "EXAMPLE", |
| "TEMPLATE" |
| ], |
| "enumDeprecated": [ |
| false, |
| false, |
| true |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart": { |
| "id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart", |
| "properties": { |
| "alias": { |
| "type": "string" |
| }, |
| "entityType": { |
| "type": "string" |
| }, |
| "text": { |
| "type": "string" |
| }, |
| "userDefined": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1KnowledgeAnswers": { |
| "id": "GoogleCloudDialogflowV2beta1KnowledgeAnswers", |
| "properties": { |
| "answers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer": { |
| "id": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer", |
| "properties": { |
| "answer": { |
| "type": "string" |
| }, |
| "faqQuestion": { |
| "type": "string" |
| }, |
| "matchConfidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "matchConfidenceLevel": { |
| "enum": [ |
| "MATCH_CONFIDENCE_LEVEL_UNSPECIFIED", |
| "LOW", |
| "MEDIUM", |
| "HIGH" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "source": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer": { |
| "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer", |
| "properties": { |
| "answerRecord": { |
| "type": "string" |
| }, |
| "knowledgeAssistDebugInfo": { |
| "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo" |
| }, |
| "suggestedQuery": { |
| "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery" |
| }, |
| "suggestedQueryAnswer": { |
| "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer": { |
| "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer", |
| "properties": { |
| "answerText": { |
| "type": "string" |
| }, |
| "faqSource": { |
| "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource" |
| }, |
| "generativeSource": { |
| "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource": { |
| "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource", |
| "properties": { |
| "question": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": { |
| "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource", |
| "properties": { |
| "snippets": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": { |
| "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet", |
| "properties": { |
| "metadata": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "text": { |
| "type": "string" |
| }, |
| "title": { |
| "type": "string" |
| }, |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery": { |
| "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery", |
| "properties": { |
| "queryText": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo": { |
| "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo", |
| "properties": { |
| "datastoreResponseReason": { |
| "enum": [ |
| "DATASTORE_RESPONSE_REASON_UNSPECIFIED", |
| "NONE", |
| "SEARCH_OUT_OF_QUOTA", |
| "SEARCH_EMPTY_RESULTS", |
| "ANSWER_GENERATION_GEN_AI_DISABLED", |
| "ANSWER_GENERATION_OUT_OF_QUOTA", |
| "ANSWER_GENERATION_ERROR", |
| "ANSWER_GENERATION_NOT_ENOUGH_INFO", |
| "ANSWER_GENERATION_RAI_FAILED", |
| "ANSWER_GENERATION_NOT_GROUNDED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "ingestedContextReferenceDebugInfo": { |
| "$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo" |
| }, |
| "knowledgeAssistBehavior": { |
| "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior" |
| }, |
| "queryCategorizationFailureReason": { |
| "enum": [ |
| "QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED", |
| "QUERY_CATEGORIZATION_INVALID_CONFIG", |
| "QUERY_CATEGORIZATION_RESULT_NOT_FOUND", |
| "QUERY_CATEGORIZATION_FAILED" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "queryGenerationFailureReason": { |
| "enum": [ |
| "QUERY_GENERATION_FAILURE_REASON_UNSPECIFIED", |
| "QUERY_GENERATION_OUT_OF_QUOTA", |
| "QUERY_GENERATION_FAILED", |
| "QUERY_GENERATION_NO_QUERY_GENERATED", |
| "QUERY_GENERATION_RAI_FAILED", |
| "NOT_IN_ALLOWLIST", |
| "QUERY_GENERATION_QUERY_REDACTED", |
| "QUERY_GENERATION_LLM_RESPONSE_PARSE_FAILED", |
| "QUERY_GENERATION_EMPTY_CONVERSATION", |
| "QUERY_GENERATION_EMPTY_LAST_MESSAGE", |
| "QUERY_GENERATION_TRIGGERING_EVENT_CONDITION_NOT_MET" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "serviceLatency": { |
| "$ref": "GoogleCloudDialogflowV2beta1ServiceLatency" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior": { |
| "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior", |
| "properties": { |
| "answerGenerationRewriterOn": { |
| "type": "boolean" |
| }, |
| "appendedSearchContextCount": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "conversationTranscriptHasMixedLanguages": { |
| "type": "boolean" |
| }, |
| "disableSyncDelivery": { |
| "type": "boolean" |
| }, |
| "endUserMetadataIncluded": { |
| "type": "boolean" |
| }, |
| "invalidItemsQuerySuggestionSkipped": { |
| "type": "boolean" |
| }, |
| "multipleQueriesGenerated": { |
| "type": "boolean" |
| }, |
| "previousQueriesIncluded": { |
| "type": "boolean" |
| }, |
| "primaryQueryRedactedAndReplaced": { |
| "type": "boolean" |
| }, |
| "queryContainedSearchContext": { |
| "type": "boolean" |
| }, |
| "queryGenerationAgentLanguageMismatch": { |
| "type": "boolean" |
| }, |
| "queryGenerationEndUserLanguageMismatch": { |
| "type": "boolean" |
| }, |
| "returnQueryOnly": { |
| "type": "boolean" |
| }, |
| "thirdPartyConnectorAllowed": { |
| "type": "boolean" |
| }, |
| "useCustomSafetyFilterLevel": { |
| "type": "boolean" |
| }, |
| "usePubsubDelivery": { |
| "type": "boolean" |
| }, |
| "useTranslatedMessage": { |
| "type": "boolean" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata", |
| "properties": { |
| "doneTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "exportOperationMetadata": { |
| "$ref": "GoogleCloudDialogflowV2beta1ExportOperationMetadata" |
| }, |
| "knowledgeBase": { |
| "type": "string" |
| }, |
| "state": { |
| "enum": [ |
| "STATE_UNSPECIFIED", |
| "PENDING", |
| "RUNNING", |
| "DONE" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "readOnly": true, |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1Message": { |
| "id": "GoogleCloudDialogflowV2beta1Message", |
| "properties": { |
| "content": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "messageAnnotation": { |
| "$ref": "GoogleCloudDialogflowV2beta1MessageAnnotation", |
| "readOnly": true |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "participant": { |
| "readOnly": true, |
| "type": "string" |
| }, |
| "participantRole": { |
| "enum": [ |
| "ROLE_UNSPECIFIED", |
| "HUMAN_AGENT", |
| "AUTOMATED_AGENT", |
| "END_USER" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "readOnly": true, |
| "type": "string" |
| }, |
| "responseMessages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1ResponseMessage" |
| }, |
| "type": "array" |
| }, |
| "sendTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "sentimentAnalysis": { |
| "$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult", |
| "readOnly": true |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1MessageAnnotation": { |
| "id": "GoogleCloudDialogflowV2beta1MessageAnnotation", |
| "properties": { |
| "containEntities": { |
| "type": "boolean" |
| }, |
| "parts": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest": { |
| "id": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest", |
| "properties": { |
| "payload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "source": { |
| "type": "string" |
| }, |
| "version": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1QueryResult": { |
| "id": "GoogleCloudDialogflowV2beta1QueryResult", |
| "properties": { |
| "action": { |
| "type": "string" |
| }, |
| "allRequiredParamsPresent": { |
| "type": "boolean" |
| }, |
| "cancelsSlotFilling": { |
| "type": "boolean" |
| }, |
| "diagnosticInfo": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "fulfillmentMessages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" |
| }, |
| "type": "array" |
| }, |
| "fulfillmentText": { |
| "type": "string" |
| }, |
| "intent": { |
| "$ref": "GoogleCloudDialogflowV2beta1Intent" |
| }, |
| "intentDetectionConfidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "knowledgeAnswers": { |
| "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswers" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "outputContexts": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1Context" |
| }, |
| "type": "array" |
| }, |
| "parameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "queryText": { |
| "type": "string" |
| }, |
| "sentimentAnalysisResult": { |
| "$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult" |
| }, |
| "speechRecognitionConfidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "webhookPayload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "webhookSource": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ResponseMessage": { |
| "id": "GoogleCloudDialogflowV2beta1ResponseMessage", |
| "properties": { |
| "endInteraction": { |
| "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction" |
| }, |
| "liveAgentHandoff": { |
| "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff" |
| }, |
| "mixedAudio": { |
| "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio" |
| }, |
| "payload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "telephonyTransferCall": { |
| "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall" |
| }, |
| "text": { |
| "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageText" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction": { |
| "id": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff": { |
| "id": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff", |
| "properties": { |
| "metadata": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio": { |
| "id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio", |
| "properties": { |
| "segments": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment": { |
| "id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment", |
| "properties": { |
| "allowPlaybackInterruption": { |
| "type": "boolean" |
| }, |
| "audio": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "uri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall": { |
| "id": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall", |
| "properties": { |
| "phoneNumber": { |
| "type": "string" |
| }, |
| "sipUri": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ResponseMessageText": { |
| "id": "GoogleCloudDialogflowV2beta1ResponseMessageText", |
| "properties": { |
| "text": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1Sentiment": { |
| "id": "GoogleCloudDialogflowV2beta1Sentiment", |
| "properties": { |
| "magnitude": { |
| "format": "float", |
| "type": "number" |
| }, |
| "score": { |
| "format": "float", |
| "type": "number" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1SentimentAnalysisResult": { |
| "id": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult", |
| "properties": { |
| "queryTextSentiment": { |
| "$ref": "GoogleCloudDialogflowV2beta1Sentiment" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ServiceLatency": { |
| "id": "GoogleCloudDialogflowV2beta1ServiceLatency", |
| "properties": { |
| "internalServiceLatencies": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency": { |
| "id": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency", |
| "properties": { |
| "completeTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "latencyMs": { |
| "format": "float", |
| "type": "number" |
| }, |
| "startTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "step": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1SessionEntityType": { |
| "id": "GoogleCloudDialogflowV2beta1SessionEntityType", |
| "properties": { |
| "entities": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity" |
| }, |
| "type": "array" |
| }, |
| "entityOverrideMode": { |
| "enum": [ |
| "ENTITY_OVERRIDE_MODE_UNSPECIFIED", |
| "ENTITY_OVERRIDE_MODE_OVERRIDE", |
| "ENTITY_OVERRIDE_MODE_SUPPLEMENT" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "name": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata": { |
| "id": "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata", |
| "properties": { |
| "conversationProfile": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "participantRole": { |
| "enum": [ |
| "ROLE_UNSPECIFIED", |
| "HUMAN_AGENT", |
| "AUTOMATED_AGENT", |
| "END_USER" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "suggestionFeatureType": { |
| "enum": [ |
| "TYPE_UNSPECIFIED", |
| "ARTICLE_SUGGESTION", |
| "FAQ", |
| "SMART_REPLY", |
| "DIALOGFLOW_ASSIST", |
| "CONVERSATION_SUMMARIZATION", |
| "KNOWLEDGE_SEARCH", |
| "KNOWLEDGE_ASSIST" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1SmartReplyAnswer": { |
| "id": "GoogleCloudDialogflowV2beta1SmartReplyAnswer", |
| "properties": { |
| "answerRecord": { |
| "type": "string" |
| }, |
| "confidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "reply": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1SpeechWordInfo": { |
| "id": "GoogleCloudDialogflowV2beta1SpeechWordInfo", |
| "properties": { |
| "confidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "endOffset": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "startOffset": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "word": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1StreamingRecognitionResult": { |
| "id": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult", |
| "properties": { |
| "confidence": { |
| "format": "float", |
| "type": "number" |
| }, |
| "dtmfDigits": { |
| "$ref": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents" |
| }, |
| "isFinal": { |
| "type": "boolean" |
| }, |
| "languageCode": { |
| "type": "string" |
| }, |
| "messageType": { |
| "enum": [ |
| "MESSAGE_TYPE_UNSPECIFIED", |
| "TRANSCRIPT", |
| "END_OF_SINGLE_UTTERANCE", |
| "DTMF_DIGITS", |
| "PARTIAL_DTMF_DIGITS" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "speechEndOffset": { |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "speechWordInfo": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1SpeechWordInfo" |
| }, |
| "type": "array" |
| }, |
| "stability": { |
| "format": "float", |
| "type": "number" |
| }, |
| "transcript": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1SuggestArticlesResponse": { |
| "id": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse", |
| "properties": { |
| "articleAnswers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1ArticleAnswer" |
| }, |
| "type": "array" |
| }, |
| "contextSize": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "latestMessage": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse": { |
| "id": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse", |
| "properties": { |
| "contextSize": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "dialogflowAssistAnswers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer" |
| }, |
| "type": "array" |
| }, |
| "latestMessage": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse": { |
| "id": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse", |
| "properties": { |
| "contextSize": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "faqAnswers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1FaqAnswer" |
| }, |
| "type": "array" |
| }, |
| "latestMessage": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse": { |
| "id": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse", |
| "properties": { |
| "contextSize": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "knowledgeAssistAnswer": { |
| "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer", |
| "readOnly": true |
| }, |
| "latestMessage": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse": { |
| "id": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse", |
| "properties": { |
| "contextSize": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "latestMessage": { |
| "type": "string" |
| }, |
| "smartReplyAnswers": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1SmartReplyAnswer" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1SuggestionResult": { |
| "id": "GoogleCloudDialogflowV2beta1SuggestionResult", |
| "properties": { |
| "error": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "generateSuggestionsResponse": { |
| "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse" |
| }, |
| "suggestArticlesResponse": { |
| "$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse" |
| }, |
| "suggestDialogflowAssistsResponse": { |
| "$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse" |
| }, |
| "suggestEntityExtractionResponse": { |
| "$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse" |
| }, |
| "suggestFaqAnswersResponse": { |
| "$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse" |
| }, |
| "suggestKnowledgeAssistResponse": { |
| "$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse" |
| }, |
| "suggestSmartRepliesResponse": { |
| "$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1SummarySuggestion": { |
| "id": "GoogleCloudDialogflowV2beta1SummarySuggestion", |
| "properties": { |
| "summarySections": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection": { |
| "id": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection", |
| "properties": { |
| "section": { |
| "type": "string" |
| }, |
| "summary": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents": { |
| "id": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents", |
| "properties": { |
| "dtmfEvents": { |
| "items": { |
| "enum": [ |
| "TELEPHONY_DTMF_UNSPECIFIED", |
| "DTMF_ONE", |
| "DTMF_TWO", |
| "DTMF_THREE", |
| "DTMF_FOUR", |
| "DTMF_FIVE", |
| "DTMF_SIX", |
| "DTMF_SEVEN", |
| "DTMF_EIGHT", |
| "DTMF_NINE", |
| "DTMF_ZERO", |
| "DTMF_A", |
| "DTMF_B", |
| "DTMF_C", |
| "DTMF_D", |
| "DTMF_STAR", |
| "DTMF_POUND" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ToolCall": { |
| "id": "GoogleCloudDialogflowV2beta1ToolCall", |
| "properties": { |
| "action": { |
| "type": "string" |
| }, |
| "answerRecord": { |
| "type": "string" |
| }, |
| "cesApp": { |
| "type": "string" |
| }, |
| "cesTool": { |
| "type": "string" |
| }, |
| "cesToolset": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "inputParameters": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "state": { |
| "enum": [ |
| "STATE_UNSPECIFIED", |
| "TRIGGERED", |
| "NEEDS_CONFIRMATION" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "readOnly": true, |
| "type": "string" |
| }, |
| "tool": { |
| "type": "string" |
| }, |
| "toolDisplayDetails": { |
| "type": "string" |
| }, |
| "toolDisplayName": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ToolCallResult": { |
| "id": "GoogleCloudDialogflowV2beta1ToolCallResult", |
| "properties": { |
| "action": { |
| "type": "string" |
| }, |
| "answerRecord": { |
| "type": "string" |
| }, |
| "cesApp": { |
| "type": "string" |
| }, |
| "cesTool": { |
| "type": "string" |
| }, |
| "cesToolset": { |
| "type": "string" |
| }, |
| "content": { |
| "type": "string" |
| }, |
| "createTime": { |
| "format": "google-datetime", |
| "readOnly": true, |
| "type": "string" |
| }, |
| "error": { |
| "$ref": "GoogleCloudDialogflowV2beta1ToolCallResultError" |
| }, |
| "rawContent": { |
| "format": "byte", |
| "type": "string" |
| }, |
| "tool": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1ToolCallResultError": { |
| "id": "GoogleCloudDialogflowV2beta1ToolCallResultError", |
| "properties": { |
| "message": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1WebhookRequest": { |
| "id": "GoogleCloudDialogflowV2beta1WebhookRequest", |
| "properties": { |
| "alternativeQueryResults": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1QueryResult" |
| }, |
| "type": "array" |
| }, |
| "originalDetectIntentRequest": { |
| "$ref": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest" |
| }, |
| "queryResult": { |
| "$ref": "GoogleCloudDialogflowV2beta1QueryResult" |
| }, |
| "responseId": { |
| "type": "string" |
| }, |
| "session": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV2beta1WebhookResponse": { |
| "id": "GoogleCloudDialogflowV2beta1WebhookResponse", |
| "properties": { |
| "endInteraction": { |
| "type": "boolean" |
| }, |
| "followupEventInput": { |
| "$ref": "GoogleCloudDialogflowV2beta1EventInput" |
| }, |
| "fulfillmentMessages": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" |
| }, |
| "type": "array" |
| }, |
| "fulfillmentText": { |
| "type": "string" |
| }, |
| "liveAgentHandoff": { |
| "type": "boolean" |
| }, |
| "outputContexts": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1Context" |
| }, |
| "type": "array" |
| }, |
| "payload": { |
| "additionalProperties": { |
| "description": "Properties of the object.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "sessionEntityTypes": { |
| "items": { |
| "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" |
| }, |
| "type": "array" |
| }, |
| "source": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV3alpha1ConversationSignals": { |
| "id": "GoogleCloudDialogflowV3alpha1ConversationSignals", |
| "properties": { |
| "turnSignals": { |
| "$ref": "GoogleCloudDialogflowV3alpha1TurnSignals" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudDialogflowV3alpha1TurnSignals": { |
| "id": "GoogleCloudDialogflowV3alpha1TurnSignals", |
| "properties": { |
| "agentEscalated": { |
| "type": "boolean" |
| }, |
| "dtmfUsed": { |
| "type": "boolean" |
| }, |
| "failureReasons": { |
| "items": { |
| "enum": [ |
| "FAILURE_REASON_UNSPECIFIED", |
| "FAILED_INTENT", |
| "FAILED_WEBHOOK" |
| ], |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "noMatch": { |
| "type": "boolean" |
| }, |
| "noUserInput": { |
| "type": "boolean" |
| }, |
| "reachedEndPage": { |
| "type": "boolean" |
| }, |
| "sentimentMagnitude": { |
| "format": "float", |
| "type": "number" |
| }, |
| "sentimentScore": { |
| "format": "float", |
| "type": "number" |
| }, |
| "triggeredAbandonmentEvent": { |
| "type": "boolean" |
| }, |
| "userEscalated": { |
| "type": "boolean" |
| }, |
| "webhookStatuses": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudLocationListLocationsResponse": { |
| "id": "GoogleCloudLocationListLocationsResponse", |
| "properties": { |
| "locations": { |
| "items": { |
| "$ref": "GoogleCloudLocationLocation" |
| }, |
| "type": "array" |
| }, |
| "nextPageToken": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudLocationLocation": { |
| "id": "GoogleCloudLocationLocation", |
| "properties": { |
| "displayName": { |
| "type": "string" |
| }, |
| "labels": { |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "locationId": { |
| "type": "string" |
| }, |
| "metadata": { |
| "additionalProperties": { |
| "description": "Properties of the object. Contains field @type with type URL.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "name": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleLongrunningListOperationsResponse": { |
| "id": "GoogleLongrunningListOperationsResponse", |
| "properties": { |
| "nextPageToken": { |
| "type": "string" |
| }, |
| "operations": { |
| "items": { |
| "$ref": "GoogleLongrunningOperation" |
| }, |
| "type": "array" |
| }, |
| "unreachable": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleLongrunningOperation": { |
| "id": "GoogleLongrunningOperation", |
| "properties": { |
| "done": { |
| "type": "boolean" |
| }, |
| "error": { |
| "$ref": "GoogleRpcStatus" |
| }, |
| "metadata": { |
| "additionalProperties": { |
| "description": "Properties of the object. Contains field @type with type URL.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "name": { |
| "type": "string" |
| }, |
| "response": { |
| "additionalProperties": { |
| "description": "Properties of the object. Contains field @type with type URL.", |
| "type": "any" |
| }, |
| "type": "object" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleProtobufEmpty": { |
| "id": "GoogleProtobufEmpty", |
| "properties": {}, |
| "type": "object" |
| }, |
| "GoogleRpcStatus": { |
| "id": "GoogleRpcStatus", |
| "properties": { |
| "code": { |
| "format": "int32", |
| "type": "integer" |
| }, |
| "details": { |
| "items": { |
| "additionalProperties": { |
| "description": "Properties of the object. Contains field @type with type URL.", |
| "type": "any" |
| }, |
| "type": "object" |
| }, |
| "type": "array" |
| }, |
| "message": { |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleTypeLatLng": { |
| "id": "GoogleTypeLatLng", |
| "properties": { |
| "latitude": { |
| "format": "double", |
| "type": "number" |
| }, |
| "longitude": { |
| "format": "double", |
| "type": "number" |
| } |
| }, |
| "type": "object" |
| } |
| } |
| } |