{ "mtlsRootUrl": "https://dialogflow.mtls.googleapis.com/", "baseUrl": "https://dialogflow.googleapis.com/", "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" } } } }, "version": "v2beta1", "ownerName": "Google", "servicePath": "", "ownerDomain": "google.com", "id": "dialogflow:v2beta1", "version_module": true, "canonicalName": "Dialogflow", "parameters": { "alt": { "location": "query", "default": "json", "enumDescriptions": [ "Responses with Content-Type of application/json", "Media download with context-dependent Content-Type", "Responses with Content-Type of application/x-protobuf" ], "type": "string", "description": "Data format for response.", "enum": [ "json", "media", "proto" ] }, "prettyPrint": { "description": "Returns response with indentations and line breaks.", "type": "boolean", "default": "true", "location": "query" }, "quotaUser": { "type": "string", "location": "query", "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." }, "callback": { "description": "JSONP", "type": "string", "location": "query" }, "key": { "type": "string", "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" }, "uploadType": { "location": "query", "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", "type": "string" }, "access_token": { "location": "query", "type": "string", "description": "OAuth access token." }, "upload_protocol": { "type": "string", "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "location": "query" }, "$.xgafv": { "enum": [ "1", "2" ], "description": "V1 error format.", "type": "string", "enumDescriptions": [ "v1 error format", "v2 error format" ], "location": "query" }, "oauth_token": { "description": "OAuth 2.0 token for the current user.", "type": "string", "location": "query" }, "fields": { "location": "query", "description": "Selector specifying which fields to include in a partial response.", "type": "string" } }, "revision": "20260825", "basePath": "", "fullyEncodeReservedExpansion": true, "description": "Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).", "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" }, "kind": "discovery#restDescription", "batchPath": "batch", "name": "dialogflow", "resources": { "projects": { "methods": { "deleteAgent": { "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+$" } }, "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v2beta1/{+parent}/agent", "flatPath": "v2beta1/projects/{projectsId}/agent", "parameterOrder": [ "parent" ], "description": "", "id": "dialogflow.projects.deleteAgent" }, "setAgent": { "response": { "$ref": "GoogleCloudDialogflowV2beta1Agent" }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/agent", "id": "dialogflow.projects.setAgent", "parameters": { "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "parent": { "pattern": "^projects/[^/]+$", "type": "string", "location": "path", "required": true } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1Agent" }, "httpMethod": "POST", "flatPath": "v2beta1/projects/{projectsId}/agent", "parameterOrder": [ "parent" ] }, "getAgent": { "flatPath": "v2beta1/projects/{projectsId}/agent", "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+$" } }, "httpMethod": "GET", "id": "dialogflow.projects.getAgent", "description": "", "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Agent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/agent" } }, "resources": { "agent": { "methods": { "import": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/agent:import", "id": "dialogflow.projects.agent.import", "flatPath": "v2beta1/projects/{projectsId}/agent:import", "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1ImportAgentRequest" }, "parameters": { "parent": { "pattern": "^projects/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "POST", "description": "", "response": { "$ref": "GoogleLongrunningOperation" } }, "getValidationResult": { "parameters": { "languageCode": { "type": "string", "location": "query" }, "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+$" } }, "httpMethod": "GET", "flatPath": "v2beta1/projects/{projectsId}/agent/validationResult", "parameterOrder": [ "parent" ], "path": "v2beta1/{+parent}/agent/validationResult", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "id": "dialogflow.projects.agent.getValidationResult", "response": { "$ref": "GoogleCloudDialogflowV2beta1ValidationResult" } }, "updateFulfillment": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "PATCH", "description": "", "flatPath": "v2beta1/projects/{projectsId}/agent/fulfillment", "path": "v2beta1/{+name}", "parameters": { "name": { "pattern": "^projects/[^/]+/agent/fulfillment$", "type": "string", "location": "path", "required": true }, "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1Fulfillment" }, "id": "dialogflow.projects.agent.updateFulfillment", "response": { "$ref": "GoogleCloudDialogflowV2beta1Fulfillment" }, "parameterOrder": [ "name" ] }, "export": { "flatPath": "v2beta1/projects/{projectsId}/agent:export", "request": { "$ref": "GoogleCloudDialogflowV2beta1ExportAgentRequest" }, "id": "dialogflow.projects.agent.export", "path": "v2beta1/{+parent}/agent:export", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+$", "type": "string" } }, "description": "", "httpMethod": "POST", "response": { "$ref": "GoogleLongrunningOperation" }, "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "search": { "flatPath": "v2beta1/projects/{projectsId}/agent:search", "response": { "$ref": "GoogleCloudDialogflowV2beta1SearchAgentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "pattern": "^projects/[^/]+$", "type": "string", "location": "path", "required": true }, "pageToken": { "type": "string", "location": "query" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" } }, "parameterOrder": [ "parent" ], "id": "dialogflow.projects.agent.search", "path": "v2beta1/{+parent}/agent:search", "httpMethod": "GET", "description": "" }, "getFulfillment": { "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1Fulfillment" }, "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/agent/fulfillment", "id": "dialogflow.projects.agent.getFulfillment", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/fulfillment$", "type": "string" } } }, "train": { "parameterOrder": [ "parent" ], "path": "v2beta1/{+parent}/agent:train", "description": "", "httpMethod": "POST", "response": { "$ref": "GoogleLongrunningOperation" }, "parameters": { "parent": { "pattern": "^projects/[^/]+$", "location": "path", "required": true, "type": "string" } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1TrainAgentRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/agent:train", "id": "dialogflow.projects.agent.train" }, "restore": { "parameterOrder": [ "parent" ], "parameters": { "parent": { "pattern": "^projects/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v2beta1/projects/{projectsId}/agent:restore", "request": { "$ref": "GoogleCloudDialogflowV2beta1RestoreAgentRequest" }, "id": "dialogflow.projects.agent.restore", "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2beta1/{+parent}/agent:restore" } }, "resources": { "knowledgeBases": { "resources": { "documents": { "methods": { "list": { "id": "dialogflow.projects.agent.knowledgeBases.documents.list", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListDocumentsResponse" }, "path": "v2beta1/{+parent}/documents", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents", "parameters": { "filter": { "location": "query", "type": "string" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" } }, "httpMethod": "GET" }, "delete": { "flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.agent.knowledgeBases.documents.delete", "path": "v2beta1/{+name}", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$", "type": "string" } }, "description": "", "httpMethod": "DELETE", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "id": "dialogflow.projects.agent.knowledgeBases.documents.patch", "httpMethod": "PATCH", "path": "v2beta1/{+name}", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1Document" }, "flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "parameterOrder": [ "name" ] }, "create": { "parameters": { "importGcsCustomMetadata": { "type": "boolean", "location": "query" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$" } }, "flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents", "httpMethod": "POST", "path": "v2beta1/{+parent}/documents", "request": { "$ref": "GoogleCloudDialogflowV2beta1Document" }, "response": { "$ref": "GoogleLongrunningOperation" }, "parameterOrder": [ "parent" ], "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.knowledgeBases.documents.create" }, "get": { "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1Document" }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.agent.knowledgeBases.documents.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$" } }, "flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "path": "v2beta1/{+name}", "httpMethod": "GET" }, "reload": { "id": "dialogflow.projects.agent.knowledgeBases.documents.reload", "response": { "$ref": "GoogleLongrunningOperation" }, "request": { "$ref": "GoogleCloudDialogflowV2beta1ReloadDocumentRequest" }, "description": "", "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:reload", "httpMethod": "POST", "parameters": { "name": { "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$", "location": "path", "required": true, "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}:reload" } } } }, "methods": { "patch": { "id": "dialogflow.projects.agent.knowledgeBases.patch", "response": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" }, "httpMethod": "PATCH", "parameters": { "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" }, "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$" } }, "description": "", "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" }, "flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "parameters": { "filter": { "type": "string", "location": "query" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent$" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" } }, "flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases", "id": "dialogflow.projects.agent.knowledgeBases.list", "httpMethod": "GET", "description": "", "path": "v2beta1/{+parent}/knowledgeBases", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse" } }, "get": { "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$", "type": "string" } }, "httpMethod": "GET", "flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}", "response": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" }, "description": "", "id": "dialogflow.projects.agent.knowledgeBases.get", "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ] }, "create": { "flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases", "parameters": { "parent": { "pattern": "^projects/[^/]+/agent$", "type": "string", "location": "path", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "id": "dialogflow.projects.agent.knowledgeBases.create", "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" }, "description": "", "path": "v2beta1/{+parent}/knowledgeBases", "response": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" } }, "delete": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleProtobufEmpty" }, "id": "dialogflow.projects.agent.knowledgeBases.delete", "flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}", "description": "", "parameterOrder": [ "name" ], "path": "v2beta1/{+name}", "httpMethod": "DELETE", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$" }, "force": { "type": "boolean", "location": "query" } } } } }, "entityTypes": { "resources": { "entities": { "methods": { "batchUpdate": { "path": "v2beta1/{+parent}/entities:batchUpdate", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$" } }, "httpMethod": "POST", "flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes/{entityTypesId}/entities:batchUpdate", "id": "dialogflow.projects.agent.entityTypes.entities.batchUpdate", "parameterOrder": [ "parent" ], "description": "", "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest" } }, "batchCreate": { "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$" } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest" }, "description": "", "httpMethod": "POST", "id": "dialogflow.projects.agent.entityTypes.entities.batchCreate", "parameterOrder": [ "parent" ], "flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes/{entityTypesId}/entities:batchCreate", "path": "v2beta1/{+parent}/entities:batchCreate", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "batchDelete": { "response": { "$ref": "GoogleLongrunningOperation" }, "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest" }, "description": "", "id": "dialogflow.projects.agent.entityTypes.entities.batchDelete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$" } }, "parameterOrder": [ "parent" ], "httpMethod": "POST", "path": "v2beta1/{+parent}/entities:batchDelete", "flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes/{entityTypesId}/entities:batchDelete" } } } }, "methods": { "patch": { "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" }, "request": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "PATCH", "flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes/{entityTypesId}", "id": "dialogflow.projects.agent.entityTypes.patch", "parameterOrder": [ "name" ], "parameters": { "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" }, "languageCode": { "location": "query", "type": "string" }, "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$" } }, "path": "v2beta1/{+name}" }, "batchDelete": { "path": "v2beta1/{+parent}/entityTypes:batchDelete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "parameterOrder": [ "parent" ], "id": "dialogflow.projects.agent.entityTypes.batchDelete", "httpMethod": "POST", "description": "", "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent$" } }, "flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes:batchDelete" }, "create": { "id": "dialogflow.projects.agent.entityTypes.create", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" }, "parameters": { "languageCode": { "location": "query", "type": "string" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent$" } }, "path": "v2beta1/{+parent}/entityTypes", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" }, "flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes", "parameterOrder": [ "parent" ] }, "delete": { "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$" } }, "description": "", "httpMethod": "DELETE", "flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes/{entityTypesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.entityTypes.delete", "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleProtobufEmpty" } }, "batchUpdate": { "flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes:batchUpdate", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.agent.entityTypes.batchUpdate", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent$" } }, "path": "v2beta1/{+parent}/entityTypes:batchUpdate", "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest" } }, "get": { "flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes/{entityTypesId}", "httpMethod": "GET", "description": "", "parameters": { "languageCode": { "location": "query", "type": "string" }, "name": { "type": "string", "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$", "location": "path", "required": true } }, "id": "dialogflow.projects.agent.entityTypes.get", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}" }, "list": { "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent$" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "pageToken": { "type": "string", "location": "query" }, "languageCode": { "location": "query", "type": "string" } }, "httpMethod": "GET", "id": "dialogflow.projects.agent.entityTypes.list", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListEntityTypesResponse" }, "path": "v2beta1/{+parent}/entityTypes", "flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "" } } }, "intents": { "methods": { "batchUpdate": { "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2beta1/{+parent}/intents:batchUpdate", "id": "dialogflow.projects.agent.intents.batchUpdate", "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest" }, "parameters": { "parent": { "pattern": "^projects/[^/]+/agent$", "location": "path", "required": true, "type": "string" } }, "description": "", "httpMethod": "POST", "flatPath": "v2beta1/projects/{projectsId}/agent/intents:batchUpdate", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2beta1/projects/{projectsId}/agent/intents", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1ListIntentsResponse" }, "id": "dialogflow.projects.agent.intents.list", "parameterOrder": [ "parent" ], "httpMethod": "GET", "parameters": { "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "pageToken": { "type": "string", "location": "query" }, "languageCode": { "location": "query", "type": "string" }, "parent": { "type": "string", "pattern": "^projects/[^/]+/agent$", "location": "path", "required": true }, "intentView": { "enumDescriptions": [ "", "" ], "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "type": "string", "location": "query" } }, "path": "v2beta1/{+parent}/intents" }, "delete": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}", "parameters": { "name": { "pattern": "^projects/[^/]+/agent/intents/[^/]+$", "type": "string", "location": "path", "required": true } }, "id": "dialogflow.projects.agent.intents.delete", "httpMethod": "DELETE", "flatPath": "v2beta1/projects/{projectsId}/agent/intents/{intentsId}", "description": "", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleProtobufEmpty" } }, "create": { "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "parameters": { "languageCode": { "location": "query", "type": "string" }, "intentView": { "location": "query", "type": "string", "enumDescriptions": [ "", "" ], "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ] }, "parent": { "pattern": "^projects/[^/]+/agent$", "type": "string", "location": "path", "required": true } }, "flatPath": "v2beta1/projects/{projectsId}/agent/intents", "path": "v2beta1/{+parent}/intents", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "description": "", "id": "dialogflow.projects.agent.intents.create", "response": { "$ref": "GoogleCloudDialogflowV2beta1Intent" } }, "patch": { "request": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "response": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "parameters": { "intentView": { "location": "query", "enumDescriptions": [ "", "" ], "type": "string", "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ] }, "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/intents/[^/]+$" }, "languageCode": { "type": "string", "location": "query" }, "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" } }, "httpMethod": "PATCH", "parameterOrder": [ "name" ], "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.intents.patch", "flatPath": "v2beta1/projects/{projectsId}/agent/intents/{intentsId}", "description": "" }, "batchDelete": { "id": "dialogflow.projects.agent.intents.batchDelete", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "pattern": "^projects/[^/]+/agent$", "type": "string", "location": "path", "required": true } }, "path": "v2beta1/{+parent}/intents:batchDelete", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest" }, "parameterOrder": [ "parent" ], "description": "", "flatPath": "v2beta1/projects/{projectsId}/agent/intents:batchDelete" }, "get": { "response": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "parameters": { "languageCode": { "type": "string", "location": "query" }, "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/intents/[^/]+$" }, "intentView": { "type": "string", "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "location": "query", "enumDescriptions": [ "", "" ] } }, "description": "", "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "httpMethod": "GET", "id": "dialogflow.projects.agent.intents.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/agent/intents/{intentsId}" } } }, "sessions": { "methods": { "deleteContexts": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/sessions/[^/]+$" } }, "flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/contexts", "httpMethod": "DELETE", "path": "v2beta1/{+parent}/contexts", "id": "dialogflow.projects.agent.sessions.deleteContexts", "response": { "$ref": "GoogleProtobufEmpty" }, "parameterOrder": [ "parent" ] }, "detectIntent": { "httpMethod": "POST", "parameters": { "session": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/sessions/[^/]+$", "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowV2beta1DetectIntentResponse" }, "id": "dialogflow.projects.agent.sessions.detectIntent", "description": "", "parameterOrder": [ "session" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1DetectIntentRequest" }, "flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}:detectIntent", "path": "v2beta1/{+session}:detectIntent", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "entityTypes": { "methods": { "get": { "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.sessions.entityTypes.get", "description": "", "flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "httpMethod": "GET", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$" } } }, "create": { "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes", "request": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "path": "v2beta1/{+parent}/entityTypes", "description": "", "id": "dialogflow.projects.agent.sessions.entityTypes.create", "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/sessions/[^/]+$" } }, "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" } }, "list": { "response": { "$ref": "GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse" }, "description": "", "httpMethod": "GET", "parameterOrder": [ "parent" ], "parameters": { "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/sessions/[^/]+$", "type": "string" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" } }, "path": "v2beta1/{+parent}/entityTypes", "id": "dialogflow.projects.agent.sessions.entityTypes.list", "flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "response": { "$ref": "GoogleProtobufEmpty" }, "description": "", "httpMethod": "DELETE", "path": "v2beta1/{+name}", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$", "location": "path", "required": true } }, "flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.agent.sessions.entityTypes.delete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "request": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "description": "", "httpMethod": "PATCH", "parameterOrder": [ "name" ], "id": "dialogflow.projects.agent.sessions.entityTypes.patch", "parameters": { "name": { "pattern": "^projects/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$", "type": "string", "location": "path", "required": true }, "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" } } } }, "contexts": { "methods": { "delete": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "description": "", "httpMethod": "DELETE", "path": "v2beta1/{+name}", "id": "dialogflow.projects.agent.sessions.contexts.delete", "parameters": { "name": { "pattern": "^projects/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$", "type": "string", "location": "path", "required": true } }, "response": { "$ref": "GoogleProtobufEmpty" }, "parameterOrder": [ "name" ] }, "create": { "flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/contexts", "path": "v2beta1/{+parent}/contexts", "httpMethod": "POST", "parameters": { "parent": { "pattern": "^projects/[^/]+/agent/sessions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "id": "dialogflow.projects.agent.sessions.contexts.create", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "description": "" }, "list": { "id": "dialogflow.projects.agent.sessions.contexts.list", "parameterOrder": [ "parent" ], "path": "v2beta1/{+parent}/contexts", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1ListContextsResponse" }, "parameters": { "parent": { "pattern": "^projects/[^/]+/agent/sessions/[^/]+$", "type": "string", "location": "path", "required": true }, "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "location": "query", "type": "string" } }, "description": "", "httpMethod": "GET", "flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/contexts" }, "get": { "id": "dialogflow.projects.agent.sessions.contexts.get", "response": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$" } }, "parameterOrder": [ "name" ], "httpMethod": "GET", "path": "v2beta1/{+name}", "flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/contexts/{contextsId}" }, "patch": { "path": "v2beta1/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "id": "dialogflow.projects.agent.sessions.contexts.patch", "request": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "parameters": { "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" }, "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$", "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "PATCH", "parameterOrder": [ "name" ], "description": "" } } } } }, "environments": { "resources": { "users": { "resources": { "sessions": { "methods": { "detectIntent": { "response": { "$ref": "GoogleCloudDialogflowV2beta1DetectIntentResponse" }, "httpMethod": "POST", "description": "", "parameters": { "session": { "type": "string", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "location": "path", "required": true } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1DetectIntentRequest" }, "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}:detectIntent", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.environments.users.sessions.detectIntent", "parameterOrder": [ "session" ], "path": "v2beta1/{+session}:detectIntent" }, "deleteContexts": { "path": "v2beta1/{+parent}/contexts", "id": "dialogflow.projects.agent.environments.users.sessions.deleteContexts", "description": "", "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$" } }, "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleProtobufEmpty" } } }, "resources": { "entityTypes": { "methods": { "patch": { "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "location": "path", "required": true }, "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" } }, "description": "", "httpMethod": "PATCH", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.patch", "request": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}" }, "get": { "parameters": { "name": { "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "type": "string", "location": "path", "required": true } }, "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}", "httpMethod": "GET", "parameterOrder": [ "name" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.get" }, "list": { "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes", "parameters": { "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "type": "string", "location": "path", "required": true } }, "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.list", "httpMethod": "GET", "description": "", "path": "v2beta1/{+parent}/entityTypes", "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "httpMethod": "DELETE", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$" } }, "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v2beta1/{+name}", "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.delete", "description": "", "parameterOrder": [ "name" ] }, "create": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$" } }, "parameterOrder": [ "parent" ], "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.create", "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes", "path": "v2beta1/{+parent}/entityTypes" } } }, "contexts": { "methods": { "patch": { "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "id": "dialogflow.projects.agent.environments.users.sessions.contexts.patch", "httpMethod": "PATCH", "description": "", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$" }, "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" } }, "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "request": { "$ref": "GoogleCloudDialogflowV2beta1Context" } }, "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$" } }, "id": "dialogflow.projects.agent.environments.users.sessions.contexts.get", "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "path": "v2beta1/{+name}" }, "delete": { "id": "dialogflow.projects.agent.environments.users.sessions.contexts.delete", "path": "v2beta1/{+name}", "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$" } }, "parameterOrder": [ "name" ], "httpMethod": "DELETE", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.agent.environments.users.sessions.contexts.create", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "path": "v2beta1/{+parent}/contexts", "description": "", "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$" } }, "response": { "$ref": "GoogleCloudDialogflowV2beta1Context" } }, "list": { "parameters": { "pageToken": { "location": "query", "type": "string" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "type": "string" } }, "path": "v2beta1/{+parent}/contexts", "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1ListContextsResponse" }, "parameterOrder": [ "parent" ], "description": "", "id": "dialogflow.projects.agent.environments.users.sessions.contexts.list" } } } } } } }, "intents": { "methods": { "list": { "parameters": { "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "location": "query", "enumDescriptions": [ "", "" ], "type": "string" }, "languageCode": { "type": "string", "location": "query" }, "parent": { "type": "string", "pattern": "^projects/[^/]+/agent/environments/[^/]+$", "location": "path", "required": true }, "pageToken": { "type": "string", "location": "query" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" } }, "description": "", "parameterOrder": [ "parent" ], "httpMethod": "GET", "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/intents", "id": "dialogflow.projects.agent.environments.intents.list", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/intents", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListIntentsResponse" } } } } }, "methods": { "patch": { "httpMethod": "PATCH", "path": "v2beta1/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2beta1Environment" }, "parameters": { "allowLoadToDraftAndDiscardChanges": { "location": "query", "type": "boolean" }, "name": { "pattern": "^projects/[^/]+/agent/environments/[^/]+$", "location": "path", "required": true, "type": "string" }, "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" } }, "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.environments.patch", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Environment" } }, "getHistory": { "response": { "$ref": "GoogleCloudDialogflowV2beta1EnvironmentHistory" }, "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "pattern": "^projects/[^/]+/agent/environments/[^/]+$", "location": "path", "required": true, "type": "string" } }, "description": "", "httpMethod": "GET", "path": "v2beta1/{+parent}/history", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.environments.getHistory", "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/history" }, "create": { "parameterOrder": [ "parent" ], "path": "v2beta1/{+parent}/environments", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.environments.create", "flatPath": "v2beta1/projects/{projectsId}/agent/environments", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent$" }, "environmentId": { "type": "string", "location": "query" } }, "httpMethod": "POST", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2beta1Environment" }, "response": { "$ref": "GoogleCloudDialogflowV2beta1Environment" } }, "list": { "httpMethod": "GET", "parameters": { "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "parent": { "pattern": "^projects/[^/]+/agent$", "type": "string", "location": "path", "required": true }, "pageToken": { "type": "string", "location": "query" } }, "parameterOrder": [ "parent" ], "description": "", "flatPath": "v2beta1/projects/{projectsId}/agent/environments", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.environments.list", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListEnvironmentsResponse" }, "path": "v2beta1/{+parent}/environments" }, "delete": { "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}", "description": "", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/environments/[^/]+$", "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "DELETE", "path": "v2beta1/{+name}", "id": "dialogflow.projects.agent.environments.delete", "response": { "$ref": "GoogleProtobufEmpty" } }, "get": { "description": "", "id": "dialogflow.projects.agent.environments.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowV2beta1Environment" }, "parameterOrder": [ "name" ], "parameters": { "name": { "pattern": "^projects/[^/]+/agent/environments/[^/]+$", "type": "string", "location": "path", "required": true } }, "path": "v2beta1/{+name}", "flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}" } } }, "versions": { "methods": { "get": { "id": "dialogflow.projects.agent.versions.get", "flatPath": "v2beta1/projects/{projectsId}/agent/versions/{versionsId}", "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Version" }, "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "pattern": "^projects/[^/]+/agent/versions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "description": "" }, "patch": { "parameters": { "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" }, "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/versions/[^/]+$", "type": "string" } }, "id": "dialogflow.projects.agent.versions.patch", "flatPath": "v2beta1/projects/{projectsId}/agent/versions/{versionsId}", "httpMethod": "PATCH", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1Version" }, "response": { "$ref": "GoogleCloudDialogflowV2beta1Version" }, "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "description": "" }, "create": { "httpMethod": "POST", "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/agent$", "location": "path", "required": true } }, "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Version" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/versions", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2beta1Version" }, "flatPath": "v2beta1/projects/{projectsId}/agent/versions", "id": "dialogflow.projects.agent.versions.create" }, "list": { "parameterOrder": [ "parent" ], "description": "", "flatPath": "v2beta1/projects/{projectsId}/agent/versions", "httpMethod": "GET", "parameters": { "pageToken": { "location": "query", "type": "string" }, "parent": { "pattern": "^projects/[^/]+/agent$", "location": "path", "required": true, "type": "string" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/versions", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListVersionsResponse" }, "id": "dialogflow.projects.agent.versions.list" }, "delete": { "httpMethod": "DELETE", "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/versions/[^/]+$", "type": "string" } }, "description": "", "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/agent/versions/{versionsId}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.agent.versions.delete" } } } } }, "locations": { "methods": { "setAgent": { "path": "v2beta1/{+parent}/agent", "request": { "$ref": "GoogleCloudDialogflowV2beta1Agent" }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent", "id": "dialogflow.projects.locations.setAgent", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" } }, "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1Agent" }, "parameterOrder": [ "parent" ] }, "get": { "httpMethod": "GET", "id": "dialogflow.projects.locations.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" } }, "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}", "path": "v2beta1/{+name}", "response": { "$ref": "GoogleCloudLocationLocation" }, "parameterOrder": [ "name" ] }, "deleteAgent": { "path": "v2beta1/{+parent}/agent", "parameterOrder": [ "parent" ], "httpMethod": "DELETE", "response": { "$ref": "GoogleProtobufEmpty" }, "id": "dialogflow.projects.locations.deleteAgent", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "parameters": { "name": { "pattern": "^projects/[^/]+$", "type": "string", "location": "path", "required": true }, "filter": { "location": "query", "type": "string" }, "extraLocationTypes": { "type": "string", "location": "query", "repeated": true }, "pageToken": { "type": "string", "location": "query" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" } }, "httpMethod": "GET", "path": "v2beta1/{+name}/locations", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/locations", "id": "dialogflow.projects.locations.list", "response": { "$ref": "GoogleCloudLocationListLocationsResponse" }, "description": "" }, "getAgent": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.getAgent", "httpMethod": "GET", "path": "v2beta1/{+parent}/agent", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" } }, "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1Agent" } }, "getEncryptionSpec": { "httpMethod": "GET", "description": "", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/encryptionSpec$", "type": "string", "location": "path", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}", "id": "dialogflow.projects.locations.getEncryptionSpec", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/encryptionSpec", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1EncryptionSpec" } } }, "resources": { "agent": { "resources": { "sessions": { "resources": { "contexts": { "methods": { "patch": { "response": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "parameterOrder": [ "name" ], "httpMethod": "PATCH", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$", "location": "path", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "description": "", "path": "v2beta1/{+name}", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "id": "dialogflow.projects.locations.agent.sessions.contexts.patch" }, "list": { "response": { "$ref": "GoogleCloudDialogflowV2beta1ListContextsResponse" }, "path": "v2beta1/{+parent}/contexts", "httpMethod": "GET", "parameters": { "pageToken": { "type": "string", "location": "query" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" } }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts", "id": "dialogflow.projects.locations.agent.sessions.contexts.list", "parameterOrder": [ "parent" ], "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "response": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "parameterOrder": [ "name" ], "httpMethod": "GET", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$", "location": "path", "required": true, "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "description": "", "id": "dialogflow.projects.locations.agent.sessions.contexts.get", "path": "v2beta1/{+name}" }, "create": { "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "location": "path", "required": true } }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts", "path": "v2beta1/{+parent}/contexts", "id": "dialogflow.projects.locations.agent.sessions.contexts.create", "httpMethod": "POST", "description": "", "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "response": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "path": "v2beta1/{+name}", "description": "", "httpMethod": "DELETE", "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agent.sessions.contexts.delete", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts/{contextsId}" } } }, "entityTypes": { "methods": { "patch": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$" }, "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" } }, "parameterOrder": [ "name" ], "httpMethod": "PATCH", "response": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "path": "v2beta1/{+name}", "id": "dialogflow.projects.locations.agent.sessions.entityTypes.patch", "request": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" } }, "list": { "httpMethod": "GET", "parameterOrder": [ "parent" ], "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageToken": { "type": "string", "location": "query" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" } }, "response": { "$ref": "GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse" }, "path": "v2beta1/{+parent}/entityTypes", "id": "dialogflow.projects.locations.agent.sessions.entityTypes.list", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "id": "dialogflow.projects.locations.agent.sessions.entityTypes.create", "path": "v2beta1/{+parent}/entityTypes", "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "httpMethod": "POST", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes", "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "location": "path", "required": true } } }, "delete": { "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}", "id": "dialogflow.projects.locations.agent.sessions.entityTypes.delete", "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$" } }, "httpMethod": "DELETE" }, "get": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agent.sessions.entityTypes.get", "description": "", "path": "v2beta1/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$", "location": "path", "required": true } }, "httpMethod": "GET" } } } }, "methods": { "detectIntent": { "path": "v2beta1/{+session}:detectIntent", "id": "dialogflow.projects.locations.agent.sessions.detectIntent", "request": { "$ref": "GoogleCloudDialogflowV2beta1DetectIntentRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}:detectIntent", "parameterOrder": [ "session" ], "parameters": { "session": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "type": "string" } }, "description": "", "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2beta1DetectIntentResponse" } }, "deleteContexts": { "parameterOrder": [ "parent" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts", "id": "dialogflow.projects.locations.agent.sessions.deleteContexts", "description": "", "path": "v2beta1/{+parent}/contexts", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE" } } }, "environments": { "methods": { "patch": { "response": { "$ref": "GoogleCloudDialogflowV2beta1Environment" }, "request": { "$ref": "GoogleCloudDialogflowV2beta1Environment" }, "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "allowLoadToDraftAndDiscardChanges": { "location": "query", "type": "boolean" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$", "location": "path", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" } }, "parameterOrder": [ "name" ], "httpMethod": "PATCH", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}", "description": "", "id": "dialogflow.projects.locations.agent.environments.patch" }, "delete": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agent.environments.delete", "response": { "$ref": "GoogleProtobufEmpty" }, "description": "", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$", "type": "string" } }, "httpMethod": "DELETE", "path": "v2beta1/{+name}" }, "list": { "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListEnvironmentsResponse" }, "parameters": { "pageToken": { "location": "query", "type": "string" }, "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent$" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" } }, "path": "v2beta1/{+parent}/environments", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments", "id": "dialogflow.projects.locations.agent.environments.list" }, "getHistory": { "id": "dialogflow.projects.locations.agent.environments.getHistory", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/history", "path": "v2beta1/{+parent}/history", "description": "", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$" }, "pageToken": { "type": "string", "location": "query" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" } }, "response": { "$ref": "GoogleCloudDialogflowV2beta1EnvironmentHistory" }, "httpMethod": "GET" }, "create": { "id": "dialogflow.projects.locations.agent.environments.create", "description": "", "parameterOrder": [ "parent" ], "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2beta1Environment" }, "response": { "$ref": "GoogleCloudDialogflowV2beta1Environment" }, "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "type": "string", "location": "path", "required": true }, "environmentId": { "location": "query", "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/environments", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments" }, "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2beta1Environment" }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agent.environments.get", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$", "location": "path", "required": true } }, "httpMethod": "GET", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}", "description": "" } }, "resources": { "intents": { "methods": { "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agent.environments.intents.list", "path": "v2beta1/{+parent}/intents", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListIntentsResponse" }, "description": "", "httpMethod": "GET", "parameterOrder": [ "parent" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/intents", "parameters": { "pageToken": { "location": "query", "type": "string" }, "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$" }, "intentView": { "type": "string", "enumDescriptions": [ "", "" ], "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "location": "query" }, "languageCode": { "type": "string", "location": "query" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" } } } } }, "users": { "resources": { "sessions": { "resources": { "entityTypes": { "methods": { "list": { "path": "v2beta1/{+parent}/entityTypes", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.list", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse" }, "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "type": "string", "location": "path", "required": true } } }, "delete": { "httpMethod": "DELETE", "description": "", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$" } }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.delete", "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.patch", "response": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "description": "", "httpMethod": "PATCH", "path": "v2beta1/{+name}", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "location": "path", "required": true, "type": "string" }, "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" } }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}" }, "create": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/entityTypes", "description": "", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.create", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" } }, "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.get", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "parameterOrder": [ "name" ], "path": "v2beta1/{+name}", "httpMethod": "GET", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "location": "path", "required": true } } } } }, "contexts": { "methods": { "patch": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "httpMethod": "PATCH", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$" }, "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "path": "v2beta1/{+name}", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.patch" }, "get": { "response": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "httpMethod": "GET", "description": "", "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.get", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$", "location": "path", "required": true, "type": "string" } }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ] }, "list": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListContextsResponse" }, "httpMethod": "GET", "parameters": { "pageToken": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.list", "path": "v2beta1/{+parent}/contexts" }, "create": { "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.create", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "path": "v2beta1/{+parent}/contexts", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "request": { "$ref": "GoogleCloudDialogflowV2beta1Context" } }, "delete": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.delete", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$", "location": "path", "required": true, "type": "string" } }, "description": "" } } } }, "methods": { "deleteContexts": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameterOrder": [ "parent" ], "path": "v2beta1/{+parent}/contexts", "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agent.environments.users.sessions.deleteContexts", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "type": "string", "location": "path", "required": true } } }, "detectIntent": { "parameters": { "session": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "type": "string", "location": "path", "required": true } }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}:detectIntent", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2beta1DetectIntentRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "session" ], "id": "dialogflow.projects.locations.agent.environments.users.sessions.detectIntent", "response": { "$ref": "GoogleCloudDialogflowV2beta1DetectIntentResponse" }, "path": "v2beta1/{+session}:detectIntent", "description": "" } } } } } } }, "entityTypes": { "methods": { "patch": { "response": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" }, "request": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" }, "description": "", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$" }, "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "languageCode": { "location": "query", "type": "string" } }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agent.entityTypes.patch", "httpMethod": "PATCH", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}" }, "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agent.entityTypes.list", "path": "v2beta1/{+parent}/entityTypes", "description": "", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "type": "string" }, "languageCode": { "type": "string", "location": "query" }, "pageToken": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" } }, "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListEntityTypesResponse" }, "parameterOrder": [ "parent" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes" }, "create": { "parameterOrder": [ "parent" ], "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes", "path": "v2beta1/{+parent}/entityTypes", "parameters": { "languageCode": { "location": "query", "type": "string" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent$" } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" }, "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agent.entityTypes.create" }, "delete": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}", "id": "dialogflow.projects.locations.agent.entityTypes.delete", "description": "", "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$" } }, "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "batchDelete": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/entityTypes:batchDelete", "description": "", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agent.entityTypes.batchDelete", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes:batchDelete", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest" }, "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent$" } }, "response": { "$ref": "GoogleLongrunningOperation" } }, "get": { "id": "dialogflow.projects.locations.agent.entityTypes.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$", "type": "string", "location": "path", "required": true }, "languageCode": { "type": "string", "location": "query" } }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}", "httpMethod": "GET", "parameterOrder": [ "name" ], "path": "v2beta1/{+name}", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" } }, "batchUpdate": { "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest" }, "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent$" } }, "response": { "$ref": "GoogleLongrunningOperation" }, "id": "dialogflow.projects.locations.agent.entityTypes.batchUpdate", "path": "v2beta1/{+parent}/entityTypes:batchUpdate", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes:batchUpdate", "parameterOrder": [ "parent" ] } }, "resources": { "entities": { "methods": { "batchUpdate": { "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2beta1/{+parent}/entities:batchUpdate", "httpMethod": "POST", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$", "type": "string", "location": "path", "required": true } }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}/entities:batchUpdate", "parameterOrder": [ "parent" ], "description": "", "id": "dialogflow.projects.locations.agent.entityTypes.entities.batchUpdate", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "batchCreate": { "response": { "$ref": "GoogleLongrunningOperation" }, "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest" }, "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$" } }, "parameterOrder": [ "parent" ], "httpMethod": "POST", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}/entities:batchCreate", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/entities:batchCreate", "id": "dialogflow.projects.locations.agent.entityTypes.entities.batchCreate", "description": "" }, "batchDelete": { "parameterOrder": [ "parent" ], "path": "v2beta1/{+parent}/entities:batchDelete", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agent.entityTypes.entities.batchDelete", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}/entities:batchDelete", "httpMethod": "POST", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest" }, "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$", "type": "string", "location": "path", "required": true } } } } } } }, "versions": { "methods": { "get": { "id": "dialogflow.projects.locations.agent.versions.get", "response": { "$ref": "GoogleCloudDialogflowV2beta1Version" }, "httpMethod": "GET", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/versions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/versions/{versionsId}" }, "patch": { "description": "", "httpMethod": "PATCH", "parameterOrder": [ "name" ], "parameters": { "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" }, "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/versions/[^/]+$", "location": "path", "required": true } }, "response": { "$ref": "GoogleCloudDialogflowV2beta1Version" }, "request": { "$ref": "GoogleCloudDialogflowV2beta1Version" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/versions/{versionsId}", "path": "v2beta1/{+name}", "id": "dialogflow.projects.locations.agent.versions.patch" }, "create": { "request": { "$ref": "GoogleCloudDialogflowV2beta1Version" }, "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "location": "path", "required": true } }, "path": "v2beta1/{+parent}/versions", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/versions", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "description": "", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agent.versions.create", "response": { "$ref": "GoogleCloudDialogflowV2beta1Version" } }, "list": { "id": "dialogflow.projects.locations.agent.versions.list", "path": "v2beta1/{+parent}/versions", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/versions", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListVersionsResponse" }, "parameters": { "pageToken": { "location": "query", "type": "string" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "location": "path", "required": true, "type": "string" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" } }, "parameterOrder": [ "parent" ], "httpMethod": "GET" }, "delete": { "parameterOrder": [ "name" ], "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agent.versions.delete", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/versions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/versions/{versionsId}" } } }, "intents": { "methods": { "get": { "id": "dialogflow.projects.locations.agent.intents.get", "description": "", "httpMethod": "GET", "path": "v2beta1/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "parameters": { "languageCode": { "location": "query", "type": "string" }, "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/intents/[^/]+$", "type": "string" }, "intentView": { "type": "string", "enumDescriptions": [ "", "" ], "location": "query", "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ] } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/intents/{intentsId}" }, "delete": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/intents/{intentsId}", "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/intents/[^/]+$", "location": "path", "required": true } }, "description": "", "path": "v2beta1/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "id": "dialogflow.projects.locations.agent.intents.delete", "parameterOrder": [ "name" ] }, "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agent.intents.list", "parameters": { "languageCode": { "location": "query", "type": "string" }, "pageToken": { "location": "query", "type": "string" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "type": "string", "location": "query", "enumDescriptions": [ "", "" ] }, "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "location": "path", "required": true } }, "httpMethod": "GET", "path": "v2beta1/{+parent}/intents", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListIntentsResponse" }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/intents" }, "batchDelete": { "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest" }, "description": "", "response": { "$ref": "GoogleLongrunningOperation" }, "parameterOrder": [ "parent" ], "httpMethod": "POST", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/intents:batchDelete", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent$" } }, "id": "dialogflow.projects.locations.agent.intents.batchDelete", "path": "v2beta1/{+parent}/intents:batchDelete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "response": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "description": "", "request": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/intents", "path": "v2beta1/{+parent}/intents", "id": "dialogflow.projects.locations.agent.intents.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "location": "path", "required": true, "type": "string" }, "languageCode": { "type": "string", "location": "query" }, "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "location": "query", "type": "string", "enumDescriptions": [ "", "" ] } }, "httpMethod": "POST" }, "patch": { "httpMethod": "PATCH", "response": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "intentView": { "type": "string", "enumDescriptions": [ "", "" ], "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "location": "query" }, "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/intents/[^/]+$" }, "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" }, "languageCode": { "type": "string", "location": "query" } }, "id": "dialogflow.projects.locations.agent.intents.patch", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "path": "v2beta1/{+name}", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/intents/{intentsId}", "parameterOrder": [ "name" ] }, "batchUpdate": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/intents:batchUpdate", "path": "v2beta1/{+parent}/intents:batchUpdate", "id": "dialogflow.projects.locations.agent.intents.batchUpdate", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "type": "string", "location": "path", "required": true } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest" }, "description": "", "httpMethod": "POST", "response": { "$ref": "GoogleLongrunningOperation" }, "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } }, "methods": { "export": { "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agent.export", "path": "v2beta1/{+parent}/agent:export", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent:export", "description": "", "httpMethod": "POST", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$" } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1ExportAgentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "restore": { "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1RestoreAgentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2beta1/{+parent}/agent:restore", "id": "dialogflow.projects.locations.agent.restore", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent:restore", "httpMethod": "POST", "description": "", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$" } } }, "import": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent:import", "request": { "$ref": "GoogleCloudDialogflowV2beta1ImportAgentRequest" }, "httpMethod": "POST", "response": { "$ref": "GoogleLongrunningOperation" }, "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string", "location": "path", "required": true } }, "description": "", "path": "v2beta1/{+parent}/agent:import", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agent.import" }, "getValidationResult": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/validationResult", "parameterOrder": [ "parent" ], "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/agent/validationResult", "response": { "$ref": "GoogleCloudDialogflowV2beta1ValidationResult" }, "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.getValidationResult", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$" }, "languageCode": { "type": "string", "location": "query" } } }, "train": { "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent:train", "path": "v2beta1/{+parent}/agent:train", "id": "dialogflow.projects.locations.agent.train", "parameterOrder": [ "parent" ], "httpMethod": "POST", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1TrainAgentRequest" } }, "updateFulfillment": { "request": { "$ref": "GoogleCloudDialogflowV2beta1Fulfillment" }, "path": "v2beta1/{+name}", "id": "dialogflow.projects.locations.agent.updateFulfillment", "parameters": { "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/fulfillment$", "type": "string", "location": "path", "required": true } }, "response": { "$ref": "GoogleCloudDialogflowV2beta1Fulfillment" }, "httpMethod": "PATCH", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/fulfillment", "parameterOrder": [ "name" ], "description": "" }, "getFulfillment": { "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/fulfillment", "description": "", "id": "dialogflow.projects.locations.agent.getFulfillment", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Fulfillment" }, "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/fulfillment$", "location": "path", "required": true } }, "httpMethod": "GET" }, "search": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent:search", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1SearchAgentsResponse" }, "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" }, "pageToken": { "location": "query", "type": "string" } }, "path": "v2beta1/{+parent}/agent:search", "id": "dialogflow.projects.locations.agent.search", "httpMethod": "GET" } } }, "tools": { "methods": { "list": { "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" }, "pageToken": { "location": "query", "type": "string" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.tools.list", "parameterOrder": [ "parent" ], "httpMethod": "GET", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListToolsResponse" }, "description": "", "path": "v2beta1/{+parent}/tools" }, "patch": { "httpMethod": "PATCH", "response": { "$ref": "GoogleCloudDialogflowV2beta1Tool" }, "path": "v2beta1/{+name}", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$", "location": "path", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "id": "dialogflow.projects.locations.tools.patch", "request": { "$ref": "GoogleCloudDialogflowV2beta1Tool" }, "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}" }, "delete": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.tools.delete", "httpMethod": "DELETE", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$" } }, "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}", "description": "" }, "get": { "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$" } }, "description": "", "parameterOrder": [ "name" ], "httpMethod": "GET", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}", "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Tool" }, "id": "dialogflow.projects.locations.tools.get" }, "create": { "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$" }, "toolId": { "location": "query", "type": "string" } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1Tool" }, "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/tools", "response": { "$ref": "GoogleCloudDialogflowV2beta1Tool" }, "description": "", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.tools.create", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools" } } }, "encryptionSpec": { "methods": { "initialize": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/encryptionSpec:initialize", "request": { "$ref": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest" }, "id": "dialogflow.projects.locations.encryptionSpec.initialize", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleLongrunningOperation" }, "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/encryptionSpec$", "type": "string", "location": "path", "required": true } }, "path": "v2beta1/{+name}:initialize", "httpMethod": "POST", "description": "" } } }, "operations": { "methods": { "get": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", "description": "", "response": { "$ref": "GoogleLongrunningOperation" }, "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", "location": "path", "required": true } }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.operations.get", "httpMethod": "GET", "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "cancel": { "id": "dialogflow.projects.locations.operations.cancel", "httpMethod": "POST", "parameterOrder": [ "name" ], "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "path": "v2beta1/{+name}:cancel", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "id": "dialogflow.projects.locations.operations.list", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "httpMethod": "GET", "parameters": { "returnPartialSuccess": { "location": "query", "type": "boolean" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string", "location": "path", "required": true }, "pageToken": { "location": "query", "type": "string" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "filter": { "location": "query", "type": "string" } }, "path": "v2beta1/{+name}/operations", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/operations" } } }, "knowledgeBases": { "methods": { "create": { "id": "dialogflow.projects.locations.knowledgeBases.create", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases", "request": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" }, "description": "", "parameterOrder": [ "parent" ], "httpMethod": "POST", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "path": "v2beta1/{+parent}/knowledgeBases", "response": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" } }, "patch": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}", "path": "v2beta1/{+name}", "description": "", "id": "dialogflow.projects.locations.knowledgeBases.patch", "response": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" }, "request": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "type": "string" }, "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" } }, "httpMethod": "PATCH", "parameterOrder": [ "name" ] }, "delete": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "DELETE", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$" }, "force": { "location": "query", "type": "boolean" } }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.knowledgeBases.delete", "path": "v2beta1/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "description": "" }, "list": { "response": { "$ref": "GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse" }, "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.knowledgeBases.list", "path": "v2beta1/{+parent}/knowledgeBases", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases", "description": "", "parameters": { "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "filter": { "location": "query", "type": "string" }, "pageToken": { "location": "query", "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET" }, "get": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}", "id": "dialogflow.projects.locations.knowledgeBases.get", "path": "v2beta1/{+name}", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$" } }, "response": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" }, "parameterOrder": [ "name" ], "description": "" } }, "resources": { "documents": { "methods": { "import": { "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "type": "string" } }, "description": "", "request": { "$ref": "GoogleCloudDialogflowV2beta1ImportDocumentsRequest" }, "httpMethod": "POST", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents:import", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleLongrunningOperation" }, "id": "dialogflow.projects.locations.knowledgeBases.documents.import", "path": "v2beta1/{+parent}/documents:import" }, "delete": { "httpMethod": "DELETE", "description": "", "id": "dialogflow.projects.locations.knowledgeBases.documents.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "type": "string", "location": "path", "required": true } }, "path": "v2beta1/{+name}", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}" }, "list": { "parameters": { "filter": { "type": "string", "location": "query" }, "pageToken": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "GET", "path": "v2beta1/{+parent}/documents", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.knowledgeBases.documents.list", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListDocumentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "response": { "$ref": "GoogleLongrunningOperation" }, "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents", "request": { "$ref": "GoogleCloudDialogflowV2beta1Document" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "parameterOrder": [ "parent" ], "parameters": { "importGcsCustomMetadata": { "type": "boolean", "location": "query" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "type": "string" } }, "path": "v2beta1/{+parent}/documents", "id": "dialogflow.projects.locations.knowledgeBases.documents.create" }, "patch": { "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "PATCH", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1Document" }, "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "type": "string" }, "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" } }, "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.knowledgeBases.documents.patch", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "description": "" }, "get": { "path": "v2beta1/{+name}", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Document" }, "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "type": "string", "location": "path", "required": true } }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.knowledgeBases.documents.get", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "description": "" }, "reload": { "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "request": { "$ref": "GoogleCloudDialogflowV2beta1ReloadDocumentRequest" }, "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:reload", "path": "v2beta1/{+name}:reload", "httpMethod": "POST", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "type": "string", "location": "path", "required": true } }, "id": "dialogflow.projects.locations.knowledgeBases.documents.reload" } } } } }, "conversationProfiles": { "methods": { "create": { "response": { "$ref": "GoogleCloudDialogflowV2beta1ConversationProfile" }, "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1ConversationProfile" }, "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$" } }, "path": "v2beta1/{+parent}/conversationProfiles", "httpMethod": "POST", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversationProfiles", "id": "dialogflow.projects.locations.conversationProfiles.create", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "path": "v2beta1/{+parent}/conversationProfiles", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListConversationProfilesResponse" }, "description": "", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.conversationProfiles.list", "parameters": { "pageToken": { "location": "query", "type": "string" }, "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" } }, "httpMethod": "GET", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversationProfiles", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "clearSuggestionFeatureConfig": { "path": "v2beta1/{+conversationProfile}:clearSuggestionFeatureConfig", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" }, "parameterOrder": [ "conversationProfile" ], "id": "dialogflow.projects.locations.conversationProfiles.clearSuggestionFeatureConfig", "httpMethod": "POST", "parameters": { "conversationProfile": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$", "location": "path", "required": true } }, "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}:clearSuggestionFeatureConfig", "request": { "$ref": "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest" } }, "setSuggestionFeatureConfig": { "id": "dialogflow.projects.locations.conversationProfiles.setSuggestionFeatureConfig", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "conversationProfile" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "parameters": { "conversationProfile": { "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$", "location": "path", "required": true, "type": "string" } }, "httpMethod": "POST", "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}:setSuggestionFeatureConfig", "path": "v2beta1/{+conversationProfile}:setSuggestionFeatureConfig" }, "delete": { "parameterOrder": [ "name" ], "path": "v2beta1/{+name}", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$", "type": "string" } }, "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE", "id": "dialogflow.projects.locations.conversationProfiles.delete", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}" }, "patch": { "description": "", "httpMethod": "PATCH", "parameterOrder": [ "name" ], "parameters": { "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" }, "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$" } }, "response": { "$ref": "GoogleCloudDialogflowV2beta1ConversationProfile" }, "id": "dialogflow.projects.locations.conversationProfiles.patch", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2beta1ConversationProfile" }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}" }, "get": { "id": "dialogflow.projects.locations.conversationProfiles.get", "response": { "$ref": "GoogleCloudDialogflowV2beta1ConversationProfile" }, "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$" } }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}", "httpMethod": "GET", "description": "", "parameterOrder": [ "name" ], "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "phoneNumbers": { "methods": { "undelete": { "path": "v2beta1/{+name}:undelete", "id": "dialogflow.projects.locations.phoneNumbers.undelete", "request": { "$ref": "GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2beta1PhoneNumber" }, "parameterOrder": [ "name" ], "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/phoneNumbers/{phoneNumbersId}:undelete", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/phoneNumbers/[^/]+$" } }, "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "path": "v2beta1/{+name}", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/phoneNumbers/{phoneNumbersId}", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/phoneNumbers/[^/]+$", "type": "string", "location": "path", "required": true } }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "httpMethod": "DELETE", "id": "dialogflow.projects.locations.phoneNumbers.delete", "response": { "$ref": "GoogleCloudDialogflowV2beta1PhoneNumber" } }, "list": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/phoneNumbers", "parameterOrder": [ "parent" ], "description": "", "httpMethod": "GET", "id": "dialogflow.projects.locations.phoneNumbers.list", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse" }, "path": "v2beta1/{+parent}/phoneNumbers", "parameters": { "showDeleted": { "location": "query", "type": "boolean" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$" }, "pageToken": { "type": "string", "location": "query" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "path": "v2beta1/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2beta1PhoneNumber" }, "id": "dialogflow.projects.locations.phoneNumbers.patch", "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/phoneNumbers/{phoneNumbersId}", "parameters": { "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+/phoneNumbers/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "PATCH", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1PhoneNumber" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "answerRecords": { "methods": { "patch": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/answerRecords/{answerRecordsId}", "description": "", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1AnswerRecord" }, "path": "v2beta1/{+name}", "httpMethod": "PATCH", "request": { "$ref": "GoogleCloudDialogflowV2beta1AnswerRecord" }, "id": "dialogflow.projects.locations.answerRecords.patch", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/answerRecords/[^/]+$" }, "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" } } }, "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/answerRecords", "parameterOrder": [ "parent" ], "parameters": { "pageToken": { "location": "query", "type": "string" }, "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "filter": { "type": "string", "location": "query" }, "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true } }, "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse" }, "path": "v2beta1/{+parent}/answerRecords", "description": "", "id": "dialogflow.projects.locations.answerRecords.list" }, "get": { "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.answerRecords.get", "response": { "$ref": "GoogleCloudDialogflowV2beta1AnswerRecord" }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/answerRecords/[^/]+$" } }, "deprecated": true, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/answerRecords/{answerRecordsId}", "httpMethod": "GET" } } }, "suggestions": { "methods": { "generateStatelessSummary": { "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse" }, "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$" } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest" }, "description": "", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/suggestions:generateStatelessSummary", "path": "v2beta1/{+parent}/suggestions:generateStatelessSummary", "id": "dialogflow.projects.locations.suggestions.generateStatelessSummary" }, "searchKnowledge": { "response": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeResponse" }, "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" } }, "httpMethod": "POST", "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequest" }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/suggestions:searchKnowledge", "path": "v2beta1/{+parent}/suggestions:searchKnowledge", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.suggestions.searchKnowledge", "description": "" } } }, "statelessSuggestion": { "methods": { "generate": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/statelessSuggestion:generate", "id": "dialogflow.projects.locations.statelessSuggestion.generate", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$" } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest" }, "description": "", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse" }, "path": "v2beta1/{+parent}/statelessSuggestion:generate" } } }, "conversations": { "methods": { "list": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations", "description": "", "parameters": { "pageToken": { "type": "string", "location": "query" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" }, "filter": { "type": "string", "location": "query" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" } }, "parameterOrder": [ "parent" ], "httpMethod": "GET", "path": "v2beta1/{+parent}/conversations", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1ListConversationsResponse" }, "id": "dialogflow.projects.locations.conversations.list" }, "ingestContextReferences": { "path": "v2beta1/{+conversation}:ingestContextReferences", "parameterOrder": [ "conversation" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}:ingestContextReferences", "parameters": { "conversation": { "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1IngestContextReferencesRequest" }, "id": "dialogflow.projects.locations.conversations.ingestContextReferences", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2beta1IngestContextReferencesResponse" }, "description": "" }, "get": { "httpMethod": "GET", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "location": "path", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Conversation" }, "id": "dialogflow.projects.locations.conversations.get", "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}" }, "complete": { "path": "v2beta1/{+name}:complete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Conversation" }, "id": "dialogflow.projects.locations.conversations.complete", "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1CompleteConversationRequest" }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}:complete", "httpMethod": "POST", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "location": "path", "required": true } }, "description": "" }, "create": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Conversation" }, "path": "v2beta1/{+parent}/conversations", "parameterOrder": [ "parent" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations", "id": "dialogflow.projects.locations.conversations.create", "request": { "$ref": "GoogleCloudDialogflowV2beta1Conversation" }, "httpMethod": "POST", "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$" }, "conversationId": { "location": "query", "type": "string" } } } }, "resources": { "suggestions": { "methods": { "suggestConversationSummary": { "parameters": { "conversation": { "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "POST", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/suggestions:suggestConversationSummary", "request": { "$ref": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "conversation" ], "id": "dialogflow.projects.locations.conversations.suggestions.suggestConversationSummary", "response": { "$ref": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse" }, "path": "v2beta1/{+conversation}/suggestions:suggestConversationSummary", "description": "" }, "generate": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "conversation": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "type": "string" } }, "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/suggestions:generate", "httpMethod": "POST", "path": "v2beta1/{+conversation}/suggestions:generate", "parameterOrder": [ "conversation" ], "id": "dialogflow.projects.locations.conversations.suggestions.generate", "request": { "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse" } }, "searchKnowledge": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeResponse" }, "id": "dialogflow.projects.locations.conversations.suggestions.searchKnowledge", "httpMethod": "POST", "parameters": { "conversation": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$" } }, "parameterOrder": [ "conversation" ], "path": "v2beta1/{+conversation}/suggestions:searchKnowledge", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/suggestions:searchKnowledge", "request": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequest" } } } }, "messages": { "methods": { "batchCreate": { "response": { "$ref": "GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse" }, "id": "dialogflow.projects.locations.conversations.messages.batchCreate", "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest" }, "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "type": "string" } }, "path": "v2beta1/{+parent}/messages:batchCreate", "description": "", "httpMethod": "POST", "parameterOrder": [ "parent" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/messages:batchCreate", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "type": "string", "location": "path", "required": true } }, "description": "", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/messages", "parameterOrder": [ "parent" ], "path": "v2beta1/{+parent}/messages", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListMessagesResponse" }, "id": "dialogflow.projects.locations.conversations.messages.list" } } }, "participants": { "methods": { "get": { "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.conversations.participants.get", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}", "description": "", "path": "v2beta1/{+name}", "httpMethod": "GET", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Participant" } }, "create": { "response": { "$ref": "GoogleCloudDialogflowV2beta1Participant" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "httpMethod": "POST", "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants", "path": "v2beta1/{+parent}/participants", "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1Participant" }, "id": "dialogflow.projects.locations.conversations.participants.create" }, "analyzeContent": { "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}:analyzeContent", "httpMethod": "POST", "parameters": { "participant": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "location": "path", "required": true } }, "description": "", "path": "v2beta1/{+participant}:analyzeContent", "response": { "$ref": "GoogleCloudDialogflowV2beta1AnalyzeContentResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "participant" ], "id": "dialogflow.projects.locations.conversations.participants.analyzeContent", "request": { "$ref": "GoogleCloudDialogflowV2beta1AnalyzeContentRequest" } }, "list": { "response": { "$ref": "GoogleCloudDialogflowV2beta1ListParticipantsResponse" }, "description": "", "parameterOrder": [ "parent" ], "httpMethod": "GET", "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$" }, "pageToken": { "location": "query", "type": "string" } }, "path": "v2beta1/{+parent}/participants", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants", "id": "dialogflow.projects.locations.conversations.participants.list", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}", "request": { "$ref": "GoogleCloudDialogflowV2beta1Participant" }, "id": "dialogflow.projects.locations.conversations.participants.patch", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1Participant" }, "httpMethod": "PATCH", "parameters": { "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" }, "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "location": "path", "required": true } } } }, "resources": { "suggestions": { "methods": { "suggestKnowledgeAssist": { "httpMethod": "POST", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestKnowledgeAssist", "id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestKnowledgeAssist", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse" }, "request": { "$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/suggestions:suggestKnowledgeAssist" }, "suggestSmartReplies": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$" } }, "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestSmartReplies", "path": "v2beta1/{+parent}/suggestions:suggestSmartReplies", "request": { "$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest" }, "id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestSmartReplies", "response": { "$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse" }, "parameterOrder": [ "parent" ] }, "suggestArticles": { "request": { "$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesRequest" }, "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse" }, "id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestArticles", "description": "", "path": "v2beta1/{+parent}/suggestions:suggestArticles", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestArticles" }, "suggestFaqAnswers": { "path": "v2beta1/{+parent}/suggestions:suggestFaqAnswers", "response": { "$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse" }, "id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestFaqAnswers", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest" }, "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestFaqAnswers", "parameterOrder": [ "parent" ], "httpMethod": "POST", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "location": "path", "required": true, "type": "string" } } } } } } } } }, "generators": { "methods": { "patch": { "id": "dialogflow.projects.locations.generators.patch", "response": { "$ref": "GoogleCloudDialogflowV2beta1Generator" }, "parameterOrder": [ "name" ], "parameters": { "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" }, "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$" } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1Generator" }, "description": "", "httpMethod": "PATCH", "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}" }, "create": { "request": { "$ref": "GoogleCloudDialogflowV2beta1Generator" }, "parameters": { "generatorId": { "location": "query", "type": "string" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string", "location": "path", "required": true } }, "response": { "$ref": "GoogleCloudDialogflowV2beta1Generator" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.generators.create", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators", "description": "", "path": "v2beta1/{+parent}/generators" }, "list": { "id": "dialogflow.projects.locations.generators.list", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1ListGeneratorsResponse" }, "description": "", "parameterOrder": [ "parent" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "pageToken": { "type": "string", "location": "query" } }, "path": "v2beta1/{+parent}/generators", "httpMethod": "GET" }, "delete": { "parameterOrder": [ "name" ], "path": "v2beta1/{+name}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.generators.delete", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$", "type": "string", "location": "path", "required": true } }, "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}" }, "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.generators.get", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}", "description": "", "path": "v2beta1/{+name}", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "GET", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Generator" } } }, "resources": { "evaluations": { "methods": { "get": { "path": "v2beta1/{+name}", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations/{evaluationsId}", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+/evaluations/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "GET", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "id": "dialogflow.projects.locations.generators.evaluations.get", "response": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluation" } }, "create": { "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$", "location": "path", "required": true } }, "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluation" }, "path": "v2beta1/{+parent}/evaluations", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations", "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleLongrunningOperation" }, "description": "", "id": "dialogflow.projects.locations.generators.evaluations.create" }, "list": { "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.generators.evaluations.list", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse" }, "path": "v2beta1/{+parent}/evaluations", "httpMethod": "GET", "description": "", "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$" }, "pageToken": { "type": "string", "location": "query" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" } }, "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations" }, "delete": { "response": { "$ref": "GoogleProtobufEmpty" }, "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations/{evaluationsId}", "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "DELETE", "description": "", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+/evaluations/[^/]+$" } }, "id": "dialogflow.projects.locations.generators.evaluations.delete" } } } } }, "sipTrunks": { "methods": { "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1ListSipTrunksResponse" }, "path": "v2beta1/{+parent}/sipTrunks", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks", "parameters": { "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string", "location": "path", "required": true } }, "description": "", "httpMethod": "GET", "id": "dialogflow.projects.locations.sipTrunks.list" }, "get": { "response": { "$ref": "GoogleCloudDialogflowV2beta1SipTrunk" }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$", "type": "string", "location": "path", "required": true } }, "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}", "id": "dialogflow.projects.locations.sipTrunks.get" }, "create": { "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1SipTrunk" }, "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowV2beta1SipTrunk" }, "httpMethod": "POST", "path": "v2beta1/{+parent}/sipTrunks", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.sipTrunks.create" }, "patch": { "httpMethod": "PATCH", "response": { "$ref": "GoogleCloudDialogflowV2beta1SipTrunk" }, "parameters": { "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$", "type": "string", "location": "path", "required": true } }, "path": "v2beta1/{+name}", "description": "", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.sipTrunks.patch", "request": { "$ref": "GoogleCloudDialogflowV2beta1SipTrunk" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "response": { "$ref": "GoogleProtobufEmpty" }, "description": "", "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.sipTrunks.delete", "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}", "httpMethod": "DELETE", "parameterOrder": [ "name" ], "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$", "type": "string", "location": "path", "required": true } } } } } } }, "operations": { "methods": { "list": { "parameterOrder": [ "name" ], "path": "v2beta1/{+name}/operations", "flatPath": "v2beta1/projects/{projectsId}/operations", "id": "dialogflow.projects.operations.list", "description": "", "httpMethod": "GET", "response": { "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "returnPartialSuccess": { "location": "query", "type": "boolean" }, "name": { "type": "string", "pattern": "^projects/[^/]+$", "location": "path", "required": true }, "pageToken": { "type": "string", "location": "query" }, "filter": { "type": "string", "location": "query" } } }, "get": { "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2beta1/{+name}", "id": "dialogflow.projects.operations.get", "httpMethod": "GET", "parameterOrder": [ "name" ], "description": "", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/operations/[^/]+$", "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/operations/{operationsId}" }, "cancel": { "httpMethod": "POST", "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/operations/[^/]+$" } }, "id": "dialogflow.projects.operations.cancel", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/operations/{operationsId}:cancel", "description": "", "path": "v2beta1/{+name}:cancel" } } }, "generators": { "methods": { "create": { "description": "", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.generators.create", "flatPath": "v2beta1/projects/{projectsId}/generators", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+$" }, "generatorId": { "location": "query", "type": "string" } }, "request": { "$ref": "GoogleCloudDialogflowV2beta1Generator" }, "httpMethod": "POST", "path": "v2beta1/{+parent}/generators", "response": { "$ref": "GoogleCloudDialogflowV2beta1Generator" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1ListGeneratorsResponse" }, "id": "dialogflow.projects.generators.list", "parameterOrder": [ "parent" ], "flatPath": "v2beta1/projects/{projectsId}/generators", "httpMethod": "GET", "parameters": { "pageToken": { "type": "string", "location": "query" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+$", "type": "string" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" } }, "path": "v2beta1/{+parent}/generators" } } }, "answerRecords": { "methods": { "get": { "httpMethod": "GET", "description": "", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/answerRecords/[^/]+$", "location": "path", "required": true } }, "deprecated": true, "flatPath": "v2beta1/projects/{projectsId}/answerRecords/{answerRecordsId}", "id": "dialogflow.projects.answerRecords.get", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1AnswerRecord" }, "path": "v2beta1/{+name}" }, "list": { "description": "", "path": "v2beta1/{+parent}/answerRecords", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.answerRecords.list", "parameterOrder": [ "parent" ], "flatPath": "v2beta1/projects/{projectsId}/answerRecords", "httpMethod": "GET", "parameters": { "pageToken": { "location": "query", "type": "string" }, "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+$" }, "filter": { "location": "query", "type": "string" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" } }, "response": { "$ref": "GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse" } }, "patch": { "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/answerRecords/{answerRecordsId}", "request": { "$ref": "GoogleCloudDialogflowV2beta1AnswerRecord" }, "description": "", "path": "v2beta1/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2beta1AnswerRecord" }, "httpMethod": "PATCH", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/answerRecords/[^/]+$" }, "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" } }, "id": "dialogflow.projects.answerRecords.patch", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "phoneNumbers": { "methods": { "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse" }, "id": "dialogflow.projects.phoneNumbers.list", "flatPath": "v2beta1/projects/{projectsId}/phoneNumbers", "path": "v2beta1/{+parent}/phoneNumbers", "httpMethod": "GET", "description": "", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "pageToken": { "location": "query", "type": "string" }, "showDeleted": { "type": "boolean", "location": "query" }, "parent": { "pattern": "^projects/[^/]+$", "location": "path", "required": true, "type": "string" } } }, "patch": { "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.phoneNumbers.patch", "response": { "$ref": "GoogleCloudDialogflowV2beta1PhoneNumber" }, "request": { "$ref": "GoogleCloudDialogflowV2beta1PhoneNumber" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "httpMethod": "PATCH", "flatPath": "v2beta1/projects/{projectsId}/phoneNumbers/{phoneNumbersId}", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/phoneNumbers/[^/]+$" }, "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" } } }, "undelete": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}:undelete", "request": { "$ref": "GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest" }, "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1PhoneNumber" }, "description": "", "flatPath": "v2beta1/projects/{projectsId}/phoneNumbers/{phoneNumbersId}:undelete", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/phoneNumbers/[^/]+$" } }, "httpMethod": "POST", "id": "dialogflow.projects.phoneNumbers.undelete" }, "delete": { "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1PhoneNumber" }, "id": "dialogflow.projects.phoneNumbers.delete", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/phoneNumbers/[^/]+$" } }, "flatPath": "v2beta1/projects/{projectsId}/phoneNumbers/{phoneNumbersId}", "httpMethod": "DELETE", "path": "v2beta1/{+name}" } } }, "conversationProfiles": { "methods": { "create": { "description": "", "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2beta1ConversationProfile" }, "parameters": { "parent": { "pattern": "^projects/[^/]+$", "location": "path", "required": true, "type": "string" } }, "path": "v2beta1/{+parent}/conversationProfiles", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.conversationProfiles.create", "request": { "$ref": "GoogleCloudDialogflowV2beta1ConversationProfile" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/conversationProfiles" }, "setSuggestionFeatureConfig": { "request": { "$ref": "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest" }, "path": "v2beta1/{+conversationProfile}:setSuggestionFeatureConfig", "flatPath": "v2beta1/projects/{projectsId}/conversationProfiles/{conversationProfilesId}:setSuggestionFeatureConfig", "id": "dialogflow.projects.conversationProfiles.setSuggestionFeatureConfig", "parameterOrder": [ "conversationProfile" ], "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "conversationProfile": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$" } }, "httpMethod": "POST", "response": { "$ref": "GoogleLongrunningOperation" } }, "delete": { "flatPath": "v2beta1/projects/{projectsId}/conversationProfiles/{conversationProfilesId}", "id": "dialogflow.projects.conversationProfiles.delete", "description": "", "parameterOrder": [ "name" ], "path": "v2beta1/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$" } } }, "list": { "id": "dialogflow.projects.conversationProfiles.list", "description": "", "path": "v2beta1/{+parent}/conversationProfiles", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListConversationProfilesResponse" }, "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+$" } }, "flatPath": "v2beta1/projects/{projectsId}/conversationProfiles" }, "patch": { "httpMethod": "PATCH", "parameters": { "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "name": { "type": "string", "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$", "location": "path", "required": true } }, "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1ConversationProfile" }, "path": "v2beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/conversationProfiles/{conversationProfilesId}", "request": { "$ref": "GoogleCloudDialogflowV2beta1ConversationProfile" }, "description": "", "id": "dialogflow.projects.conversationProfiles.patch" }, "get": { "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1ConversationProfile" }, "description": "", "httpMethod": "GET", "id": "dialogflow.projects.conversationProfiles.get", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$" } }, "flatPath": "v2beta1/projects/{projectsId}/conversationProfiles/{conversationProfilesId}", "path": "v2beta1/{+name}" }, "clearSuggestionFeatureConfig": { "response": { "$ref": "GoogleLongrunningOperation" }, "id": "dialogflow.projects.conversationProfiles.clearSuggestionFeatureConfig", "path": "v2beta1/{+conversationProfile}:clearSuggestionFeatureConfig", "parameterOrder": [ "conversationProfile" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest" }, "flatPath": "v2beta1/projects/{projectsId}/conversationProfiles/{conversationProfilesId}:clearSuggestionFeatureConfig", "httpMethod": "POST", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "conversationProfile": { "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$", "location": "path", "required": true, "type": "string" } } } } }, "conversations": { "methods": { "create": { "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+$", "location": "path", "required": true }, "conversationId": { "location": "query", "type": "string" } }, "flatPath": "v2beta1/projects/{projectsId}/conversations", "request": { "$ref": "GoogleCloudDialogflowV2beta1Conversation" }, "path": "v2beta1/{+parent}/conversations", "httpMethod": "POST", "parameterOrder": [ "parent" ], "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Conversation" }, "id": "dialogflow.projects.conversations.create" }, "get": { "path": "v2beta1/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2beta1Conversation" }, "httpMethod": "GET", "id": "dialogflow.projects.conversations.get", "parameters": { "name": { "pattern": "^projects/[^/]+/conversations/[^/]+$", "type": "string", "location": "path", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameterOrder": [ "name" ], "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}" }, "complete": { "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/conversations/[^/]+$", "location": "path", "required": true } }, "httpMethod": "POST", "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}:complete", "request": { "$ref": "GoogleCloudDialogflowV2beta1CompleteConversationRequest" }, "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Conversation" }, "id": "dialogflow.projects.conversations.complete", "path": "v2beta1/{+name}:complete", "description": "" }, "list": { "flatPath": "v2beta1/projects/{projectsId}/conversations", "httpMethod": "GET", "parameterOrder": [ "parent" ], "path": "v2beta1/{+parent}/conversations", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+$" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "pageToken": { "type": "string", "location": "query" }, "filter": { "location": "query", "type": "string" } }, "id": "dialogflow.projects.conversations.list", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListConversationsResponse" } } }, "resources": { "suggestions": { "methods": { "suggestConversationSummary": { "parameters": { "conversation": { "pattern": "^projects/[^/]+/conversations/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "POST", "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/suggestions:suggestConversationSummary", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest" }, "id": "dialogflow.projects.conversations.suggestions.suggestConversationSummary", "path": "v2beta1/{+conversation}/suggestions:suggestConversationSummary", "parameterOrder": [ "conversation" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "searchKnowledge": { "id": "dialogflow.projects.conversations.suggestions.searchKnowledge", "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/suggestions:searchKnowledge", "httpMethod": "POST", "parameters": { "conversation": { "pattern": "^projects/[^/]+/conversations/[^/]+$", "type": "string", "location": "path", "required": true } }, "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeResponse" }, "parameterOrder": [ "conversation" ], "path": "v2beta1/{+conversation}/suggestions:searchKnowledge", "request": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "generate": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse" }, "id": "dialogflow.projects.conversations.suggestions.generate", "request": { "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest" }, "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/suggestions:generate", "parameters": { "conversation": { "type": "string", "pattern": "^projects/[^/]+/conversations/[^/]+$", "location": "path", "required": true } }, "parameterOrder": [ "conversation" ], "httpMethod": "POST", "path": "v2beta1/{+conversation}/suggestions:generate", "description": "" } } }, "messages": { "methods": { "batchCreate": { "response": { "$ref": "GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse" }, "path": "v2beta1/{+parent}/messages:batchCreate", "request": { "$ref": "GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "parameters": { "parent": { "pattern": "^projects/[^/]+/conversations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/messages:batchCreate", "description": "", "httpMethod": "POST", "id": "dialogflow.projects.conversations.messages.batchCreate" }, "list": { "response": { "$ref": "GoogleCloudDialogflowV2beta1ListMessagesResponse" }, "path": "v2beta1/{+parent}/messages", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "filter": { "location": "query", "type": "string" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "pattern": "^projects/[^/]+/conversations/[^/]+$", "type": "string", "location": "path", "required": true } }, "id": "dialogflow.projects.conversations.messages.list", "parameterOrder": [ "parent" ], "httpMethod": "GET", "description": "", "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/messages" } } }, "participants": { "methods": { "analyzeContent": { "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2beta1AnalyzeContentResponse" }, "parameters": { "participant": { "type": "string", "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "location": "path", "required": true } }, "path": "v2beta1/{+participant}:analyzeContent", "description": "", "parameterOrder": [ "participant" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}:analyzeContent", "id": "dialogflow.projects.conversations.participants.analyzeContent", "request": { "$ref": "GoogleCloudDialogflowV2beta1AnalyzeContentRequest" } }, "create": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants", "httpMethod": "POST", "parameters": { "parent": { "pattern": "^projects/[^/]+/conversations/[^/]+$", "type": "string", "location": "path", "required": true } }, "path": "v2beta1/{+parent}/participants", "request": { "$ref": "GoogleCloudDialogflowV2beta1Participant" }, "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1Participant" }, "parameterOrder": [ "parent" ], "id": "dialogflow.projects.conversations.participants.create" }, "get": { "path": "v2beta1/{+name}", "id": "dialogflow.projects.conversations.participants.get", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Participant" }, "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "description": "", "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}" }, "patch": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.conversations.participants.patch", "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}", "httpMethod": "PATCH", "path": "v2beta1/{+name}", "description": "", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1Participant" }, "response": { "$ref": "GoogleCloudDialogflowV2beta1Participant" } }, "list": { "httpMethod": "GET", "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants", "parameters": { "pageToken": { "location": "query", "type": "string" }, "parent": { "pattern": "^projects/[^/]+/conversations/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" } }, "id": "dialogflow.projects.conversations.participants.list", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListParticipantsResponse" }, "path": "v2beta1/{+parent}/participants", "parameterOrder": [ "parent" ] } }, "resources": { "suggestions": { "methods": { "suggestArticles": { "path": "v2beta1/{+parent}/suggestions:suggestArticles", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$" } }, "httpMethod": "POST", "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestArticles", "request": { "$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesRequest" }, "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse" }, "id": "dialogflow.projects.conversations.participants.suggestions.suggestArticles" }, "list": { "response": { "$ref": "GoogleCloudDialogflowV2beta1ListSuggestionsResponse" }, "parameterOrder": [ "parent" ], "path": "v2beta1/{+parent}/suggestions", "parameters": { "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "pageToken": { "type": "string", "location": "query" }, "filter": { "type": "string", "location": "query" }, "parent": { "type": "string", "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "location": "path", "required": true } }, "deprecated": true, "description": "", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.conversations.participants.suggestions.list", "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions" }, "compile": { "request": { "$ref": "GoogleCloudDialogflowV2beta1CompileSuggestionRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2beta1CompileSuggestionResponse" }, "parameterOrder": [ "parent" ], "httpMethod": "POST", "parameters": { "parent": { "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "type": "string", "location": "path", "required": true } }, "deprecated": true, "description": "", "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:compile", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/suggestions:compile", "id": "dialogflow.projects.conversations.participants.suggestions.compile" }, "suggestSmartReplies": { "parameterOrder": [ "parent" ], "description": "", "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestSmartReplies", "path": "v2beta1/{+parent}/suggestions:suggestSmartReplies", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest" }, "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "location": "path", "required": true } }, "id": "dialogflow.projects.conversations.participants.suggestions.suggestSmartReplies", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse" } }, "suggestFaqAnswers": { "request": { "$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest" }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+parent}/suggestions:suggestFaqAnswers", "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestFaqAnswers", "response": { "$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse" }, "httpMethod": "POST", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.conversations.participants.suggestions.suggestFaqAnswers", "parameters": { "parent": { "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "type": "string", "location": "path", "required": true } } }, "suggestKnowledgeAssist": { "id": "dialogflow.projects.conversations.participants.suggestions.suggestKnowledgeAssist", "flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestKnowledgeAssist", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$" } }, "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse" }, "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest" }, "path": "v2beta1/{+parent}/suggestions:suggestKnowledgeAssist", "parameterOrder": [ "parent" ] } } } } } } }, "knowledgeBases": { "resources": { "documents": { "methods": { "get": { "id": "dialogflow.projects.knowledgeBases.documents.get", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1Document" }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2beta1/{+name}", "httpMethod": "GET", "flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "parameters": { "name": { "pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "type": "string", "location": "path", "required": true } } }, "create": { "id": "dialogflow.projects.knowledgeBases.documents.create", "parameters": { "importGcsCustomMetadata": { "location": "query", "type": "boolean" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$", "type": "string" } }, "httpMethod": "POST", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2beta1Document" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents", "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2beta1/{+parent}/documents", "parameterOrder": [ "parent" ] }, "reload": { "request": { "$ref": "GoogleCloudDialogflowV2beta1ReloadDocumentRequest" }, "path": "v2beta1/{+name}:reload", "description": "", "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$" } }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.knowledgeBases.documents.reload", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:reload" }, "patch": { "id": "dialogflow.projects.knowledgeBases.documents.patch", "httpMethod": "PATCH", "response": { "$ref": "GoogleLongrunningOperation" }, "parameters": { "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "name": { "type": "string", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "location": "path", "required": true } }, "description": "", "request": { "$ref": "GoogleCloudDialogflowV2beta1Document" }, "path": "v2beta1/{+name}", "flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ] }, "delete": { "flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "path": "v2beta1/{+name}", "description": "", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "type": "string" } }, "httpMethod": "DELETE", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.knowledgeBases.documents.delete" }, "import": { "request": { "$ref": "GoogleCloudDialogflowV2beta1ImportDocumentsRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$", "type": "string" } }, "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "id": "dialogflow.projects.knowledgeBases.documents.import", "path": "v2beta1/{+parent}/documents:import", "flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents:import" }, "list": { "parameterOrder": [ "parent" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListDocumentsResponse" }, "id": "dialogflow.projects.knowledgeBases.documents.list", "flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "path": "v2beta1/{+parent}/documents", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$", "type": "string" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "filter": { "location": "query", "type": "string" }, "pageToken": { "type": "string", "location": "query" } } } } } }, "methods": { "delete": { "httpMethod": "DELETE", "parameters": { "force": { "location": "query", "type": "boolean" }, "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$" } }, "flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}", "path": "v2beta1/{+name}", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleProtobufEmpty" }, "description": "", "id": "dialogflow.projects.knowledgeBases.delete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "parameterOrder": [ "parent" ], "path": "v2beta1/{+parent}/knowledgeBases", "description": "", "flatPath": "v2beta1/projects/{projectsId}/knowledgeBases", "response": { "$ref": "GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse" }, "id": "dialogflow.projects.knowledgeBases.list", "parameters": { "pageToken": { "location": "query", "type": "string" }, "parent": { "pattern": "^projects/[^/]+$", "type": "string", "location": "path", "required": true }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "filter": { "location": "query", "type": "string" } }, "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "parameters": { "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" }, "name": { "type": "string", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$", "location": "path", "required": true } }, "httpMethod": "PATCH", "id": "dialogflow.projects.knowledgeBases.patch", "response": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" }, "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" }, "path": "v2beta1/{+name}", "description": "", "flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}" }, "get": { "path": "v2beta1/{+name}", "httpMethod": "GET", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$", "type": "string" } }, "flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}", "description": "", "id": "dialogflow.projects.knowledgeBases.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" }, "parameterOrder": [ "name" ] }, "create": { "path": "v2beta1/{+parent}/knowledgeBases", "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+$", "location": "path", "required": true } }, "flatPath": "v2beta1/projects/{projectsId}/knowledgeBases", "httpMethod": "POST", "description": "", "id": "dialogflow.projects.knowledgeBases.create", "response": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" }, "request": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" }, "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "suggestions": { "methods": { "generateStatelessSummary": { "request": { "$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest" }, "id": "dialogflow.projects.suggestions.generateStatelessSummary", "description": "", "flatPath": "v2beta1/projects/{projectsId}/suggestions:generateStatelessSummary", "parameterOrder": [ "parent" ], "path": "v2beta1/{+parent}/suggestions:generateStatelessSummary", "response": { "$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse" }, "parameters": { "parent": { "pattern": "^projects/[^/]+$", "location": "path", "required": true, "type": "string" } }, "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "searchKnowledge": { "flatPath": "v2beta1/projects/{projectsId}/suggestions:searchKnowledge", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+$" } }, "id": "dialogflow.projects.suggestions.searchKnowledge", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequest" }, "path": "v2beta1/{+parent}/suggestions:searchKnowledge", "response": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeResponse" }, "parameterOrder": [ "parent" ], "description": "" } } } } } }, "protocol": "rest", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowV2IntentMessageBasicCard": { "id": "GoogleCloudDialogflowV2IntentMessageBasicCard", "type": "object", "properties": { "formattedText": { "type": "string" }, "subtitle": { "type": "string" }, "title": { "type": "string" }, "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButton" }, "type": "array" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" } } }, "GoogleCloudDialogflowCxV3beta1TestError": { "type": "object", "properties": { "testCase": { "type": "string" }, "testTime": { "format": "google-datetime", "type": "string" }, "status": { "$ref": "GoogleRpcStatus" } }, "id": "GoogleCloudDialogflowCxV3beta1TestError" }, "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue": { "properties": { "resolvedValue": { "type": "any" }, "originalValue": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue" }, "GoogleCloudDialogflowV2IntentMessageText": { "id": "GoogleCloudDialogflowV2IntentMessageText", "type": "object", "properties": { "text": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs": { "id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs", "properties": { "dataStores": { "items": { "type": "string" }, "type": "array" }, "spec": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ToolExtensionTool": { "type": "object", "properties": { "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ToolExtensionTool" }, "GoogleCloudDialogflowV2beta1Fulfillment": { "type": "object", "properties": { "features": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1FulfillmentFeature" } }, "genericWebService": { "$ref": "GoogleCloudDialogflowV2beta1FulfillmentGenericWebService" }, "name": { "type": "string" }, "displayName": { "type": "string" }, "enabled": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2beta1Fulfillment" }, "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies": { "id": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies", "type": "object", "properties": { "quickReplies": { "type": "array", "items": { "type": "string" } }, "title": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ExportAgentRequest": { "properties": { "agentUri": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ExportAgentRequest" }, "GoogleCloudDialogflowV2beta1ToolConnectorTool": { "type": "object", "properties": { "actions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1ToolConnectorToolAction" }, "type": "array" }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ToolConnectorTool" }, "GoogleCloudDialogflowCxV3TestRunDifference": { "properties": { "description": { "type": "string" }, "type": { "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string", "enum": [ "DIFF_TYPE_UNSPECIFIED", "INTENT", "PAGE", "PARAMETERS", "UTTERANCE", "FLOW" ] } }, "id": "GoogleCloudDialogflowCxV3TestRunDifference", "type": "object" }, "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec": { "properties": { "interpolationType": { "enum": [ "INTERPOLATION_TYPE_UNSPECIFIED", "LINEAR" ], "type": "string", "enumDescriptions": [ "", "" ] }, "fieldName": { "type": "string" }, "attributeType": { "enumDescriptions": [ "", "", "" ], "enum": [ "ATTRIBUTE_TYPE_UNSPECIFIED", "NUMERICAL", "FRESHNESS" ], "type": "string" }, "controlPoints": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec", "type": "object" }, "GoogleCloudDialogflowCxV3ConversationTurnUserInput": { "type": "object", "id": "GoogleCloudDialogflowCxV3ConversationTurnUserInput", "properties": { "enableSentimentAnalysis": { "type": "boolean" }, "isWebhookEnabled": { "type": "boolean" }, "input": { "$ref": "GoogleCloudDialogflowCxV3QueryInput" }, "injectedParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } } }, "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummary": { "id": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummary", "type": "object", "properties": { "textSections": { "additionalProperties": { "type": "string" }, "type": "object" }, "answerRecord": { "type": "string" }, "sortedTextSections": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection" }, "type": "array" }, "text": { "type": "string" }, "baselineModelVersion": { "type": "string" } } }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase": { "properties": { "condition": { "type": "string" }, "caseContent": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial": { "properties": { "phoneNumber": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial", "type": "object" }, "GoogleCloudDialogflowV2beta1Document": { "type": "object", "properties": { "displayName": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "type": "string" } }, "rawContent": { "type": "string", "format": "byte" }, "state": { "enum": [ "STATE_UNSPECIFIED", "CREATING", "ACTIVE", "UPDATING", "RELOADING", "DELETING" ], "enumDescriptions": [ "", "", "", "", "", "" ], "readOnly": true, "type": "string" }, "contentUri": { "type": "string" }, "mimeType": { "type": "string" }, "knowledgeTypes": { "type": "array", "items": { "enum": [ "KNOWLEDGE_TYPE_UNSPECIFIED", "FAQ", "EXTRACTIVE_QA", "ARTICLE_SUGGESTION", "AGENT_FACING_SMART_REPLY", "SMART_REPLY" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" } }, "content": { "deprecated": true, "type": "string" }, "enableAutoReload": { "type": "boolean" }, "latestReloadStatus": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1DocumentReloadStatus" }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1Document" }, "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken": { "properties": { "section": { "readOnly": true, "type": "string" }, "tokenCount": { "type": "string", "readOnly": true, "format": "int64" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken" }, "GoogleCloudDialogflowV2beta1SuggestArticlesRequest": { "id": "GoogleCloudDialogflowV2beta1SuggestArticlesRequest", "type": "object", "properties": { "contextSize": { "type": "integer", "format": "int32" }, "latestMessage": { "type": "string" }, "assistQueryParams": { "$ref": "GoogleCloudDialogflowV2beta1AssistQueryParameters" } } }, "GoogleCloudLocationLocation": { "properties": { "labels": { "additionalProperties": { "type": "string" }, "type": "object" }, "name": { "type": "string" }, "metadata": { "additionalProperties": { "description": "Properties of the object. Contains field @type with type URL.", "type": "any" }, "type": "object" }, "displayName": { "type": "string" }, "locationId": { "type": "string" } }, "id": "GoogleCloudLocationLocation", "type": "object" }, "GoogleCloudDialogflowV2beta1ListToolsResponse": { "id": "GoogleCloudDialogflowV2beta1ListToolsResponse", "properties": { "tools": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Tool" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition": { "id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition", "type": "object", "deprecated": true, "properties": { "accuracyDecomposition": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition" }, "adherenceDecomposition": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition" } } }, "GoogleCloudDialogflowV2ImportConversationDataOperationMetadata": { "properties": { "createTime": { "type": "string", "format": "google-datetime" }, "conversationDataset": { "type": "string" }, "partialFailures": { "type": "array", "items": { "$ref": "GoogleRpcStatus" } } }, "id": "GoogleCloudDialogflowV2ImportConversationDataOperationMetadata", "type": "object" }, "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsOverallScoresByMetric": { "type": "object", "properties": { "metric": { "readOnly": true, "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsOverallScoresByMetric" }, "GoogleCloudDialogflowV2KnowledgeOperationMetadata": { "id": "GoogleCloudDialogflowV2KnowledgeOperationMetadata", "type": "object", "properties": { "exportOperationMetadata": { "$ref": "GoogleCloudDialogflowV2ExportOperationMetadata" }, "doneTime": { "format": "google-datetime", "type": "string" }, "knowledgeBase": { "type": "string" }, "state": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "readOnly": true, "enum": [ "STATE_UNSPECIFIED", "PENDING", "RUNNING", "DONE" ] } } }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem", "properties": { "openUriAction": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" }, "title": { "type": "string" }, "footer": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "description": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageSimpleResponses": { "properties": { "simpleResponses": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageSimpleResponse" } } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageSimpleResponses" }, "GoogleCloudDialogflowV2beta1GcsSource": { "id": "GoogleCloudDialogflowV2beta1GcsSource", "properties": { "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1GcsDestination": { "type": "object", "properties": { "uri": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1GcsDestination" }, "GoogleCloudDialogflowV2beta1ToolConnectorToolAction": { "properties": { "connectionActionId": { "type": "string" }, "outputFields": { "type": "array", "items": { "type": "string" } }, "inputFields": { "items": { "type": "string" }, "type": "array" }, "entityOperation": { "$ref": "GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ToolConnectorToolAction" }, "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail": { "id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail", "properties": { "summarySections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection" }, "readOnly": true }, "sectionTokens": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken" }, "readOnly": true, "type": "array" }, "metricDetails": { "readOnly": true, "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail" } }, "messageEntries": { "type": "array", "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2beta1MessageEntry" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TestConfig": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TestConfig", "properties": { "flow": { "type": "string" }, "trackingParameters": { "type": "array", "items": { "type": "string" } }, "page": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1Intent": { "properties": { "mlEnabled": { "deprecated": true, "type": "boolean" }, "isFallback": { "type": "boolean" }, "parameters": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentParameter" }, "type": "array" }, "displayName": { "type": "string" }, "action": { "type": "string" }, "parentFollowupIntentName": { "type": "string" }, "endInteraction": { "type": "boolean" }, "messages": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" }, "type": "array" }, "webhookState": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "WEBHOOK_STATE_UNSPECIFIED", "WEBHOOK_STATE_ENABLED", "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING" ] }, "rootFollowupIntentName": { "type": "string", "readOnly": true }, "priority": { "type": "integer", "format": "int32" }, "followupIntentInfo": { "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo" }, "type": "array" }, "name": { "type": "string" }, "events": { "items": { "type": "string" }, "type": "array" }, "trainingPhrases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase" } }, "inputContextNames": { "items": { "type": "string" }, "type": "array" }, "outputContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" } }, "liveAgentHandoff": { "type": "boolean" }, "mlDisabled": { "type": "boolean" }, "resetContexts": { "type": "boolean" }, "defaultResponsePlatforms": { "type": "array", "items": { "type": "string", "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "TELEPHONY", "GOOGLE_HANGOUTS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ] } } }, "id": "GoogleCloudDialogflowV2beta1Intent", "type": "object" }, "GoogleCloudDialogflowV2beta1EnvironmentHistory": { "properties": { "nextPageToken": { "readOnly": true, "type": "string" }, "parent": { "type": "string", "readOnly": true }, "entries": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry" }, "readOnly": true } }, "id": "GoogleCloudDialogflowV2beta1EnvironmentHistory", "type": "object" }, "GoogleCloudDialogflowV2beta1Agent": { "type": "object", "id": "GoogleCloudDialogflowV2beta1Agent", "properties": { "description": { "type": "string" }, "defaultLanguageCode": { "type": "string" }, "matchMode": { "enumDescriptions": [ "", "", "" ], "deprecated": true, "type": "string", "enum": [ "MATCH_MODE_UNSPECIFIED", "MATCH_MODE_HYBRID", "MATCH_MODE_ML_ONLY" ] }, "apiVersion": { "enum": [ "API_VERSION_UNSPECIFIED", "API_VERSION_V1", "API_VERSION_V2", "API_VERSION_V2_BETA_1" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "timeZone": { "type": "string" }, "parent": { "type": "string" }, "displayName": { "type": "string" }, "enableLogging": { "type": "boolean" }, "avatarUri": { "type": "string" }, "supportedLanguageCodes": { "type": "array", "items": { "type": "string" } }, "tier": { "enumDeprecated": [ false, false, false, true ], "enumDescriptions": [ "", "", "", "" ], "enum": [ "TIER_UNSPECIFIED", "TIER_STANDARD", "TIER_ENTERPRISE", "TIER_ENTERPRISE_PLUS" ], "type": "string" }, "classificationThreshold": { "format": "float", "type": "number" } } }, "GoogleCloudDialogflowCxV3FormParameterFillBehavior": { "id": "GoogleCloudDialogflowCxV3FormParameterFillBehavior", "properties": { "initialPromptFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "repromptEventHandlers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3EventHandler" } } }, "type": "object" }, "GoogleCloudLocationListLocationsResponse": { "id": "GoogleCloudLocationListLocationsResponse", "properties": { "nextPageToken": { "type": "string" }, "locations": { "type": "array", "items": { "$ref": "GoogleCloudLocationLocation" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata": { "properties": {}, "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata", "type": "object" }, "GoogleCloudDialogflowCxV3beta1PageInfo": { "id": "GoogleCloudDialogflowCxV3beta1PageInfo", "properties": { "displayName": { "type": "string" }, "currentPage": { "type": "string" }, "formInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1Connection": { "properties": { "updateTime": { "format": "google-datetime", "type": "string", "readOnly": true }, "state": { "enumDescriptions": [ "", "", "", "", "" ], "type": "string", "readOnly": true, "enum": [ "STATE_UNSPECIFIED", "CONNECTED", "DISCONNECTED", "AUTHENTICATION_FAILED", "KEEPALIVE" ] }, "connectionId": { "type": "string", "readOnly": true }, "errorDetails": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1ConnectionErrorDetails" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1Connection" }, "GoogleCloudDialogflowV2beta1ProbeDetails": { "type": "object", "properties": { "probeStatus": { "enum": [ "PROBE_STATUS_UNSPECIFIED", "PROBE_STATUS_SUCCESS", "PROBE_STATUS_FAILED" ], "type": "string", "readOnly": true, "enumDescriptions": [ "", "", "" ] }, "optionsLatency": { "format": "google-duration", "type": "string", "readOnly": true }, "initTime": { "format": "google-datetime", "readOnly": true, "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ProbeDetails" }, "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata", "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1EncryptionSpec": { "type": "object", "properties": { "name": { "type": "string" }, "kmsKey": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1EncryptionSpec" }, "GoogleCloudDialogflowCxV3AdvancedSettings": { "properties": { "speechSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings" }, "dtmfSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings" }, "audioExportGcsDestination": { "$ref": "GoogleCloudDialogflowCxV3GcsDestination" }, "loggingSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties": { "properties": { "header": { "type": "string" }, "horizontalAlignment": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "HORIZONTAL_ALIGNMENT_UNSPECIFIED", "LEADING", "CENTER", "TRAILING" ], "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties" }, "GoogleCloudDialogflowV2beta1ListVersionsResponse": { "type": "object", "properties": { "versions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Version" } }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ListVersionsResponse" }, "GoogleCloudDialogflowV2IntentTrainingPhrasePart": { "properties": { "text": { "type": "string" }, "userDefined": { "type": "boolean" }, "entityType": { "type": "string" }, "alias": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentTrainingPhrasePart", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBasicCardButton": { "properties": { "openUriAction": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction" }, "title": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageBasicCardButton" }, "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2beta1CustomPronunciationParams": { "type": "object", "properties": { "phrase": { "type": "string" }, "phoneticEncoding": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "PHONETIC_ENCODING_UNSPECIFIED", "PHONETIC_ENCODING_IPA", "PHONETIC_ENCODING_X_SAMPA" ] }, "pronunciation": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1CustomPronunciationParams" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall": { "type": "object", "properties": { "phoneNumber": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall" }, "GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse": { "properties": { "knowledgeBases": { "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse" }, "GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest": { "id": "GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TextInput": { "properties": { "text": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TextInput" }, "GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata": { "type": "object", "properties": {}, "id": "GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata" }, "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart": { "id": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart", "properties": { "parameterId": { "type": "string" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo": { "type": "object", "id": "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo", "properties": { "toolCall": { "$ref": "GoogleCloudDialogflowV2ToolCall" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowV2ToolCallResult" } } }, "GoogleCloudDialogflowV2beta1ConversationContext": { "id": "GoogleCloudDialogflowV2beta1ConversationContext", "type": "object", "properties": { "messageEntries": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1MessageEntry" } } } }, "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff", "properties": { "metadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } } }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton", "type": "object", "properties": { "title": { "type": "string" }, "openUriAction": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction" } } }, "GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata": { "type": "object", "id": "GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata", "properties": { "createTime": { "format": "google-datetime", "type": "string" }, "conversationModel": { "type": "string" }, "doneTime": { "type": "string", "format": "google-datetime" } } }, "GoogleCloudDialogflowV2SpeechWordInfo": { "type": "object", "properties": { "confidence": { "format": "float", "type": "number" }, "endOffset": { "type": "string", "format": "google-duration" }, "word": { "type": "string" }, "startOffset": { "type": "string", "format": "google-duration" } }, "id": "GoogleCloudDialogflowV2SpeechWordInfo" }, "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction": { "id": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2Intent": { "id": "GoogleCloudDialogflowV2Intent", "properties": { "liveAgentHandoff": { "type": "boolean" }, "endInteraction": { "type": "boolean" }, "mlDisabled": { "type": "boolean" }, "priority": { "format": "int32", "type": "integer" }, "resetContexts": { "type": "boolean" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" } }, "action": { "type": "string" }, "trainingPhrases": { "items": { "$ref": "GoogleCloudDialogflowV2IntentTrainingPhrase" }, "type": "array" }, "parentFollowupIntentName": { "type": "string" }, "events": { "items": { "type": "string" }, "type": "array" }, "followupIntentInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentFollowupIntentInfo" }, "readOnly": true }, "isFallback": { "type": "boolean" }, "parameters": { "items": { "$ref": "GoogleCloudDialogflowV2IntentParameter" }, "type": "array" }, "outputContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2Context" } }, "name": { "type": "string" }, "webhookState": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "WEBHOOK_STATE_UNSPECIFIED", "WEBHOOK_STATE_ENABLED", "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING" ] }, "defaultResponsePlatforms": { "items": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "GOOGLE_HANGOUTS" ] }, "type": "array" }, "displayName": { "type": "string" }, "inputContextNames": { "items": { "type": "string" }, "type": "array" }, "rootFollowupIntentName": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo": { "id": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo", "type": "object", "properties": { "ingestionStatus": { "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string", "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" ] }, "parameter": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageCard": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageCard", "properties": { "buttons": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCardButton" } }, "title": { "type": "string" }, "subtitle": { "type": "string" }, "imageUri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3TextInput": { "properties": { "text": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3TextInput" }, "GoogleCloudDialogflowV2beta1PhoneNumberAllowedSipTrunks": { "type": "object", "properties": { "carrierIds": { "items": { "type": "string" }, "type": "array" }, "sipTrunks": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowV2beta1PhoneNumberAllowedSipTrunks" }, "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", "id": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents" }, "GoogleCloudDialogflowV2IntentMessageCard": { "id": "GoogleCloudDialogflowV2IntentMessageCard", "type": "object", "properties": { "imageUri": { "type": "string" }, "buttons": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageCardButton" } }, "title": { "type": "string" }, "subtitle": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1DtmfInput": { "id": "GoogleCloudDialogflowCxV3beta1DtmfInput", "properties": { "finishDigit": { "type": "string" }, "digits": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ListIntentsResponse": { "id": "GoogleCloudDialogflowV2beta1ListIntentsResponse", "properties": { "intents": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageQuickReplies": { "type": "object", "properties": { "quickReplies": { "type": "array", "items": { "type": "string" } }, "title": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageQuickReplies" }, "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig": { "id": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig", "type": "object", "properties": { "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService" }, "service": { "type": "string" } } }, "GoogleCloudDialogflowV2ToolCall": { "type": "object", "properties": { "tool": { "type": "string" }, "createTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "cesToolset": { "type": "string" }, "toolDisplayDetails": { "type": "string" }, "inputParameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "cesApp": { "type": "string" }, "state": { "type": "string", "readOnly": true, "enum": [ "STATE_UNSPECIFIED", "TRIGGERED", "NEEDS_CONFIRMATION" ], "enumDescriptions": [ "", "", "" ] }, "cesTool": { "type": "string" }, "toolDisplayName": { "type": "string" }, "action": { "type": "string" }, "answerRecord": { "type": "string" } }, "id": "GoogleCloudDialogflowV2ToolCall" }, "GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest": { "type": "object", "properties": { "entities": { "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity" }, "type": "array" }, "languageCode": { "type": "string" }, "updateMask": { "format": "google-fieldmask", "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest" }, "GoogleCloudDialogflowV2beta1SipTrunk": { "type": "object", "properties": { "expectedHostname": { "type": "array", "items": { "type": "string" } }, "googleRootCertFile": { "enumDescriptions": [ "", "" ], "enum": [ "CERT_FILE_UNSPECIFIED", "EXTERNAL_PRIVATE_CA" ], "type": "string" }, "name": { "type": "string" }, "displayName": { "type": "string" }, "connections": { "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2beta1Connection" }, "type": "array" }, "peerHostnames": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SipHostname" } } }, "id": "GoogleCloudDialogflowV2beta1SipTrunk" }, "GoogleCloudDialogflowV2beta1GeneratorEvaluation": { "type": "object", "properties": { "name": { "type": "string", "readOnly": true }, "satisfiesPzs": { "readOnly": true, "type": "boolean" }, "satisfiesPzi": { "readOnly": true, "type": "boolean" }, "initialGenerator": { "$ref": "GoogleCloudDialogflowV2beta1Generator" }, "generatorEvaluationConfig": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig" }, "summarizationMetrics": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetrics" }, "completeTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "displayName": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "evaluationStatus": { "$ref": "GoogleCloudDialogflowV2beta1EvaluationStatus", "readOnly": true } }, "id": "GoogleCloudDialogflowV2beta1GeneratorEvaluation" }, "GoogleCloudDialogflowV2IntentMessageCardButton": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageCardButton", "properties": { "postback": { "type": "string" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata": { "type": "object", "properties": { "createTime": { "type": "string", "format": "google-datetime" }, "state": { "type": "string", "enum": [ "STATE_UNSPECIFIED", "INITIALIZING", "RUNNING", "CANCELLED", "SUCCEEDED", "FAILED" ], "enumDescriptions": [ "", "", "", "", "", "" ] }, "conversationModelEvaluation": { "type": "string" }, "conversationModel": { "type": "string" } }, "id": "GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata" }, "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings": { "type": "object", "properties": { "endpointerSensitivity": { "type": "integer", "format": "int32" }, "useTimeoutBasedEndpointing": { "type": "boolean" }, "noSpeechTimeout": { "type": "string", "format": "google-duration" }, "models": { "additionalProperties": { "type": "string" }, "type": "object" } }, "id": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings" }, "GoogleCloudDialogflowCxV3WebhookRequest": { "id": "GoogleCloudDialogflowCxV3WebhookRequest", "type": "object", "properties": { "intentInfo": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo" }, "fulfillmentInfo": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo" }, "languageInfo": { "$ref": "GoogleCloudDialogflowCxV3LanguageInfo" }, "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "languageCode": { "type": "string" }, "triggerIntent": { "type": "string" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfo" }, "triggerEvent": { "type": "string" }, "detectIntentResponseId": { "type": "string" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3SessionInfo" }, "dtmfDigits": { "type": "string" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult" }, "text": { "type": "string" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" } }, "transcript": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentInput": { "id": "GoogleCloudDialogflowV2beta1IntentInput", "properties": { "languageCode": { "type": "string" }, "intent": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ExportAgentResponse": { "id": "GoogleCloudDialogflowCxV3ExportAgentResponse", "properties": { "agentUri": { "type": "string" }, "commitSha": { "type": "string" }, "agentContent": { "type": "string", "format": "byte" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportFlowResponse": { "id": "GoogleCloudDialogflowCxV3beta1ExportFlowResponse", "properties": { "flowUri": { "type": "string" }, "flowContent": { "type": "string", "format": "byte" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SipHostnameHostnameErrorDetails": { "type": "object", "id": "GoogleCloudDialogflowV2beta1SipHostnameHostnameErrorDetails", "properties": { "errorMessage": { "readOnly": true, "type": "string" }, "certificateState": { "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "readOnly": true, "type": "string", "enum": [ "HOSTNAME_CERTIFICATE_STATE_UNSPECIFIED", "VALID", "INVALID", "EXPIRED", "HOSTNAME_NOT_FOUND", "UNAUTHENTICATED", "TRUST_STORE_NOT_FOUND", "HOSTNAME_INVALID_FORMAT", "QUOTA_EXCEEDED" ] } } }, "GoogleCloudDialogflowV2beta1SearchKnowledgeRequest": { "type": "object", "properties": { "querySource": { "enum": [ "QUERY_SOURCE_UNSPECIFIED", "AGENT_QUERY", "SUGGESTED_QUERY" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "searchConfig": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig" }, "parent": { "type": "string" }, "conversationProfile": { "type": "string" }, "conversation": { "type": "string" }, "latestMessage": { "type": "string" }, "exactSearch": { "type": "boolean" }, "endUserMetadata": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "sessionId": { "type": "string" }, "query": { "$ref": "GoogleCloudDialogflowV2beta1TextInput" } }, "id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequest" }, "GoogleLongrunningListOperationsResponse": { "type": "object", "id": "GoogleLongrunningListOperationsResponse", "properties": { "nextPageToken": { "type": "string" }, "unreachable": { "items": { "type": "string" }, "type": "array" }, "operations": { "type": "array", "items": { "$ref": "GoogleLongrunningOperation" } } } }, "GoogleCloudDialogflowV2beta1ConversationContextReference": { "type": "object", "properties": { "updateMode": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "UPDATE_MODE_UNSPECIFIED", "APPEND", "OVERWRITE" ] }, "contextContents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent" } }, "createTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "languageCode": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ConversationContextReference" }, "GoogleCloudDialogflowCxV3beta1DeployFlowMetadata": { "properties": { "testErrors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" } } }, "id": "GoogleCloudDialogflowCxV3beta1DeployFlowMetadata", "type": "object" }, "GoogleCloudDialogflowV2beta1SentimentAnalysisResult": { "id": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult", "type": "object", "properties": { "queryTextSentiment": { "$ref": "GoogleCloudDialogflowV2beta1Sentiment" } } }, "GoogleCloudDialogflowV2beta1WebhookRequest": { "properties": { "queryResult": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" }, "originalDetectIntentRequest": { "$ref": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest" }, "alternativeQueryResults": { "items": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" }, "type": "array" }, "responseId": { "type": "string" }, "session": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1WebhookRequest" }, "GoogleCloudDialogflowCxV3ImportFlowResponse": { "properties": { "flow": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ImportFlowResponse", "type": "object" }, "GoogleCloudDialogflowCxV3TransitionRoute": { "type": "object", "properties": { "targetFlow": { "type": "string" }, "condition": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "description": { "type": "string" }, "name": { "readOnly": true, "type": "string" }, "intent": { "type": "string" }, "targetPage": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3TransitionRoute" }, "GoogleCloudDialogflowV2beta1ListContextsResponse": { "id": "GoogleCloudDialogflowV2beta1ListContextsResponse", "type": "object", "properties": { "nextPageToken": { "type": "string" }, "contexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" } } } }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion": { "properties": { "action": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction" }, "reply": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion", "type": "object" }, "GoogleCloudDialogflowV2beta1AgentAssistantFeedback": { "type": "object", "properties": { "summarizationFeedback": { "$ref": "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback" }, "knowledgeSearchFeedback": { "$ref": "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback" }, "documentCorrectness": { "enum": [ "DOCUMENT_CORRECTNESS_UNSPECIFIED", "INCORRECT", "CORRECT" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "knowledgeAssistFeedback": { "$ref": "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback" }, "documentEfficiency": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "DOCUMENT_EFFICIENCY_UNSPECIFIED", "INEFFICIENT", "EFFICIENT" ] }, "answerRelevance": { "enum": [ "ANSWER_RELEVANCE_UNSPECIFIED", "IRRELEVANT", "RELEVANT" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1AgentAssistantFeedback" }, "GoogleCloudDialogflowCxV3beta1ContinuousTestResult": { "id": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult", "properties": { "result": { "enumDescriptions": [ "", "", "" ], "enum": [ "AGGREGATED_TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "type": "string" }, "testCaseResults": { "type": "array", "items": { "type": "string" } }, "name": { "type": "string" }, "runTime": { "type": "string", "format": "google-datetime" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ExportOperationMetadata": { "type": "object", "properties": { "exportedGcsDestination": { "$ref": "GoogleCloudDialogflowV2beta1GcsDestination" } }, "id": "GoogleCloudDialogflowV2beta1ExportOperationMetadata" }, "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo", "type": "object", "properties": { "displayName": { "type": "string" }, "parameters": { "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue" }, "type": "object" }, "confidence": { "format": "float", "type": "number" }, "lastMatchedIntent": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1CompileSuggestionResponse": { "id": "GoogleCloudDialogflowV2beta1CompileSuggestionResponse", "type": "object", "deprecated": true, "properties": { "latestMessage": { "type": "string" }, "contextSize": { "format": "int32", "type": "integer" }, "suggestion": { "$ref": "GoogleCloudDialogflowV2beta1Suggestion" } } }, "GoogleCloudDialogflowV2SentimentAnalysisResult": { "type": "object", "properties": { "queryTextSentiment": { "$ref": "GoogleCloudDialogflowV2Sentiment" } }, "id": "GoogleCloudDialogflowV2SentimentAnalysisResult" }, "GoogleCloudDialogflowCxV3ConversationSignals": { "id": "GoogleCloudDialogflowCxV3ConversationSignals", "type": "object", "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowCxV3TurnSignals" } } }, "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject": { "id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject", "properties": { "icon": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "description": { "type": "string" }, "largeImage": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "name": { "type": "string" }, "contentUrl": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1EventInput": { "properties": { "event": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1EventInput" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment", "properties": { "allowPlaybackInterruption": { "type": "boolean", "readOnly": true }, "audio": { "format": "byte", "type": "string" }, "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ListSipTrunksResponse": { "id": "GoogleCloudDialogflowV2beta1ListSipTrunksResponse", "properties": { "nextPageToken": { "type": "string" }, "sipTrunks": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SipTrunk" } } }, "type": "object" }, "GoogleCloudDialogflowV2QueryResult": { "type": "object", "id": "GoogleCloudDialogflowV2QueryResult", "properties": { "webhookPayload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "webhookSource": { "type": "string" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowV2SentimentAnalysisResult" }, "fulfillmentText": { "type": "string" }, "cancelsSlotFilling": { "type": "boolean" }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2Context" }, "type": "array" }, "action": { "type": "string" }, "speechRecognitionConfidence": { "format": "float", "type": "number" }, "intentDetectionConfidence": { "format": "float", "type": "number" }, "queryText": { "type": "string" }, "languageCode": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "intent": { "$ref": "GoogleCloudDialogflowV2Intent" }, "allRequiredParamsPresent": { "type": "boolean" }, "fulfillmentMessages": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" }, "type": "array" }, "diagnosticInfo": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } } }, "GoogleCloudDialogflowV2beta1ConversationPhoneNumber": { "id": "GoogleCloudDialogflowV2beta1ConversationPhoneNumber", "type": "object", "properties": { "countryCode": { "readOnly": true, "type": "integer", "format": "int32" }, "phoneNumber": { "type": "string", "readOnly": true } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery", "properties": { "queryText": { "type": "string" }, "searchContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ToolTLSConfigCACert": { "id": "GoogleCloudDialogflowV2beta1ToolTLSConfigCACert", "type": "object", "properties": { "cert": { "type": "string", "format": "byte" }, "displayName": { "type": "string" } } }, "GoogleCloudDialogflowCxV3DeployFlowResponse": { "type": "object", "properties": { "environment": { "$ref": "GoogleCloudDialogflowCxV3Environment" }, "deployment": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3DeployFlowResponse" }, "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse": { "id": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse", "type": "object", "properties": { "knowledgeAssistAnswer": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswer" }, "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" }, "additionalSuggestedQueryResults": { "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult" }, "type": "array" } } }, "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem": { "type": "object", "properties": { "info": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo" }, "description": { "type": "string" }, "title": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem" }, "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior": { "id": "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior", "properties": { "repromptEventHandlers": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EventHandler" }, "type": "array" }, "initialPromptFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback": { "id": "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback", "properties": { "clickedUris": { "type": "array", "items": { "type": "string" } }, "answerCopied": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery": { "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery", "properties": { "queryText": { "type": "string" }, "searchContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext" } } } }, "GoogleCloudDialogflowV2beta1ListEntityTypesResponse": { "id": "GoogleCloudDialogflowV2beta1ListEntityTypesResponse", "type": "object", "properties": { "nextPageToken": { "type": "string" }, "entityTypes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" } } } }, "GoogleCloudDialogflowV2beta1SmartReplyAnswer": { "type": "object", "properties": { "reply": { "type": "string" }, "answerRecord": { "type": "string" }, "confidence": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowV2beta1SmartReplyAnswer" }, "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata": { "id": "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata", "properties": { "trainingModelType": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "MODEL_TYPE_UNSPECIFIED", "SMART_REPLY_DUAL_ENCODER_MODEL", "SMART_REPLY_BERT_MODEL" ] } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse", "type": "object", "properties": { "sources": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources", "readOnly": true }, "responseText": { "type": "string" }, "duplicateCheckResult": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult" } } }, "GoogleCloudDialogflowV2beta1OutputAudio": { "id": "GoogleCloudDialogflowV2beta1OutputAudio", "properties": { "config": { "$ref": "GoogleCloudDialogflowV2beta1OutputAudioConfig" }, "audio": { "type": "string", "format": "byte" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput": { "properties": { "textResponses": { "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageText" }, "type": "array" }, "sessionParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "differences": { "readOnly": true, "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestRunDifference" } }, "triggeredIntent": { "$ref": "GoogleCloudDialogflowCxV3Intent" }, "diagnosticInfo": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "status": { "$ref": "GoogleRpcStatus" }, "currentPage": { "$ref": "GoogleCloudDialogflowCxV3Page" } }, "id": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer", "properties": { "source": { "type": "string" }, "answer": { "type": "string" }, "matchConfidenceLevel": { "enum": [ "MATCH_CONFIDENCE_LEVEL_UNSPECIFIED", "LOW", "MEDIUM", "HIGH" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] }, "matchConfidence": { "type": "number", "format": "float" }, "faqQuestion": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource": { "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource", "type": "object", "properties": { "humanAgentSideConfig": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig" }, "agent": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection": { "properties": { "section": { "readOnly": true, "type": "string" }, "summary": { "type": "string", "readOnly": true } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection" }, "GoogleCloudDialogflowV2beta1ToolFunctionTool": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ToolFunctionTool", "properties": { "methodType": { "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string", "enum": [ "METHOD_TYPE_UNSPECIFIED", "GET", "POST", "PUT", "DELETE", "PATCH" ] }, "outputSchema": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "inputSchema": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } } }, "GoogleCloudDialogflowCxV3EnvironmentVersionConfig": { "id": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig", "properties": { "version": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ImportDocumentsResponse": { "id": "GoogleCloudDialogflowV2ImportDocumentsResponse", "properties": { "warnings": { "items": { "$ref": "GoogleRpcStatus" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource", "type": "object", "properties": { "snippets": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" } } } }, "GoogleCloudDialogflowV2beta1IntentMessageSuggestion": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion", "properties": { "title": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1DocumentReloadStatus": { "type": "object", "properties": { "time": { "format": "google-datetime", "type": "string" }, "status": { "$ref": "GoogleRpcStatus" } }, "id": "GoogleCloudDialogflowV2beta1DocumentReloadStatus" }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource": { "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource", "type": "object", "properties": { "documents": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowV2SmartReplyModelMetadata": { "type": "object", "id": "GoogleCloudDialogflowV2SmartReplyModelMetadata", "properties": { "trainingModelType": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "MODEL_TYPE_UNSPECIFIED", "SMART_REPLY_DUAL_ENCODER_MODEL", "SMART_REPLY_BERT_MODEL" ] } } }, "GoogleCloudDialogflowCxV3Webhook": { "type": "object", "id": "GoogleCloudDialogflowCxV3Webhook", "properties": { "serviceDirectory": { "$ref": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig" }, "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService" }, "disabled": { "type": "boolean" }, "timeout": { "format": "google-duration", "type": "string" }, "name": { "type": "string" }, "displayName": { "type": "string" } } }, "GoogleCloudDialogflowV2WebhookResponse": { "id": "GoogleCloudDialogflowV2WebhookResponse", "type": "object", "properties": { "fulfillmentMessages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" } }, "sessionEntityTypes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" } }, "outputContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2Context" } }, "fulfillmentText": { "type": "string" }, "followupEventInput": { "$ref": "GoogleCloudDialogflowV2EventInput" }, "source": { "type": "string" }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } } }, "GoogleCloudDialogflowV2beta1SummarySuggestion": { "type": "object", "properties": { "summarySections": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1SummarySuggestion" }, "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary": { "id": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary", "type": "object", "properties": { "textSections": { "additionalProperties": { "type": "string" }, "type": "object" }, "text": { "type": "string" }, "baselineModelVersion": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1AnalyzeContentResponse": { "properties": { "humanAgentSuggestionResults": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SuggestionResult" }, "type": "array" }, "replyText": { "type": "string" }, "dtmfParameters": { "$ref": "GoogleCloudDialogflowV2beta1DtmfParameters" }, "endUserSuggestionResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SuggestionResult" } }, "replyAudio": { "$ref": "GoogleCloudDialogflowV2beta1OutputAudio" }, "message": { "$ref": "GoogleCloudDialogflowV2beta1Message" }, "automatedAgentReply": { "$ref": "GoogleCloudDialogflowV2beta1AutomatedAgentReply" } }, "id": "GoogleCloudDialogflowV2beta1AnalyzeContentResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1InlineDestination": { "id": "GoogleCloudDialogflowCxV3beta1InlineDestination", "type": "object", "properties": { "content": { "type": "string", "readOnly": true, "format": "byte" } } }, "GoogleCloudDialogflowV2beta1Generator": { "properties": { "cesToolSpecs": { "items": { "$ref": "GoogleCloudDialogflowV2beta1CesToolSpec" }, "type": "array" }, "createTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "publishedModel": { "type": "string" }, "summarizationContext": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationContext" }, "updateTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "name": { "type": "string", "readOnly": true }, "freeFormContext": { "$ref": "GoogleCloudDialogflowV2beta1FreeFormContext" }, "tools": { "items": { "type": "string" }, "type": "array" }, "cesAppSpecs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1CesAppSpec" }, "deprecated": true }, "toolsetTools": { "items": { "$ref": "GoogleCloudDialogflowV2beta1ToolsetTool" }, "type": "array" }, "suggestionDedupingConfig": { "$ref": "GoogleCloudDialogflowV2beta1SuggestionDedupingConfig" }, "inferenceParameter": { "$ref": "GoogleCloudDialogflowV2beta1InferenceParameter" }, "agentCoachingContext": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingContext" }, "triggerEvent": { "type": "string", "enumDescriptions": [ "", "", "", "", "" ], "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE" ] }, "description": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1Generator", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportIntentsResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponse", "properties": { "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources" }, "intents": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3PageInfo": { "properties": { "displayName": { "type": "string" }, "formInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfo" }, "currentPage": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3PageInfo" }, "GoogleCloudDialogflowCxV3TestCaseResult": { "properties": { "environment": { "type": "string" }, "conversationTurns": { "items": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurn" }, "type": "array" }, "testResult": { "enumDescriptions": [ "", "", "" ], "type": "string", "enum": [ "TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ] }, "name": { "type": "string" }, "testTime": { "type": "string", "format": "google-datetime" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3TestCaseResult" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageText": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageText", "type": "object", "properties": { "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "text": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3FormParameter": { "id": "GoogleCloudDialogflowCxV3FormParameter", "properties": { "isList": { "type": "boolean" }, "required": { "type": "boolean" }, "fillBehavior": { "$ref": "GoogleCloudDialogflowCxV3FormParameterFillBehavior" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "entityType": { "type": "string" }, "redact": { "type": "boolean" }, "displayName": { "type": "string" }, "defaultValue": { "type": "any" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1GeneratorSuggestion": { "type": "object", "properties": { "agentCoachingSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion" }, "freeFormSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1FreeFormSuggestion" }, "toolCallInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo" } }, "summarySuggestion": { "$ref": "GoogleCloudDialogflowV2beta1SummarySuggestion" } }, "id": "GoogleCloudDialogflowV2beta1GeneratorSuggestion" }, "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput": { "id": "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput", "type": "object", "properties": { "triggeredIntent": { "$ref": "GoogleCloudDialogflowCxV3beta1Intent" }, "differences": { "type": "array", "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestRunDifference" } }, "sessionParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "currentPage": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" }, "textResponses": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText" } }, "diagnosticInfo": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "status": { "$ref": "GoogleRpcStatus" } } }, "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard", "properties": { "cardContent": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent" }, "cardOrientation": { "enum": [ "CARD_ORIENTATION_UNSPECIFIED", "HORIZONTAL", "VERTICAL" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "thumbnailImageAlignment": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "THUMBNAIL_IMAGE_ALIGNMENT_UNSPECIFIED", "LEFT", "RIGHT" ] } } }, "GoogleCloudDialogflowV2beta1AssistQueryParameters": { "id": "GoogleCloudDialogflowV2beta1AssistQueryParameters", "properties": { "documentsMetadataFilters": { "type": "object", "additionalProperties": { "type": "string" } } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageSuggestions": { "properties": { "suggestions": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageSuggestion" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageSuggestions" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": { "type": "object", "properties": { "suggestionIndex": { "type": "integer", "readOnly": true, "format": "int32" }, "answerRecord": { "type": "string", "readOnly": true }, "similarityScore": { "readOnly": true, "type": "number", "format": "float" }, "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources" } }, "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" }, "GoogleCloudDialogflowV2AnnotatedMessagePart": { "id": "GoogleCloudDialogflowV2AnnotatedMessagePart", "properties": { "formattedValue": { "type": "any" }, "text": { "type": "string" }, "entityType": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1FreeFormSuggestion": { "type": "object", "properties": { "response": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1FreeFormSuggestion" }, "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail": { "properties": { "score": { "format": "float", "readOnly": true, "type": "number" }, "sectionSummary": { "readOnly": true, "type": "string" }, "section": { "readOnly": true, "type": "string" }, "evaluationResults": { "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail", "type": "object" }, "GoogleCloudDialogflowV2InputDataset": { "id": "GoogleCloudDialogflowV2InputDataset", "properties": { "dataset": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard", "properties": { "cardWidth": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "CARD_WIDTH_UNSPECIFIED", "SMALL", "MEDIUM" ] }, "cardContents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent" } } } }, "GoogleCloudDialogflowV2CreateConversationModelOperationMetadata": { "type": "object", "id": "GoogleCloudDialogflowV2CreateConversationModelOperationMetadata", "properties": { "createTime": { "format": "google-datetime", "type": "string" }, "state": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "PENDING", "SUCCEEDED", "FAILED", "CANCELLED", "CANCELLING", "TRAINING" ] }, "conversationModel": { "type": "string" }, "doneTime": { "type": "string", "format": "google-datetime" } } }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction", "properties": { "dial": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial" }, "text": { "type": "string" }, "postbackData": { "type": "string" }, "shareLocation": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation" }, "openUrl": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata": { "id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata", "type": "object", "properties": { "request": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest" } } }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCases": { "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases", "type": "object", "properties": { "cases": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase" }, "type": "array" } } }, "GoogleCloudDialogflowV2beta1AnnotatedMessagePart": { "properties": { "entityType": { "type": "string" }, "formattedValue": { "type": "any" }, "text": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart", "type": "object" }, "GoogleCloudDialogflowV2beta1TextInput": { "type": "object", "id": "GoogleCloudDialogflowV2beta1TextInput", "properties": { "languageCode": { "type": "string" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1KnowledgeAnswers": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAnswers", "type": "object", "properties": { "answers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer" }, "type": "array" } } }, "GoogleCloudDialogflowV2SmartReplyAnswer": { "properties": { "reply": { "type": "string" }, "confidence": { "format": "float", "type": "number" }, "answerRecord": { "type": "string" } }, "id": "GoogleCloudDialogflowV2SmartReplyAnswer", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior", "properties": { "endUserMetadataIncluded": { "type": "boolean" }, "queryContainedSearchContext": { "type": "boolean" }, "thirdPartyConnectorAllowed": { "type": "boolean" }, "useTranslatedMessage": { "type": "boolean" }, "appendedSearchContextCount": { "type": "integer", "format": "int32" }, "invalidItemsQuerySuggestionSkipped": { "type": "boolean" }, "conversationTranscriptHasMixedLanguages": { "type": "boolean" }, "useCustomSafetyFilterLevel": { "type": "boolean" }, "usePubsubDelivery": { "type": "boolean" }, "answerGenerationRewriterOn": { "type": "boolean" }, "previousQueriesIncluded": { "type": "boolean" }, "disableSyncDelivery": { "type": "boolean" }, "queryGenerationEndUserLanguageMismatch": { "type": "boolean" }, "queryGenerationAgentLanguageMismatch": { "type": "boolean" }, "primaryQueryRedactedAndReplaced": { "type": "boolean" }, "multipleQueriesGenerated": { "type": "boolean" }, "returnQueryOnly": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig": { "properties": { "analyzeQueryTextSentiment": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig", "type": "object" }, "GoogleCloudDialogflowV2beta1ArticleAnswer": { "id": "GoogleCloudDialogflowV2beta1ArticleAnswer", "type": "object", "properties": { "answerRecord": { "type": "string" }, "title": { "type": "string" }, "snippets": { "type": "array", "items": { "type": "string" } }, "uri": { "type": "string" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" } } }, "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata": { "properties": { "knowledgeBase": { "type": "string" }, "state": { "enum": [ "STATE_UNSPECIFIED", "PENDING", "RUNNING", "DONE" ], "readOnly": true, "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "doneTime": { "format": "google-datetime", "type": "string" }, "exportOperationMetadata": { "$ref": "GoogleCloudDialogflowV2beta1ExportOperationMetadata" } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata", "type": "object" }, "GoogleCloudDialogflowCxV3beta1TestCaseResult": { "properties": { "testTime": { "type": "string", "format": "google-datetime" }, "name": { "type": "string" }, "environment": { "type": "string" }, "testResult": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ] }, "conversationTurns": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurn" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TestCaseResult" }, "GoogleCloudDialogflowCxV3beta1ResponseMessage": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessage", "properties": { "toolCall": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCall" }, "outputAudioText": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText" }, "playAudio": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio" }, "text": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText" }, "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "channel": { "type": "string" }, "knowledgeInfoCard": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard" }, "endInteraction": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction", "readOnly": true }, "mixedAudio": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio", "readOnly": true }, "conversationSuccess": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall" } } }, "GoogleCloudDialogflowCxV3beta1AdvancedSettings": { "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettings", "properties": { "loggingSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings" }, "dtmfSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings" }, "speechSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings" }, "audioExportGcsDestination": { "$ref": "GoogleCloudDialogflowCxV3beta1GcsDestination" } }, "type": "object" }, "GoogleCloudDialogflowV2MessageAnnotation": { "type": "object", "properties": { "parts": { "items": { "$ref": "GoogleCloudDialogflowV2AnnotatedMessagePart" }, "type": "array" }, "containEntities": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2MessageAnnotation" }, "GoogleCloudDialogflowV2SuggestSmartRepliesResponse": { "properties": { "latestMessage": { "type": "string" }, "contextSize": { "format": "int32", "type": "integer" }, "smartReplyAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2SmartReplyAnswer" }, "type": "array", "readOnly": true } }, "type": "object", "id": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse" }, "GoogleCloudDialogflowV2beta1AnswerRecord": { "properties": { "name": { "type": "string" }, "agentAssistantRecord": { "$ref": "GoogleCloudDialogflowV2beta1AgentAssistantRecord" }, "answerFeedback": { "$ref": "GoogleCloudDialogflowV2beta1AnswerFeedback" } }, "id": "GoogleCloudDialogflowV2beta1AnswerRecord", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer", "properties": { "answerRecord": { "type": "string" }, "suggestedQueryAnswer": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer" }, "suggestedQuery": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery" }, "knowledgeAssistDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec": { "type": "object", "properties": { "conditionBoostSpecs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec" } } }, "id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec" }, "GoogleCloudDialogflowV2beta1NotificationConfig": { "type": "object", "id": "GoogleCloudDialogflowV2beta1NotificationConfig", "properties": { "topic": { "type": "string" }, "messageFormat": { "enum": [ "MESSAGE_FORMAT_UNSPECIFIED", "PROTO", "JSON" ], "enumDescriptions": [ "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment": { "id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment", "type": "object", "properties": { "audio": { "format": "byte", "type": "string" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo", "properties": { "followupIntentName": { "type": "string" }, "parentFollowupIntentName": { "type": "string" } } }, "GoogleCloudDialogflowCxV3IntentParameter": { "type": "object", "id": "GoogleCloudDialogflowCxV3IntentParameter", "properties": { "entityType": { "type": "string" }, "isList": { "type": "boolean" }, "redact": { "type": "boolean" }, "id": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ImportDocumentsRequest": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ImportDocumentsRequest", "properties": { "importGcsCustomMetadata": { "type": "boolean" }, "documentTemplate": { "$ref": "GoogleCloudDialogflowV2beta1ImportDocumentTemplate" }, "gcsSource": { "$ref": "GoogleCloudDialogflowV2beta1GcsSources" } } }, "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata", "type": "object", "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseError" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3TestError": { "type": "object", "id": "GoogleCloudDialogflowCxV3TestError", "properties": { "testCase": { "type": "string" }, "status": { "$ref": "GoogleRpcStatus" }, "testTime": { "type": "string", "format": "google-datetime" } } }, "GoogleCloudDialogflowCxV3beta1ConversationTurn": { "type": "object", "properties": { "virtualAgentOutput": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput" }, "userInput": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput" } }, "id": "GoogleCloudDialogflowCxV3beta1ConversationTurn" }, "GoogleCloudDialogflowV2IntentMessageTableCardCell": { "type": "object", "properties": { "text": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageTableCardCell" }, "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse", "properties": { "contextSize": { "type": "integer", "format": "int32" }, "additionalSuggestedQueryResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult" } }, "latestMessage": { "type": "string" }, "knowledgeAssistAnswer": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig": { "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig", "type": "object", "properties": { "enableEntityExtraction": { "type": "boolean" }, "enableSentimentAnalysis": { "type": "boolean" }, "enableSentimentAnalysisV3": { "type": "boolean" } } }, "GoogleCloudDialogflowV2beta1GcsSources": { "id": "GoogleCloudDialogflowV2beta1GcsSources", "properties": { "uris": { "type": "array", "items": { "type": "string" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ConversationProfile": { "type": "object", "properties": { "humanAgentAssistantConfig": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig" }, "ttsConfig": { "$ref": "GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig" }, "name": { "type": "string" }, "loggingConfig": { "$ref": "GoogleCloudDialogflowV2beta1LoggingConfig" }, "automatedAgentConfig": { "$ref": "GoogleCloudDialogflowV2beta1AutomatedAgentConfig" }, "updateTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "sipConfig": { "$ref": "GoogleCloudDialogflowV2beta1SipConfig" }, "timeZone": { "type": "string" }, "newRecognitionResultNotificationConfig": { "$ref": "GoogleCloudDialogflowV2beta1NotificationConfig" }, "sttConfig": { "$ref": "GoogleCloudDialogflowV2beta1SpeechToTextConfig" }, "newMessageEventNotificationConfig": { "$ref": "GoogleCloudDialogflowV2beta1NotificationConfig" }, "notificationConfig": { "$ref": "GoogleCloudDialogflowV2beta1NotificationConfig" }, "createTime": { "format": "google-datetime", "type": "string", "readOnly": true }, "useBidiStreaming": { "type": "boolean" }, "securitySettings": { "type": "string" }, "displayName": { "type": "string" }, "humanAgentHandoffConfig": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig" }, "languageCode": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ConversationProfile" }, "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig": { "id": "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig", "type": "object", "properties": { "deploymentId": { "type": "string" }, "endpointDomain": { "type": "string" }, "organizationId": { "type": "string" }, "buttonId": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1BargeInConfig": { "properties": { "noBargeInDuration": { "format": "google-duration", "type": "string" }, "totalDuration": { "format": "google-duration", "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1BargeInConfig", "type": "object" }, "GoogleCloudDialogflowV2beta1Environment": { "id": "GoogleCloudDialogflowV2beta1Environment", "type": "object", "properties": { "description": { "type": "string" }, "textToSpeechSettings": { "$ref": "GoogleCloudDialogflowV2beta1TextToSpeechSettings" }, "agentVersion": { "type": "string" }, "name": { "readOnly": true, "type": "string" }, "fulfillment": { "$ref": "GoogleCloudDialogflowV2beta1Fulfillment" }, "state": { "readOnly": true, "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "STOPPED", "LOADING", "RUNNING" ] }, "updateTime": { "type": "string", "format": "google-datetime", "readOnly": true } } }, "GoogleCloudDialogflowCxV3beta1Intent": { "type": "object", "properties": { "parameters": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentParameter" } }, "isFallback": { "type": "boolean" }, "trainingPhrases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase" } }, "displayName": { "type": "string" }, "dtmfPattern": { "type": "string" }, "description": { "type": "string" }, "priority": { "format": "int32", "type": "integer" }, "labels": { "type": "object", "additionalProperties": { "type": "string" } }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1Intent" }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig": { "type": "object", "properties": { "maxResults": { "type": "integer", "format": "int32" }, "knowledgeBaseQuerySource": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource" }, "contextFilterSettings": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings" }, "contextSize": { "format": "int32", "type": "integer" }, "sections": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections" }, "documentQuerySource": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource" }, "confidenceThreshold": { "format": "float", "type": "number" }, "dialogflowQuerySource": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource" } }, "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig" }, "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard": { "properties": {}, "id": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageTableCard": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageTableCard", "properties": { "columnProperties": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageColumnProperties" } }, "buttons": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButton" } }, "title": { "type": "string" }, "rows": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCardRow" }, "type": "array" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "subtitle": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1InputAudioConfig": { "type": "object", "properties": { "sampleRateHertz": { "type": "integer", "format": "int32" }, "enableVoiceActivityEvents": { "type": "boolean" }, "modelVariant": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ] }, "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" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ] }, "phraseSets": { "items": { "type": "string" }, "type": "array" }, "geminiAsrConfig": { "$ref": "GoogleCloudDialogflowV2beta1SpeechToTextConfigGeminiAsrConfig" }, "disableNoSpeechRecognizedEvent": { "type": "boolean" }, "speechContexts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SpeechContext" }, "type": "array" }, "languageCode": { "type": "string" }, "singleUtterance": { "type": "boolean" }, "model": { "type": "string" }, "enableAutomaticPunctuation": { "type": "boolean" }, "bargeInConfig": { "$ref": "GoogleCloudDialogflowV2beta1BargeInConfig" }, "useGeminiAsr": { "type": "boolean" }, "optOutConformerModelMigration": { "type": "boolean" }, "enableWordInfo": { "type": "boolean" }, "phraseHints": { "type": "array", "items": { "type": "string" }, "deprecated": true }, "defaultNoSpeechTimeout": { "type": "string", "format": "google-duration" } }, "id": "GoogleCloudDialogflowV2beta1InputAudioConfig" }, "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse", "properties": { "contextSize": { "type": "integer", "format": "int32" }, "latestMessage": { "type": "string" }, "smartReplyAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SmartReplyAnswer" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig": { "type": "object", "properties": { "serviceAgentAuth": { "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "ID_TOKEN", "ACCESS_TOKEN" ], "type": "string", "enumDescriptions": [ "", "", "" ] } }, "id": "GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig" }, "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition": { "properties": { "isAccurate": { "readOnly": true, "type": "boolean" }, "accuracyReasoning": { "readOnly": true, "type": "string" }, "point": { "type": "string", "readOnly": true } }, "id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition", "type": "object" }, "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse": { "id": "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse", "type": "object", "properties": { "entityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" }, "type": "array" } } }, "GoogleCloudDialogflowV2beta1DetectIntentResponse": { "properties": { "alternativeQueryResults": { "items": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" }, "type": "array" }, "outputAudioConfig": { "$ref": "GoogleCloudDialogflowV2beta1OutputAudioConfig" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" }, "outputAudio": { "type": "string", "format": "byte" }, "responseId": { "type": "string" }, "webhookStatus": { "$ref": "GoogleRpcStatus" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1DetectIntentResponse" }, "GoogleCloudDialogflowCxV3DataStoreConnection": { "id": "GoogleCloudDialogflowCxV3DataStoreConnection", "type": "object", "properties": { "documentProcessingMode": { "enumDescriptions": [ "", "", "" ], "enum": [ "DOCUMENT_PROCESSING_MODE_UNSPECIFIED", "DOCUMENTS", "CHUNKS" ], "type": "string" }, "dataStoreType": { "enum": [ "DATA_STORE_TYPE_UNSPECIFIED", "PUBLIC_WEB", "UNSTRUCTURED", "STRUCTURED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "dataStore": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1Fulfillment": { "properties": { "webhook": { "type": "string" }, "setParameterActions": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction" }, "type": "array" }, "codeBlockFunction": { "type": "string" }, "conditionalCases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases" } }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" } }, "enableGenerativeFallback": { "type": "boolean" }, "returnPartialResponses": { "type": "boolean" }, "tag": { "type": "string" }, "generators": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings" } } }, "id": "GoogleCloudDialogflowCxV3beta1Fulfillment", "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest": { "id": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest", "type": "object", "properties": { "previousSuggestedQuery": { "type": "string" }, "latestMessage": { "type": "string" }, "contextSize": { "type": "integer", "format": "int32" } } }, "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition": { "type": "object", "deprecated": true, "properties": { "point": { "readOnly": true, "type": "string" }, "adherenceReasoning": { "readOnly": true, "type": "string" }, "isAdherent": { "readOnly": true, "type": "boolean" } }, "id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition" }, "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment", "type": "object", "properties": { "audio": { "format": "byte", "type": "string" }, "allowPlaybackInterruption": { "type": "boolean" }, "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource": { "properties": { "snippets": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "event": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolCall": { "id": "GoogleCloudDialogflowCxV3beta1ToolCall", "type": "object", "properties": { "inputParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "tool": { "type": "string" }, "action": { "type": "string" } } }, "GoogleCloudDialogflowCxV3EventInput": { "properties": { "event": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3EventInput" }, "GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent": { "id": "GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent", "type": "object", "properties": { "content": { "type": "string" }, "contentFormat": { "enumDescriptions": [ "", "", "" ], "enum": [ "CONTENT_FORMAT_UNSPECIFIED", "JSON", "PLAIN_TEXT" ], "type": "string" }, "ingestionTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "answerRecord": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse": { "properties": { "latestMessage": { "type": "string" }, "summary": { "$ref": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummary" }, "contextSize": { "format": "int32", "type": "integer" } }, "id": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1SessionInfo": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1SessionInfo", "properties": { "parameters": { "type": "object", "additionalProperties": { "type": "any" } }, "session": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses", "properties": { "simpleResponses": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse" }, "type": "array" } } }, "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest": { "id": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest", "properties": { "source": { "type": "string" }, "version": { "type": "string" }, "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } }, "type": "object" }, "GoogleCloudDialogflowV2StreamingRecognitionResult": { "type": "object", "id": "GoogleCloudDialogflowV2StreamingRecognitionResult", "properties": { "messageType": { "enum": [ "MESSAGE_TYPE_UNSPECIFIED", "TRANSCRIPT", "DTMF_DIGITS", "END_OF_SINGLE_UTTERANCE", "PARTIAL_DTMF_DIGITS", "SPEECH_ACTIVITY_BEGIN", "SPEECH_ACTIVITY_END" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ] }, "confidence": { "format": "float", "type": "number" }, "languageCode": { "type": "string" }, "speechWordInfo": { "items": { "$ref": "GoogleCloudDialogflowV2SpeechWordInfo" }, "type": "array" }, "speechEndOffset": { "format": "google-duration", "type": "string" }, "isFinal": { "type": "boolean" }, "transcript": { "type": "string" } } }, "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency": { "id": "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency", "type": "object", "properties": { "step": { "type": "string" }, "completeTime": { "type": "string", "format": "google-datetime" }, "latencyMs": { "type": "number", "format": "float" }, "startTime": { "type": "string", "format": "google-datetime" } } }, "GoogleCloudDialogflowCxV3ResponseMessageText": { "properties": { "text": { "type": "array", "items": { "type": "string" } }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ResponseMessageText" }, "GoogleCloudDialogflowCxV3AudioInput": { "id": "GoogleCloudDialogflowCxV3AudioInput", "type": "object", "properties": { "audio": { "format": "byte", "type": "string" }, "config": { "$ref": "GoogleCloudDialogflowCxV3InputAudioConfig" } } }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig": { "type": "object", "properties": { "scopes": { "type": "array", "items": { "type": "string" } }, "secretVersionForClientSecret": { "type": "string" }, "clientId": { "type": "string" }, "tokenEndpoint": { "type": "string" }, "clientSecret": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig" }, "GoogleCloudDialogflowV2beta1IntentMessageSuggestions": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions", "properties": { "suggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion" }, "type": "array" } } }, "GoogleCloudDialogflowV2ConversationEvent": { "type": "object", "properties": { "conversation": { "type": "string" }, "newRecognitionResultPayload": { "$ref": "GoogleCloudDialogflowV2StreamingRecognitionResult" }, "type": { "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string", "enum": [ "TYPE_UNSPECIFIED", "CONVERSATION_STARTED", "CONVERSATION_FINISHED", "HUMAN_INTERVENTION_NEEDED", "NEW_MESSAGE", "NEW_RECOGNITION_RESULT", "UNRECOVERABLE_ERROR" ] }, "errorStatus": { "$ref": "GoogleRpcStatus" }, "newMessagePayload": { "$ref": "GoogleCloudDialogflowV2Message" } }, "id": "GoogleCloudDialogflowV2ConversationEvent" }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig": { "type": "object", "properties": { "scopes": { "type": "array", "items": { "type": "string" } }, "clientSecret": { "type": "string" }, "clientId": { "type": "string" }, "secretVersionForClientSecret": { "type": "string" }, "tokenEndpoint": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig" }, "GoogleRpcStatus": { "type": "object", "id": "GoogleRpcStatus", "properties": { "message": { "type": "string" }, "code": { "format": "int32", "type": "integer" }, "details": { "type": "array", "items": { "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." }, "type": "object" } } } }, "GoogleCloudDialogflowCxV3ExportIntentsMetadata": { "type": "object", "properties": {}, "id": "GoogleCloudDialogflowCxV3ExportIntentsMetadata" }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig": { "type": "object", "properties": { "serviceAccount": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig" }, "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback": { "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback", "properties": { "textSections": { "additionalProperties": { "type": "string" }, "type": "object" }, "summaryText": { "type": "string" }, "startTimestamp": { "type": "string", "format": "google-datetime" }, "submitTimestamp": { "format": "google-datetime", "type": "string" } } }, "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback": { "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback", "properties": { "answerCopied": { "type": "boolean" }, "clickedUris": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3beta1DataStoreConnection": { "properties": { "dataStore": { "type": "string" }, "dataStoreType": { "enum": [ "DATA_STORE_TYPE_UNSPECIFIED", "PUBLIC_WEB", "UNSTRUCTURED", "STRUCTURED" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] }, "documentProcessingMode": { "enum": [ "DOCUMENT_PROCESSING_MODE_UNSPECIFIED", "DOCUMENTS", "CHUNKS" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1DataStoreConnection" }, "GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse": { "properties": { "nextPageToken": { "type": "string" }, "answerRecords": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1AnswerRecord" } } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse" }, "GoogleCloudDialogflowV2beta1ToolCallResultError": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ToolCallResultError", "properties": { "retryable": { "type": "boolean" }, "message": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio": { "id": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio", "type": "object", "properties": { "audioUri": { "type": "string" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" } } }, "GoogleCloudDialogflowCxV3ImportEntityTypesResponse": { "properties": { "entityTypes": { "items": { "type": "string" }, "type": "array" }, "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources" } }, "id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1TrainAgentRequest": { "properties": {}, "id": "GoogleCloudDialogflowV2beta1TrainAgentRequest", "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestionDedupingConfig": { "properties": { "enableDeduping": { "type": "boolean" }, "similarityThreshold": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowV2beta1SuggestionDedupingConfig", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageMediaContent": { "id": "GoogleCloudDialogflowV2IntentMessageMediaContent", "type": "object", "properties": { "mediaType": { "type": "string", "enum": [ "RESPONSE_MEDIA_TYPE_UNSPECIFIED", "AUDIO" ], "enumDescriptions": [ "", "" ] }, "mediaObjects": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject" } } } }, "GoogleCloudDialogflowCxV3ContinuousTestResult": { "type": "object", "id": "GoogleCloudDialogflowCxV3ContinuousTestResult", "properties": { "testCaseResults": { "type": "array", "items": { "type": "string" } }, "name": { "type": "string" }, "result": { "enumDescriptions": [ "", "", "" ], "enum": [ "AGGREGATED_TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "type": "string" }, "runTime": { "format": "google-datetime", "type": "string" } } }, "GoogleCloudDialogflowCxV3Intent": { "properties": { "trainingPhrases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrase" } }, "labels": { "type": "object", "additionalProperties": { "type": "string" } }, "priority": { "type": "integer", "format": "int32" }, "parameters": { "items": { "$ref": "GoogleCloudDialogflowCxV3IntentParameter" }, "type": "array" }, "isFallback": { "type": "boolean" }, "description": { "type": "string" }, "name": { "type": "string" }, "displayName": { "type": "string" }, "dtmfPattern": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3Intent", "type": "object" }, "GoogleCloudDialogflowV2ToolCallResultError": { "id": "GoogleCloudDialogflowV2ToolCallResultError", "properties": { "message": { "type": "string" }, "retryable": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig": { "properties": { "sensitivityLevel": { "enum": [ "SENSITIVITY_LEVEL_UNSPECIFIED", "BLOCK_MOST", "BLOCK_SOME", "BLOCK_FEW", "BLOCK_NONE" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" }, "category": { "enum": [ "RAI_CATEGORY_UNSPECIFIED", "DANGEROUS_CONTENT", "SEXUALLY_EXPLICIT", "HARASSMENT", "HATE_SPEECH" ], "type": "string", "enumDescriptions": [ "", "", "", "", "" ] } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig" }, "GoogleCloudDialogflowV2IntentFollowupIntentInfo": { "id": "GoogleCloudDialogflowV2IntentFollowupIntentInfo", "properties": { "parentFollowupIntentName": { "type": "string" }, "followupIntentName": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo": { "type": "object", "properties": { "extraMimeContents": { "type": "array", "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent" } }, "sdp": { "type": "string" }, "sipHeaders": { "readOnly": true, "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader" } }, "dialedNumber": { "readOnly": true, "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo" }, "GoogleCloudDialogflowCxV3ExportFlowResponse": { "id": "GoogleCloudDialogflowCxV3ExportFlowResponse", "type": "object", "properties": { "flowContent": { "type": "string", "format": "byte" }, "flowUri": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest": { "type": "object", "id": "GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest", "properties": { "entityValues": { "items": { "type": "string" }, "type": "array" }, "languageCode": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata", "properties": {} }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue": { "properties": { "secretVersion": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue" }, "GoogleCloudDialogflowCxV3RunContinuousTestMetadata": { "id": "GoogleCloudDialogflowCxV3RunContinuousTestMetadata", "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1IntentParameter": { "type": "object", "properties": { "entityType": { "type": "string" }, "id": { "type": "string" }, "redact": { "type": "boolean" }, "isList": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3beta1IntentParameter" }, "GoogleCloudDialogflowV2beta1RestoreAgentRequest": { "properties": { "agentUri": { "type": "string" }, "agentContent": { "format": "byte", "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1RestoreAgentRequest", "type": "object" }, "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric": { "properties": { "isAddressed": { "readOnly": true, "type": "boolean" }, "reasoning": { "readOnly": true, "type": "string" }, "question": { "type": "string", "readOnly": true } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric" }, "GoogleCloudDialogflowCxV3PageInfoFormInfo": { "properties": { "parameterInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo" } } }, "id": "GoogleCloudDialogflowCxV3PageInfoFormInfo", "type": "object" }, "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart": { "id": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart", "type": "object", "properties": { "parameterId": { "type": "string" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1TestCaseError": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TestCaseError", "properties": { "status": { "$ref": "GoogleRpcStatus" }, "testCase": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCase" } } }, "GoogleCloudDialogflowV2beta1FaqAnswer": { "type": "object", "id": "GoogleCloudDialogflowV2beta1FaqAnswer", "properties": { "metadata": { "type": "object", "additionalProperties": { "type": "string" } }, "question": { "type": "string" }, "answerRecord": { "type": "string" }, "confidence": { "type": "number", "format": "float" }, "answer": { "type": "string" }, "source": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest": { "id": "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest", "type": "object", "properties": { "suggestionFeatureType": { "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "DIALOGFLOW_ASSIST", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "enumDescriptions": [ "", "", "", "", "", "", "", "" ], "type": "string" }, "participantRole": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] } } }, "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo": { "id": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo", "type": "object", "properties": { "contextReferenceRetrieved": { "type": "boolean" }, "ingestedParametersDebugInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" } }, "projectNotAllowlisted": { "type": "boolean" } } }, "GoogleCloudDialogflowV2beta1PhoneNumber": { "type": "object", "properties": { "allowedSipTrunks": { "$ref": "GoogleCloudDialogflowV2beta1PhoneNumberAllowedSipTrunks" }, "conversationProfile": { "type": "string" }, "name": { "type": "string" }, "lifecycleState": { "readOnly": true, "enum": [ "LIFECYCLE_STATE_UNSPECIFIED", "ACTIVE", "DELETE_REQUESTED" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "phoneNumber": { "readOnly": true, "type": "string" }, "purgeTime": { "readOnly": true, "format": "google-datetime", "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1PhoneNumber" }, "GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest": { "id": "GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest", "type": "object", "properties": { "entityTypeNames": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo": { "id": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo", "properties": { "toolCallResult": { "$ref": "GoogleCloudDialogflowV2beta1ToolCallResult" }, "toolCall": { "$ref": "GoogleCloudDialogflowV2beta1ToolCall" } }, "type": "object" }, "GoogleCloudDialogflowCxV3TestCase": { "id": "GoogleCloudDialogflowCxV3TestCase", "properties": { "notes": { "type": "string" }, "testConfig": { "$ref": "GoogleCloudDialogflowCxV3TestConfig" }, "name": { "type": "string" }, "testCaseConversationTurns": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurn" } }, "tags": { "type": "array", "items": { "type": "string" } }, "displayName": { "type": "string" }, "lastTestResult": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" }, "creationTime": { "format": "google-datetime", "type": "string", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ImportAgentRequest": { "id": "GoogleCloudDialogflowV2beta1ImportAgentRequest", "type": "object", "properties": { "agentUri": { "type": "string" }, "agentContent": { "type": "string", "format": "byte" } } }, "GoogleCloudDialogflowV2beta1CompleteConversationRequest": { "type": "object", "id": "GoogleCloudDialogflowV2beta1CompleteConversationRequest", "properties": {} }, "GoogleCloudDialogflowCxV3beta1InputAudioConfig": { "type": "object", "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" }, "sampleRateHertz": { "type": "integer", "format": "int32" }, "model": { "type": "string" }, "enableWordInfo": { "type": "boolean" }, "modelVariant": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ] }, "bargeInConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1BargeInConfig" }, "optOutConformerModelMigration": { "type": "boolean" }, "phraseHints": { "items": { "type": "string" }, "type": "array" }, "singleUtterance": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1TestCase": { "properties": { "displayName": { "type": "string" }, "testCaseConversationTurns": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurn" } }, "tags": { "items": { "type": "string" }, "type": "array" }, "testConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1TestConfig" }, "notes": { "type": "string" }, "creationTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "name": { "type": "string" }, "lastTestResult": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" } }, "id": "GoogleCloudDialogflowCxV3beta1TestCase", "type": "object" }, "GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata": { "id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata", "type": "object", "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" }, "type": "array" } } }, "GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata": { "type": "object", "properties": { "request": { "$ref": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest", "readOnly": true } }, "id": "GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata" }, "GoogleCloudDialogflowV2IntentMessageCarouselSelect": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageCarouselSelect", "properties": { "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem" } } } }, "GoogleCloudDialogflowV2ToolCallResult": { "type": "object", "id": "GoogleCloudDialogflowV2ToolCallResult", "properties": { "createTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "error": { "$ref": "GoogleCloudDialogflowV2ToolCallResultError" }, "answerRecord": { "type": "string" }, "rawContent": { "format": "byte", "type": "string" }, "tool": { "type": "string" }, "cesToolset": { "type": "string" }, "content": { "type": "string" }, "cesTool": { "type": "string" }, "action": { "type": "string" }, "cesApp": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": { "properties": { "similarityScore": { "readOnly": true, "format": "float", "type": "number" }, "suggestionIndex": { "readOnly": true, "format": "int32", "type": "integer" }, "answerRecord": { "readOnly": true, "type": "string" }, "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" }, "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency", "properties": { "step": { "type": "string" }, "completeTime": { "type": "string", "format": "google-datetime" }, "latencyMs": { "type": "number", "format": "float" }, "startTime": { "format": "google-datetime", "type": "string" } } }, "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader": { "id": "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader", "properties": { "value": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata": { "properties": { "conversationDataset": { "type": "string" } }, "id": "GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata", "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText": { "properties": { "text": { "type": "string" }, "ssml": { "type": "string" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText", "type": "object" }, "GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest": { "properties": { "intents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Intent" } } }, "id": "GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageImage": { "type": "object", "properties": { "imageUri": { "type": "string" }, "accessibilityText": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageImage" }, "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction": { "id": "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction", "type": "object", "properties": { "value": { "type": "any" }, "parameter": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff", "type": "object", "properties": { "metadata": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } } }, "GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest": { "properties": { "requests": { "items": { "$ref": "GoogleCloudDialogflowV2beta1CreateMessageRequest" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio", "properties": { "allowPlaybackInterruption": { "type": "boolean", "readOnly": true }, "audioUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio": { "properties": { "segments": { "items": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio", "type": "object" }, "GoogleCloudDialogflowV2beta1GcsDestination": { "id": "GoogleCloudDialogflowV2beta1GcsDestination", "type": "object", "properties": { "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1SuggestArticlesResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse", "type": "object", "properties": { "articleAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1ArticleAnswer" }, "type": "array" }, "latestMessage": { "type": "string" }, "contextSize": { "type": "integer", "format": "int32" } } }, "GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest": { "properties": { "languageCode": { "type": "string" }, "intentBatchInline": { "$ref": "GoogleCloudDialogflowV2beta1IntentBatch" }, "intentBatchUri": { "type": "string" }, "updateMask": { "type": "string", "format": "google-fieldmask" }, "intentView": { "enumDescriptions": [ "", "" ], "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow": { "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow", "type": "object", "properties": { "dividerAfter": { "type": "boolean" }, "cells": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell" } } } }, "GoogleCloudDialogflowV2EntityType": { "type": "object", "properties": { "displayName": { "type": "string" }, "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" } }, "kind": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "KIND_UNSPECIFIED", "KIND_MAP", "KIND_LIST", "KIND_REGEXP" ] }, "autoExpansionMode": { "enumDescriptions": [ "", "" ], "enum": [ "AUTO_EXPANSION_MODE_UNSPECIFIED", "AUTO_EXPANSION_MODE_DEFAULT" ], "type": "string" }, "name": { "type": "string" }, "enableFuzzyExtraction": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2EntityType" }, "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig": { "id": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig", "type": "object", "properties": { "webhookOverrides": { "items": { "$ref": "GoogleCloudDialogflowCxV3Webhook" }, "type": "array" } } }, "GoogleCloudDialogflowV2SummarySuggestion": { "id": "GoogleCloudDialogflowV2SummarySuggestion", "type": "object", "properties": { "summarySections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SummarySuggestionSummarySection" } } } }, "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources": { "id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources", "properties": { "entityTypeDisplayNames": { "items": { "type": "string" }, "type": "array" }, "entityDisplayNames": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry": { "properties": { "agentVersion": { "type": "string" }, "description": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry", "type": "object" }, "GoogleCloudDialogflowV2beta1EventInput": { "type": "object", "id": "GoogleCloudDialogflowV2beta1EventInput", "properties": { "languageCode": { "type": "string" }, "name": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } } } }, "GoogleCloudDialogflowCxV3ImportIntentsMetadata": { "type": "object", "id": "GoogleCloudDialogflowCxV3ImportIntentsMetadata", "properties": {} }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections": { "type": "object", "properties": { "sectionTypes": { "items": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "SECTION_TYPE_UNSPECIFIED", "SITUATION", "ACTION", "RESOLUTION", "REASON_FOR_CANCELLATION", "CUSTOMER_SATISFACTION", "ENTITIES" ] }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections" }, "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest": { "type": "object", "properties": { "encryptionSpec": { "$ref": "GoogleCloudDialogflowV2beta1EncryptionSpec" } }, "id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest" }, "GoogleCloudDialogflowV2SuggestFaqAnswersResponse": { "type": "object", "id": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse", "properties": { "contextSize": { "type": "integer", "format": "int32" }, "latestMessage": { "type": "string" }, "faqAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2FaqAnswer" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse": { "properties": { "entityTypes": { "type": "array", "items": { "type": "string" } }, "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources" } }, "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse", "type": "object" }, "GoogleCloudDialogflowV2ArticleAnswer": { "id": "GoogleCloudDialogflowV2ArticleAnswer", "type": "object", "properties": { "confidence": { "format": "float", "type": "number" }, "title": { "type": "string" }, "answerRecord": { "type": "string" }, "snippets": { "items": { "type": "string" }, "type": "array" }, "metadata": { "type": "object", "additionalProperties": { "type": "string" } }, "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer": { "properties": { "answerType": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "ANSWER_TYPE_UNSPECIFIED", "FAQ", "GENERATIVE", "INTENT", "PLAYBOOK", "EVENT" ] }, "answer": { "type": "string" }, "answerRecord": { "type": "string" }, "answerSources": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource" } } }, "id": "GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer", "type": "object" }, "GoogleCloudDialogflowV2SuggestArticlesResponse": { "properties": { "articleAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2ArticleAnswer" } }, "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" } }, "id": "GoogleCloudDialogflowV2SuggestArticlesResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1TestRunDifference": { "id": "GoogleCloudDialogflowCxV3beta1TestRunDifference", "properties": { "description": { "type": "string" }, "type": { "enum": [ "DIFF_TYPE_UNSPECIFIED", "INTENT", "PAGE", "PARAMETERS", "UTTERANCE", "FLOW" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1Context": { "id": "GoogleCloudDialogflowV2beta1Context", "type": "object", "properties": { "parameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "name": { "type": "string" }, "lifespanCount": { "type": "integer", "format": "int32" } } }, "GoogleCloudDialogflowV2beta1SuggestionArticle": { "id": "GoogleCloudDialogflowV2beta1SuggestionArticle", "type": "object", "properties": { "title": { "type": "string" }, "snippets": { "type": "array", "items": { "type": "string" } }, "answerRecord": { "type": "string" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "uri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3Form": { "properties": { "parameters": { "items": { "$ref": "GoogleCloudDialogflowCxV3FormParameter" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3Form", "type": "object" }, "GoogleCloudDialogflowV2beta1ToolsetTool": { "id": "GoogleCloudDialogflowV2beta1ToolsetTool", "properties": { "toolset": { "type": "string" }, "confirmationRequirement": { "enum": [ "CONFIRMATION_REQUIREMENT_UNSPECIFIED", "REQUIRED", "NOT_REQUIRED" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "operationId": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ToolAuthentication": { "id": "GoogleCloudDialogflowV2beta1ToolAuthentication", "type": "object", "properties": { "bearerTokenConfig": { "$ref": "GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig" }, "apiKeyConfig": { "$ref": "GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig" }, "serviceAgentAuthConfig": { "$ref": "GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig" }, "oauthConfig": { "$ref": "GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig" } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": { "properties": { "snippets": { "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "GoogleCloudDialogflowV2beta1DtmfParameters": { "id": "GoogleCloudDialogflowV2beta1DtmfParameters", "type": "object", "properties": { "acceptsDtmfInput": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo": { "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo", "properties": { "tag": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ConnectionErrorDetails": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ConnectionErrorDetails", "properties": { "errorMessage": { "type": "string" }, "certificateState": { "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "enum": [ "CERTIFICATE_STATE_UNSPECIFIED", "CERTIFICATE_VALID", "CERTIFICATE_INVALID", "CERTIFICATE_EXPIRED", "CERTIFICATE_HOSTNAME_NOT_FOUND", "CERTIFICATE_UNAUTHENTICATED", "CERTIFICATE_TRUST_STORE_NOT_FOUND", "CERTIFICATE_HOSTNAME_INVALID_FORMAT", "CERTIFICATE_QUOTA_EXCEEDED" ], "type": "string", "readOnly": true } } }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard", "type": "object", "properties": { "imageDisplayOptions": { "enumDescriptions": [ "", "", "", "", "" ], "enum": [ "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED", "GRAY", "WHITE", "CROPPED", "BLURRED_BACKGROUND" ], "type": "string" }, "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem" } } } }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig": { "type": "object", "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig", "properties": { "agent": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources": { "type": "object", "properties": { "instructionIndexes": { "readOnly": true, "type": "array", "items": { "format": "int32", "type": "integer" } } }, "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources" }, "GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata": { "id": "GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2beta1QueryParameters": { "id": "GoogleCloudDialogflowV2beta1QueryParameters", "type": "object", "properties": { "sessionEntityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "type": "array" }, "platform": { "type": "string" }, "resetContexts": { "type": "boolean" }, "geoLocation": { "$ref": "GoogleTypeLatLng" }, "contexts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "type": "array" }, "payload": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "subAgents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SubAgent" } }, "timeZone": { "type": "string" }, "knowledgeBaseNames": { "items": { "type": "string" }, "type": "array" }, "sentimentAnalysisRequestConfig": { "$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig" }, "webhookHeaders": { "type": "object", "additionalProperties": { "type": "string" } } } }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion", "type": "object", "properties": { "agentAction": { "type": "string" }, "sources": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources", "readOnly": true }, "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult", "readOnly": true } } }, "GoogleProtobufEmpty": { "id": "GoogleProtobufEmpty", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata": { "type": "object", "properties": { "version": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata" }, "GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest": { "properties": { "currentTextInput": { "$ref": "GoogleCloudDialogflowV2beta1TextInput" }, "latestMessage": { "type": "string" }, "contextSize": { "type": "integer", "format": "int32" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": { "properties": { "uri": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "title": { "type": "string" }, "text": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" }, "GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse": { "type": "object", "id": "GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse", "properties": { "entityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "type": "array" } } }, "GoogleCloudDialogflowV2beta1SearchAgentsResponse": { "properties": { "agents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Agent" } }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1SearchAgentsResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest": { "id": "GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest", "type": "object", "properties": { "languageCode": { "type": "string" }, "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity" } } } }, "GoogleCloudDialogflowV2beta1CesAppSpec": { "type": "object", "id": "GoogleCloudDialogflowV2beta1CesAppSpec", "deprecated": true, "properties": { "confirmationRequirement": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "CONFIRMATION_REQUIREMENT_UNSPECIFIED", "REQUIRED", "NOT_REQUIRED" ] }, "reactiveEnabled": { "type": "boolean" }, "cesApp": { "type": "string" }, "proactiveEnabled": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3RunTestCaseMetadata": { "properties": {}, "type": "object", "id": "GoogleCloudDialogflowCxV3RunTestCaseMetadata" }, "GoogleCloudDialogflowV2beta1EvaluationStatus": { "type": "object", "properties": { "pipelineStatus": { "readOnly": true, "$ref": "GoogleRpcStatus" }, "done": { "readOnly": true, "type": "boolean" } }, "id": "GoogleCloudDialogflowV2beta1EvaluationStatus" }, "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig": { "type": "object", "properties": { "version": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig" }, "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase": { "id": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase", "properties": { "repeatCount": { "format": "int32", "type": "integer" }, "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart" } }, "id": { "type": "string", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ListParticipantsResponse": { "type": "object", "properties": { "participants": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Participant" } }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ListParticipantsResponse" }, "GoogleCloudDialogflowV2beta1ImportDocumentsResponse": { "id": "GoogleCloudDialogflowV2beta1ImportDocumentsResponse", "type": "object", "properties": { "warnings": { "type": "array", "items": { "$ref": "GoogleRpcStatus" } } } }, "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig": { "id": "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig", "type": "object", "properties": { "salesforceLiveAgentConfig": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig" }, "livePersonConfig": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig" } } }, "GoogleCloudDialogflowV2beta1Conversation": { "properties": { "initialGeneratorContexts": { "additionalProperties": { "$ref": "GoogleCloudDialogflowV2beta1ConversationGeneratorContext" }, "type": "object", "readOnly": true }, "phoneNumber": { "$ref": "GoogleCloudDialogflowV2beta1ConversationPhoneNumber", "readOnly": true }, "telephonyConnectionInfo": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo" }, "initialConversationProfile": { "$ref": "GoogleCloudDialogflowV2beta1ConversationProfile", "readOnly": true }, "lifecycleState": { "enum": [ "LIFECYCLE_STATE_UNSPECIFIED", "IN_PROGRESS", "COMPLETED" ], "readOnly": true, "enumDescriptions": [ "", "", "" ], "type": "string" }, "conversationProfile": { "type": "string" }, "name": { "type": "string", "readOnly": true }, "conversationStage": { "type": "string", "enum": [ "CONVERSATION_STAGE_UNSPECIFIED", "VIRTUAL_AGENT_STAGE", "HUMAN_ASSIST_STAGE" ], "enumDescriptions": [ "", "", "" ] }, "startTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "ingestedContextReferences": { "type": "object", "readOnly": true, "additionalProperties": { "$ref": "GoogleCloudDialogflowV2beta1ConversationContextReference" } }, "endTime": { "readOnly": true, "format": "google-datetime", "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1Conversation", "type": "object" }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent": { "type": "object", "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent", "properties": { "suggestionResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SuggestionResult" } }, "conversation": { "type": "string" }, "participant": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentSuggestion": { "id": "GoogleCloudDialogflowV2beta1IntentSuggestion", "properties": { "displayName": { "type": "string" }, "intentV2": { "type": "string" }, "description": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest": { "properties": { "statelessConversation": { "$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation" }, "latestMessage": { "type": "string" }, "maxContextSize": { "type": "integer", "format": "int32" }, "conversationProfile": { "$ref": "GoogleCloudDialogflowV2beta1ConversationProfile" } }, "id": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest", "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo": { "type": "object", "properties": { "totalTokenCount": { "type": "integer", "format": "int32" }, "candidatesTokenCount": { "type": "integer", "format": "int32" }, "thinkingBudgetTokens": { "type": "integer", "format": "int32" }, "promptTokenCount": { "type": "integer", "format": "int32" }, "similarityToLastQuery": { "type": "number", "format": "float" }, "similarityToLastQueryThreshold": { "type": "number", "format": "float" }, "thinkingLevel": { "type": "string" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo" }, "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo": { "id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo", "type": "object", "properties": { "projectNotAllowlisted": { "type": "boolean" }, "contextReferenceRetrieved": { "type": "boolean" }, "ingestedParametersDebugInfo": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput": { "properties": { "isWebhookEnabled": { "type": "boolean" }, "enableSentimentAnalysis": { "type": "boolean" }, "input": { "$ref": "GoogleCloudDialogflowCxV3beta1QueryInput" }, "injectedParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion", "type": "object", "properties": { "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources" }, "agentAction": { "type": "string" }, "duplicateCheckResult": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult" } } }, "GoogleCloudDialogflowCxV3ImportTestCasesResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3ImportTestCasesResponse", "properties": { "names": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3GcsDestination": { "id": "GoogleCloudDialogflowCxV3GcsDestination", "properties": { "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SessionEntityType": { "id": "GoogleCloudDialogflowV2beta1SessionEntityType", "properties": { "name": { "type": "string" }, "entities": { "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity" }, "type": "array" }, "entityOverrideMode": { "enumDescriptions": [ "", "", "" ], "enum": [ "ENTITY_OVERRIDE_MODE_UNSPECIFIED", "ENTITY_OVERRIDE_MODE_OVERRIDE", "ENTITY_OVERRIDE_MODE_SUPPLEMENT" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1QueryInput": { "id": "GoogleCloudDialogflowCxV3beta1QueryInput", "properties": { "intent": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentInput" }, "dtmf": { "$ref": "GoogleCloudDialogflowCxV3beta1DtmfInput" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCallResult" }, "audio": { "$ref": "GoogleCloudDialogflowCxV3beta1AudioInput" }, "event": { "$ref": "GoogleCloudDialogflowCxV3beta1EventInput" }, "languageCode": { "type": "string" }, "text": { "$ref": "GoogleCloudDialogflowCxV3beta1TextInput" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TurnSignals": { "properties": { "dtmfUsed": { "type": "boolean" }, "webhookStatuses": { "items": { "type": "string" }, "type": "array" }, "noMatch": { "type": "boolean" }, "reachedEndPage": { "type": "boolean" }, "sentimentScore": { "format": "float", "type": "number" }, "sentimentMagnitude": { "format": "float", "type": "number" }, "agentEscalated": { "type": "boolean" }, "userEscalated": { "type": "boolean" }, "noUserInput": { "type": "boolean" }, "failureReasons": { "type": "array", "items": { "enumDescriptions": [ "", "", "" ], "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ], "type": "string" } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TurnSignals" }, "GoogleCloudDialogflowCxV3beta1RunTestCaseResponse": { "properties": { "result": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" } }, "id": "GoogleCloudDialogflowCxV3beta1RunTestCaseResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation": { "properties": { "operation": { "enum": [ "OPERATION_TYPE_UNSPECIFIED", "LIST", "GET", "CREATE", "UPDATE", "DELETE" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ] }, "entityId": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation", "type": "object" }, "GoogleCloudDialogflowV2beta1TextToSpeechSettings": { "type": "object", "properties": { "outputAudioEncoding": { "enumDeprecated": [ false, false, true, false, false, false, false ], "type": "string", "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": [ "", "", "", "", "", "", "" ] }, "synthesizeSpeechConfigs": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig" } }, "sampleRateHertz": { "format": "int32", "type": "integer" }, "enableTextToSpeech": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2beta1TextToSpeechSettings" }, "GoogleCloudDialogflowV2AgentCoachingSuggestion": { "properties": { "sampleResponses": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse" } }, "agentActionSuggestions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion" } }, "applicableInstructions": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingInstruction" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2AgentCoachingSuggestion", "type": "object" }, "GoogleCloudDialogflowV2beta1Sentiment": { "properties": { "magnitude": { "type": "number", "format": "float" }, "score": { "type": "number", "format": "float" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1Sentiment" }, "GoogleCloudDialogflowV2beta1ResponseMessageText": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageText", "properties": { "text": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCard": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard", "properties": { "formattedText": { "type": "string" }, "title": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "subtitle": { "type": "string" }, "buttons": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" } } } }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem": { "properties": { "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "openUriAction": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" }, "title": { "type": "string" }, "description": { "type": "string" }, "footer": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem" }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource": { "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource", "type": "object", "properties": { "knowledgeBases": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1ToolCallResult": { "properties": { "error": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCallResultError" }, "action": { "type": "string" }, "outputParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "tool": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolCallResult" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmText": { "properties": { "text": { "type": "string" }, "rbmSuggestion": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmText", "type": "object" }, "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest": { "type": "object", "id": "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest", "properties": { "suggestionFeatureConfig": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig" }, "participantRole": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "type": "string" } } }, "GoogleCloudDialogflowV2AgentCoachingSuggestionSources": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", "type": "object", "properties": { "instructionIndexes": { "readOnly": true, "type": "array", "items": { "format": "int32", "type": "integer" } } } }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation": { "type": "object", "properties": {}, "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation" }, "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer": { "id": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer", "type": "object", "properties": { "answerRecord": { "type": "string" }, "intentSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1IntentSuggestion" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" } } }, "GoogleCloudDialogflowCxV3beta1Environment": { "id": "GoogleCloudDialogflowCxV3beta1Environment", "properties": { "versionConfigs": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig" }, "type": "array" }, "testCasesConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig" }, "description": { "type": "string" }, "updateTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "webhookConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig" }, "name": { "type": "string" }, "displayName": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue": { "id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue", "type": "object", "properties": { "originalValue": { "type": "string" }, "resolvedValue": { "type": "any" } } }, "GoogleCloudDialogflowV2beta1EntityTypeEntity": { "type": "object", "properties": { "synonyms": { "type": "array", "items": { "type": "string" } }, "value": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1EntityTypeEntity" }, "GoogleCloudDialogflowCxV3QueryInput": { "type": "object", "id": "GoogleCloudDialogflowCxV3QueryInput", "properties": { "event": { "$ref": "GoogleCloudDialogflowCxV3EventInput" }, "text": { "$ref": "GoogleCloudDialogflowCxV3TextInput" }, "intent": { "$ref": "GoogleCloudDialogflowCxV3IntentInput" }, "languageCode": { "type": "string" }, "dtmf": { "$ref": "GoogleCloudDialogflowCxV3DtmfInput" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowCxV3ToolCallResult" }, "audio": { "$ref": "GoogleCloudDialogflowCxV3AudioInput" } } }, "GoogleCloudDialogflowV2ConversationModel": { "type": "object", "id": "GoogleCloudDialogflowV2ConversationModel", "properties": { "datasets": { "items": { "$ref": "GoogleCloudDialogflowV2InputDataset" }, "type": "array" }, "articleSuggestionModelMetadata": { "$ref": "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata" }, "displayName": { "type": "string" }, "name": { "type": "string" }, "languageCode": { "type": "string" }, "satisfiesPzs": { "readOnly": true, "type": "boolean" }, "satisfiesPzi": { "type": "boolean", "readOnly": true }, "state": { "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "type": "string", "readOnly": true, "enum": [ "STATE_UNSPECIFIED", "CREATING", "UNDEPLOYED", "DEPLOYING", "DEPLOYED", "UNDEPLOYING", "DELETING", "FAILED", "PENDING" ] }, "smartReplyModelMetadata": { "$ref": "GoogleCloudDialogflowV2SmartReplyModelMetadata" }, "createTime": { "format": "google-datetime", "type": "string", "readOnly": true } } }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent": { "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent", "properties": { "message": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" }, "additionalCases": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig": { "id": "GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig", "type": "object", "properties": { "service": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ListDocumentsResponse": { "type": "object", "properties": { "nextPageToken": { "type": "string" }, "documents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Document" } } }, "id": "GoogleCloudDialogflowV2beta1ListDocumentsResponse" }, "GoogleCloudDialogflowCxV3LanguageInfo": { "properties": { "resolvedLanguageCode": { "type": "string" }, "confidenceScore": { "type": "number", "format": "float" }, "inputLanguageCode": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3LanguageInfo" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse": { "properties": { "responseText": { "type": "string" }, "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources" }, "duplicateCheckResult": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult" } }, "type": "object", "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse" }, "GoogleCloudDialogflowV2beta1IntentMessageListSelect": { "type": "object", "properties": { "title": { "type": "string" }, "items": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem" }, "type": "array" }, "subtitle": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageListSelect" }, "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest": { "properties": { "encryptionSpec": { "$ref": "GoogleCloudDialogflowV2EncryptionSpec" } }, "type": "object", "id": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest" }, "GoogleCloudDialogflowV2IntentMessageColumnProperties": { "id": "GoogleCloudDialogflowV2IntentMessageColumnProperties", "properties": { "header": { "type": "string" }, "horizontalAlignment": { "enum": [ "HORIZONTAL_ALIGNMENT_UNSPECIFIED", "LEADING", "CENTER", "TRAILING" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ListConversationsResponse": { "id": "GoogleCloudDialogflowV2beta1ListConversationsResponse", "properties": { "nextPageToken": { "type": "string" }, "conversations": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Conversation" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo": { "id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo", "properties": { "parameters": { "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue" }, "type": "object" }, "displayName": { "type": "string" }, "confidence": { "format": "float", "type": "number" }, "lastMatchedIntent": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest": { "id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest", "type": "object", "properties": { "latestMessage": { "type": "string" }, "triggerEvents": { "type": "array", "items": { "type": "string", "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE" ], "enumDescriptions": [ "", "", "", "", "" ] } } } }, "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo", "properties": { "synonyms": { "type": "array", "items": { "type": "string" } }, "key": { "type": "string" } } }, "GoogleCloudDialogflowV3alpha1ConversationSignals": { "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowV3alpha1TurnSignals" } }, "type": "object", "id": "GoogleCloudDialogflowV3alpha1ConversationSignals" }, "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig": { "id": "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig", "properties": { "service": { "type": "string" }, "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportTestCasesMetadata": { "type": "object", "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestCaseError" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3ImportTestCasesMetadata" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo", "type": "object", "properties": { "queryGenerationDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo" }, "knowledgeAssistBehavior": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior" }, "cesDebugInfo": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "serviceLatency": { "$ref": "GoogleCloudDialogflowV2beta1ServiceLatency" }, "ingestedContextReferenceDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo" }, "queryCategorizationFailureReason": { "enum": [ "QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED", "QUERY_CATEGORIZATION_INVALID_CONFIG", "QUERY_CATEGORIZATION_RESULT_NOT_FOUND", "QUERY_CATEGORIZATION_FAILED" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] }, "queryGenerationFailureReason": { "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "type": "string", "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" ] }, "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" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ] } } }, "GoogleCloudDialogflowV2beta1DetectIntentRequest": { "type": "object", "id": "GoogleCloudDialogflowV2beta1DetectIntentRequest", "properties": { "outputAudioConfigMask": { "format": "google-fieldmask", "type": "string" }, "queryInput": { "$ref": "GoogleCloudDialogflowV2beta1QueryInput" }, "queryParams": { "$ref": "GoogleCloudDialogflowV2beta1QueryParameters" }, "inputAudio": { "type": "string", "format": "byte" }, "outputAudioConfig": { "$ref": "GoogleCloudDialogflowV2beta1OutputAudioConfig" } } }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig": { "properties": { "skipEmptyEventBasedSuggestion": { "type": "boolean" }, "generators": { "type": "array", "items": { "type": "string" } }, "featureConfigs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig" } }, "useUnredactedConversationData": { "type": "boolean" }, "groupSuggestionResponses": { "type": "boolean" }, "disableHighLatencyFeaturesSyncDelivery": { "type": "boolean" }, "enableAsyncToolCall": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig" }, "GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest": { "type": "object", "properties": { "generatorName": { "type": "string" }, "securitySettings": { "type": "string" }, "conversationContext": { "$ref": "GoogleCloudDialogflowV2beta1ConversationContext" }, "generator": { "$ref": "GoogleCloudDialogflowV2beta1Generator" }, "contextReferences": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowV2beta1ConversationContextReference" } }, "triggerEvents": { "type": "array", "items": { "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE" ], "type": "string", "enumDescriptions": [ "", "", "", "", "" ] } } }, "id": "GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest" }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent": { "properties": { "additionalCases": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases" }, "message": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult": { "properties": { "answerRecord": { "type": "string", "readOnly": true }, "suggestedQuery": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery" } }, "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult" }, "GoogleCloudDialogflowCxV3WebhookGenericWebService": { "id": "GoogleCloudDialogflowCxV3WebhookGenericWebService", "type": "object", "properties": { "username": { "type": "string", "deprecated": true }, "oauthConfig": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig" }, "serviceAccountAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig" }, "parameterMapping": { "additionalProperties": { "type": "string" }, "type": "object" }, "secretVersionForUsernamePassword": { "type": "string" }, "password": { "type": "string", "deprecated": true }, "requestHeaders": { "additionalProperties": { "type": "string" }, "type": "object" }, "allowedCaCerts": { "type": "array", "items": { "type": "string", "format": "byte" } }, "serviceAgentAuth": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "NONE", "ID_TOKEN", "ACCESS_TOKEN" ], "type": "string" }, "httpMethod": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "" ], "enum": [ "HTTP_METHOD_UNSPECIFIED", "POST", "GET", "HEAD", "PUT", "DELETE", "PATCH", "OPTIONS" ] }, "secretVersionsForRequestHeaders": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue" } }, "webhookType": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "WEBHOOK_TYPE_UNSPECIFIED", "STANDARD", "FLEXIBLE" ] }, "requestBody": { "type": "string" }, "uri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText": { "type": "object", "properties": { "text": { "type": "string" }, "ssml": { "type": "string" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText" }, "GoogleCloudDialogflowCxV3ExportIntentsResponse": { "type": "object", "properties": { "intentsUri": { "type": "string" }, "intentsContent": { "$ref": "GoogleCloudDialogflowCxV3InlineDestination" } }, "id": "GoogleCloudDialogflowCxV3ExportIntentsResponse" }, "GoogleCloudDialogflowV2DeployConversationModelOperationMetadata": { "type": "object", "properties": { "doneTime": { "type": "string", "format": "google-datetime" }, "createTime": { "format": "google-datetime", "type": "string" }, "conversationModel": { "type": "string" } }, "id": "GoogleCloudDialogflowV2DeployConversationModelOperationMetadata" }, "GoogleCloudDialogflowCxV3ToolCallResult": { "type": "object", "properties": { "outputParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "tool": { "type": "string" }, "error": { "$ref": "GoogleCloudDialogflowCxV3ToolCallResultError" }, "action": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ToolCallResult" }, "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources": { "properties": { "entityDisplayNames": { "items": { "type": "string" }, "type": "array" }, "intentDisplayNames": { "items": { "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources", "type": "object" }, "GoogleCloudDialogflowCxV3ToolCall": { "id": "GoogleCloudDialogflowCxV3ToolCall", "properties": { "tool": { "type": "string" }, "action": { "type": "string" }, "inputParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } }, "type": "object" }, "GoogleCloudDialogflowV2GeneratorSuggestion": { "id": "GoogleCloudDialogflowV2GeneratorSuggestion", "properties": { "toolCallInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo" } }, "freeFormSuggestion": { "$ref": "GoogleCloudDialogflowV2FreeFormSuggestion" }, "summarySuggestion": { "$ref": "GoogleCloudDialogflowV2SummarySuggestion" }, "agentCoachingSuggestion": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestion" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ValidationResult": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ValidationResult", "properties": { "validationErrors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1ValidationError" } } } }, "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse": { "id": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse", "type": "object", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "summary": { "$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary" }, "latestMessage": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1Form": { "properties": { "parameters": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FormParameter" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Form" }, "GoogleCloudDialogflowV2beta1AnalyzeContentRequest": { "type": "object", "properties": { "eventInput": { "$ref": "GoogleCloudDialogflowV2beta1EventInput" }, "textInput": { "$ref": "GoogleCloudDialogflowV2beta1TextInput" }, "intentInput": { "$ref": "GoogleCloudDialogflowV2beta1IntentInput" }, "requestId": { "type": "string" }, "suggestionInput": { "$ref": "GoogleCloudDialogflowV2beta1SuggestionInput" }, "queryParams": { "$ref": "GoogleCloudDialogflowV2beta1QueryParameters" }, "cxCurrentPage": { "type": "string" }, "audioInput": { "$ref": "GoogleCloudDialogflowV2beta1AudioInput" }, "replyAudioConfig": { "$ref": "GoogleCloudDialogflowV2beta1OutputAudioConfig" }, "cxParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "messageSendTime": { "type": "string", "format": "google-datetime" }, "assistQueryParams": { "$ref": "GoogleCloudDialogflowV2beta1AssistQueryParameters" } }, "id": "GoogleCloudDialogflowV2beta1AnalyzeContentRequest" }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction", "type": "object", "properties": { "urlTypeHint": { "enum": [ "URL_TYPE_HINT_UNSPECIFIED", "AMP_ACTION", "AMP_CONTENT" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "url": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1EntityTypeBatch": { "id": "GoogleCloudDialogflowV2beta1EntityTypeBatch", "type": "object", "properties": { "entityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1LanguageInfo": { "properties": { "confidenceScore": { "type": "number", "format": "float" }, "inputLanguageCode": { "type": "string" }, "resolvedLanguageCode": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1LanguageInfo", "type": "object" }, "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig": { "id": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig", "properties": { "enablePredeploymentRun": { "type": "boolean" }, "testCases": { "items": { "type": "string" }, "type": "array" }, "enableContinuousRun": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1DeployFlowResponse": { "properties": { "environment": { "$ref": "GoogleCloudDialogflowCxV3beta1Environment" }, "deployment": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1DeployFlowResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse": { "id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse", "type": "object", "properties": { "generatorSuggestionAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer" }, "type": "array" }, "latestMessage": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1StreamingRecognitionResult": { "type": "object", "properties": { "confidence": { "type": "number", "format": "float" }, "languageCode": { "type": "string" }, "speechEndOffset": { "type": "string", "format": "google-duration" }, "messageType": { "type": "string", "enum": [ "MESSAGE_TYPE_UNSPECIFIED", "TRANSCRIPT", "END_OF_SINGLE_UTTERANCE", "DTMF_DIGITS", "PARTIAL_DTMF_DIGITS", "SPEECH_ACTIVITY_BEGIN", "SPEECH_ACTIVITY_END" ], "enumDescriptions": [ "", "", "", "", "", "", "" ] }, "speechWordInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SpeechWordInfo" } }, "dtmfDigits": { "$ref": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents" }, "isFinal": { "type": "boolean" }, "stability": { "format": "float", "type": "number" }, "transcript": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult" }, "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig": { "type": "object", "properties": { "filterSpecs": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs" }, "type": "array" }, "boostSpecs": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource": { "type": "object", "properties": { "event": { "type": "string" }, "snippets": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource" }, "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest": { "id": "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest", "type": "object", "properties": { "entityTypeBatchInline": { "$ref": "GoogleCloudDialogflowV2beta1EntityTypeBatch" }, "updateMask": { "type": "string", "format": "google-fieldmask" }, "languageCode": { "type": "string" }, "entityTypeBatchUri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ConversationTurn": { "properties": { "virtualAgentOutput": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput" }, "userInput": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurnUserInput" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ConversationTurn" }, "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail": { "id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail", "type": "object", "properties": { "sectionDetails": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail" }, "readOnly": true, "type": "array" }, "score": { "format": "float", "type": "number", "readOnly": true }, "metric": { "readOnly": true, "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo", "type": "object", "properties": { "tag": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageImage": { "properties": { "accessibilityText": { "type": "string" }, "imageUri": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "GoogleCloudDialogflowCxV3ExportTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3ExportTestCasesResponse", "type": "object", "properties": { "gcsUri": { "type": "string" }, "content": { "format": "byte", "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig": { "properties": { "webhookOverrides": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Webhook" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig", "type": "object" }, "GoogleCloudDialogflowCxV3ImportIntentsResponse": { "properties": { "intents": { "type": "array", "items": { "type": "string" } }, "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ImportIntentsResponse" }, "GoogleCloudDialogflowCxV3Page": { "type": "object", "id": "GoogleCloudDialogflowCxV3Page", "properties": { "entryFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "transitionRoutes": { "items": { "$ref": "GoogleCloudDialogflowCxV3TransitionRoute" }, "type": "array" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "displayName": { "type": "string" }, "knowledgeConnectorSettings": { "$ref": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings" }, "eventHandlers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3EventHandler" } }, "transitionRouteGroups": { "type": "array", "items": { "type": "string" } }, "form": { "$ref": "GoogleCloudDialogflowCxV3Form" }, "name": { "type": "string" }, "description": { "type": "string" } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext": { "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext", "properties": { "key": { "type": "string" }, "value": { "type": "string" } } }, "GoogleCloudDialogflowCxV3IntentInput": { "type": "object", "id": "GoogleCloudDialogflowCxV3IntentInput", "properties": { "intent": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1EntityType": { "type": "object", "properties": { "kind": { "enum": [ "KIND_UNSPECIFIED", "KIND_MAP", "KIND_LIST", "KIND_REGEXP" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] }, "enableFuzzyExtraction": { "type": "boolean" }, "name": { "type": "string" }, "displayName": { "type": "string" }, "autoExpansionMode": { "enum": [ "AUTO_EXPANSION_MODE_UNSPECIFIED", "AUTO_EXPANSION_MODE_DEFAULT" ], "enumDescriptions": [ "", "" ], "type": "string" }, "entities": { "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1EntityType" }, "GoogleCloudDialogflowV2beta1ServiceLatency": { "id": "GoogleCloudDialogflowV2beta1ServiceLatency", "properties": { "internalServiceLatencies": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessage": { "type": "object", "properties": { "basicCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard" }, "listSelect": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelect" }, "quickReplies": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies" }, "platform": { "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "TELEPHONY", "GOOGLE_HANGOUTS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall" }, "telephonySynthesizeSpeech": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech" }, "rbmCarouselRichCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard" }, "rbmText": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmText" }, "linkOutSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion" }, "browseCarouselCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard" }, "suggestions": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "simpleResponses": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses" }, "card": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCard" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "rbmStandaloneRichCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard" }, "mediaContent": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent" }, "tableCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCard" }, "text": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageText" }, "carouselSelect": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect" }, "telephonyPlayAudio": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessage" }, "GoogleCloudDialogflowV2IntentMessageSelectItemInfo": { "id": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo", "type": "object", "properties": { "synonyms": { "items": { "type": "string" }, "type": "array" }, "key": { "type": "string" } } }, "GoogleCloudDialogflowCxV3WebhookResponse": { "id": "GoogleCloudDialogflowCxV3WebhookResponse", "type": "object", "properties": { "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfo" }, "targetPage": { "type": "string" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3SessionInfo" }, "fulfillmentResponse": { "$ref": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse" }, "targetFlow": { "type": "string" }, "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } } }, "GoogleCloudDialogflowCxV3beta1ExportAgentResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExportAgentResponse", "properties": { "commitSha": { "type": "string" }, "agentContent": { "type": "string", "format": "byte" }, "agentUri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1EventHandler": { "id": "GoogleCloudDialogflowCxV3beta1EventHandler", "properties": { "targetPlaybook": { "type": "string" }, "name": { "type": "string", "readOnly": true }, "targetPage": { "type": "string" }, "event": { "type": "string" }, "targetFlow": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult": { "id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult", "properties": { "completenessRubric": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsCompletenessRubric" }, "accuracyDecomposition": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition" }, "adherenceRubric": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestionResult": { "properties": { "suggestSmartRepliesResponse": { "$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse" }, "generateSuggestionsResponse": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponse" }, "suggestFaqAnswersResponse": { "$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse" }, "suggestKnowledgeAssistResponse": { "$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse" }, "error": { "$ref": "GoogleRpcStatus" }, "suggestArticlesResponse": { "$ref": "GoogleCloudDialogflowV2SuggestArticlesResponse" } }, "type": "object", "id": "GoogleCloudDialogflowV2SuggestionResult" }, "GoogleCloudDialogflowV2SummarySuggestionSummarySection": { "id": "GoogleCloudDialogflowV2SummarySuggestionSummarySection", "properties": { "section": { "type": "string" }, "summary": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse": { "type": "object", "properties": { "intents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Intent" } } }, "id": "GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent", "properties": { "media": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia" }, "suggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion" }, "type": "array" }, "description": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SummarizationContext": { "id": "GoogleCloudDialogflowV2beta1SummarizationContext", "type": "object", "properties": { "fewShotExamples": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1FewShotExample" } }, "outputLanguageCode": { "type": "string" }, "version": { "type": "string" }, "summarizationSections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationSection" } } } }, "GoogleCloudDialogflowCxV3beta1ExportIntentsResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExportIntentsResponse", "properties": { "intentsContent": { "$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination" }, "intentsUri": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ResponseMessage": { "properties": { "mixedAudio": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio" }, "endInteraction": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction" }, "text": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageText" }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall" }, "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff" } }, "id": "GoogleCloudDialogflowV2beta1ResponseMessage", "type": "object" }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig": { "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig", "type": "object", "properties": { "suggestionFeature": { "$ref": "GoogleCloudDialogflowV2beta1SuggestionFeature" }, "enableResponseDebugInfo": { "type": "boolean" }, "conversationProcessConfig": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig" }, "disableQuerySearchContext": { "type": "boolean" }, "enableConversationAugmentedQuery": { "type": "boolean" }, "raiSettings": { "$ref": "GoogleCloudDialogflowV2beta1RaiSettings" }, "enableQuerySuggestionOnly": { "type": "boolean" }, "enableEventBasedSuggestion": { "type": "boolean" }, "enableQuerySuggestionWhenNoAnswer": { "type": "boolean" }, "suggestionTriggerSettings": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings" }, "suggestionTriggerEvent": { "type": "string", "enumDescriptions": [ "", "", "", "", "" ], "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE" ] }, "queryConfig": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig" }, "disableAgentQueryLogging": { "type": "boolean" } } }, "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" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ] }, "parameter": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo": { "type": "object", "id": "GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo", "properties": { "datastoreResponseReason": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "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" ] }, "serviceLatency": { "$ref": "GoogleCloudDialogflowV2beta1ServiceLatency" }, "ingestedContextReferenceDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo" }, "searchKnowledgeBehavior": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior" }, "cesDebugInfo": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } } }, "GoogleCloudDialogflowCxV3BargeInConfig": { "properties": { "totalDuration": { "format": "google-duration", "type": "string" }, "noBargeInDuration": { "format": "google-duration", "type": "string" } }, "id": "GoogleCloudDialogflowCxV3BargeInConfig", "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult": { "type": "object", "properties": { "magnitude": { "type": "number", "format": "float" }, "score": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult" }, "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio": { "id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio", "properties": { "segments": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff": { "type": "object", "id": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff", "properties": { "metadata": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } } } }, "GoogleCloudDialogflowV2IntentMessageListSelectItem": { "id": "GoogleCloudDialogflowV2IntentMessageListSelectItem", "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "info": { "$ref": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo" } } }, "GoogleCloudDialogflowV2beta1VoiceSelectionParams": { "type": "object", "id": "GoogleCloudDialogflowV2beta1VoiceSelectionParams", "properties": { "name": { "type": "string" }, "ssmlGender": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "SSML_VOICE_GENDER_UNSPECIFIED", "SSML_VOICE_GENDER_MALE", "SSML_VOICE_GENDER_FEMALE", "SSML_VOICE_GENDER_NEUTRAL" ] } } }, "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo", "properties": { "promptTokenCount": { "type": "integer", "format": "int32" }, "similarityToLastQuery": { "format": "float", "type": "number" }, "similarityToLastQueryThreshold": { "type": "number", "format": "float" }, "thinkingBudgetTokens": { "format": "int32", "type": "integer" }, "totalTokenCount": { "type": "integer", "format": "int32" }, "thinkingLevel": { "type": "string" }, "candidatesTokenCount": { "format": "int32", "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessage": { "id": "GoogleCloudDialogflowCxV3ResponseMessage", "type": "object", "properties": { "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff" }, "outputAudioText": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText" }, "knowledgeInfoCard": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard" }, "toolCall": { "$ref": "GoogleCloudDialogflowCxV3ToolCall" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall" }, "endInteraction": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction", "readOnly": true }, "conversationSuccess": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess" }, "playAudio": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio" }, "mixedAudio": { "readOnly": true, "$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio" }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "channel": { "type": "string" }, "responseType": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "RESPONSE_TYPE_UNSPECIFIED", "ENTRY_PROMPT", "PARAMETER_PROMPT", "HANDLER_PROMPT" ] }, "text": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageText" } } }, "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall", "type": "object", "properties": { "phoneNumber": { "type": "string" }, "sipUri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue": { "properties": { "secretVersion": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue" }, "GoogleCloudDialogflowV2beta1IngestContextReferencesResponse": { "properties": { "ingestedContextReferences": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowV2beta1ConversationContextReference" } } }, "id": "GoogleCloudDialogflowV2beta1IngestContextReferencesResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1Page": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Page", "properties": { "description": { "type": "string" }, "entryFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "transitionRoutes": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute" }, "type": "array" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "displayName": { "type": "string" }, "name": { "type": "string" }, "knowledgeConnectorSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings" }, "form": { "$ref": "GoogleCloudDialogflowCxV3beta1Form" }, "eventHandlers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EventHandler" } }, "transitionRouteGroups": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowV2beta1SpeechToTextConfigGeminiAsrConfig": { "properties": { "endOfSpeechSensitivity": { "enum": [ "END_SENSITIVITY_UNSPECIFIED", "END_SENSITIVITY_HIGH", "END_SENSITIVITY_LOW" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "modelId": { "type": "string" }, "silenceDurationMs": { "format": "int32", "type": "integer" }, "startOfSpeechSensitivity": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "START_SENSITIVITY_UNSPECIFIED", "START_SENSITIVITY_HIGH", "START_SENSITIVITY_LOW" ] }, "prefixPaddingMs": { "format": "int32", "type": "integer" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SpeechToTextConfigGeminiAsrConfig" }, "GoogleCloudDialogflowV2ExportOperationMetadata": { "properties": { "exportedGcsDestination": { "$ref": "GoogleCloudDialogflowV2GcsDestination" } }, "id": "GoogleCloudDialogflowV2ExportOperationMetadata", "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult": { "type": "object", "properties": { "duplicateSuggestions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" }, "readOnly": true } }, "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult" }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings": { "properties": { "dropHandoffMessages": { "type": "boolean" }, "dropVirtualAgentMessages": { "type": "boolean" }, "dropIvrMessages": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings" }, "GoogleCloudDialogflowV2beta1ToolOpenApiTool": { "type": "object", "properties": { "tlsConfig": { "$ref": "GoogleCloudDialogflowV2beta1ToolTLSConfig" }, "textSchema": { "type": "string" }, "serviceDirectoryConfig": { "$ref": "GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig" }, "authentication": { "$ref": "GoogleCloudDialogflowV2beta1ToolAuthentication" } }, "id": "GoogleCloudDialogflowV2beta1ToolOpenApiTool" }, "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings": { "id": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings", "properties": { "targetPage": { "type": "string" }, "dataStoreConnections": { "items": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnection" }, "type": "array" }, "targetFlow": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "enabled": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1AudioInput": { "type": "object", "properties": { "config": { "$ref": "GoogleCloudDialogflowCxV3beta1InputAudioConfig" }, "audio": { "format": "byte", "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1AudioInput" }, "GoogleCloudDialogflowV2beta1AutomatedAgentConfig": { "id": "GoogleCloudDialogflowV2beta1AutomatedAgentConfig", "type": "object", "properties": { "agent": { "type": "string" }, "sessionTtl": { "format": "google-duration", "type": "string" } } }, "GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse": { "properties": { "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestion" } }, "id": "GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageListSelect": { "type": "object", "properties": { "subtitle": { "type": "string" }, "items": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageListSelectItem" }, "type": "array" }, "title": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageListSelect" }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService": { "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService", "type": "object", "properties": { "parameterMapping": { "type": "object", "additionalProperties": { "type": "string" } }, "oauthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig" }, "serviceAccountAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig" }, "username": { "deprecated": true, "type": "string" }, "httpMethod": { "enum": [ "HTTP_METHOD_UNSPECIFIED", "POST", "GET", "HEAD", "PUT", "DELETE", "PATCH", "OPTIONS" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "" ] }, "secretVersionForUsernamePassword": { "type": "string" }, "secretVersionsForRequestHeaders": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue" } }, "password": { "type": "string", "deprecated": true }, "uri": { "type": "string" }, "serviceAgentAuth": { "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "NONE", "ID_TOKEN", "ACCESS_TOKEN" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "requestHeaders": { "additionalProperties": { "type": "string" }, "type": "object" }, "allowedCaCerts": { "type": "array", "items": { "format": "byte", "type": "string" } }, "requestBody": { "type": "string" }, "webhookType": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "WEBHOOK_TYPE_UNSPECIFIED", "STANDARD", "FLEXIBLE" ] } } }, "GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata": { "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" } } }, "id": "GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata", "type": "object" }, "GoogleCloudDialogflowV2GenerateSuggestionsResponse": { "properties": { "latestMessage": { "type": "string" }, "generatorSuggestionAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer" } } }, "type": "object", "id": "GoogleCloudDialogflowV2GenerateSuggestionsResponse" }, "GoogleCloudDialogflowV2ImportConversationDataOperationResponse": { "properties": { "importCount": { "format": "int32", "type": "integer" }, "conversationDataset": { "type": "string" } }, "id": "GoogleCloudDialogflowV2ImportConversationDataOperationResponse", "type": "object" }, "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings": { "properties": { "inputParameters": { "additionalProperties": { "type": "string" }, "type": "object" }, "outputParameter": { "type": "string" }, "generator": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings" }, "GoogleCloudDialogflowV2beta1Version": { "properties": { "name": { "readOnly": true, "type": "string" }, "createTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "versionNumber": { "format": "int32", "readOnly": true, "type": "integer" }, "status": { "enum": [ "VERSION_STATUS_UNSPECIFIED", "IN_PROGRESS", "READY", "FAILED" ], "readOnly": true, "type": "string", "enumDescriptions": [ "", "", "", "" ] }, "description": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1Version" }, "GoogleCloudDialogflowCxV3BatchRunTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3BatchRunTestCasesResponse", "properties": { "results": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentBatch": { "properties": { "intents": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1IntentBatch", "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse": { "properties": { "latestMessage": { "type": "string" }, "contextSize": { "type": "integer", "format": "int32" }, "dialogflowAssistAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1ListMessagesResponse": { "properties": { "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Message" } }, "nextPageToken": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ListMessagesResponse" }, "GoogleCloudDialogflowV2IntentMessageSuggestion": { "properties": { "title": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageSuggestion" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult": { "properties": { "suggestedQuery": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery", "readOnly": true }, "answerRecord": { "type": "string", "readOnly": true } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult" }, "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse", "type": "object", "properties": { "results": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3InlineDestination": { "properties": { "content": { "type": "string", "readOnly": true, "format": "byte" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3InlineDestination" }, "GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse": { "properties": { "continuousTestResult": { "$ref": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult" } }, "id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1CesToolSpec": { "properties": { "confirmationRequirement": { "enumDescriptions": [ "", "", "" ], "enum": [ "CONFIRMATION_REQUIREMENT_UNSPECIFIED", "REQUIRED", "NOT_REQUIRED" ], "type": "string" }, "cesTool": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1CesToolSpec", "type": "object" }, "GoogleCloudDialogflowCxV3TestCaseError": { "properties": { "testCase": { "$ref": "GoogleCloudDialogflowCxV3TestCase" }, "status": { "$ref": "GoogleRpcStatus" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3TestCaseError" }, "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult": { "type": "object", "properties": { "magnitude": { "format": "float", "type": "number" }, "score": { "type": "number", "format": "float" } }, "id": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult" }, "GoogleCloudDialogflowCxV3DeployFlowMetadata": { "properties": { "testErrors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3DeployFlowMetadata" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia": { "properties": { "height": { "enum": [ "HEIGHT_UNSPECIFIED", "SHORT", "MEDIUM", "TALL" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "fileUri": { "type": "string" }, "thumbnailUri": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia" }, "GoogleCloudDialogflowCxV3EventHandler": { "properties": { "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "targetPlaybook": { "type": "string" }, "targetFlow": { "type": "string" }, "event": { "type": "string" }, "name": { "readOnly": true, "type": "string" }, "targetPage": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3EventHandler" }, "GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse", "properties": { "nextPageToken": { "type": "string" }, "generatorEvaluations": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluation" } } } }, "GoogleCloudDialogflowV2beta1Message": { "properties": { "sentimentAnalysis": { "$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult", "readOnly": true }, "participant": { "readOnly": true, "type": "string" }, "name": { "type": "string" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "messageAnnotation": { "$ref": "GoogleCloudDialogflowV2beta1MessageAnnotation", "readOnly": true }, "sendTime": { "format": "google-datetime", "type": "string" }, "participantRole": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "readOnly": true, "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] }, "languageCode": { "type": "string" }, "responseMessages": { "items": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessage" }, "type": "array" }, "content": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1Message", "type": "object" }, "GoogleCloudDialogflowV2IntentMessage": { "id": "GoogleCloudDialogflowV2IntentMessage", "properties": { "listSelect": { "$ref": "GoogleCloudDialogflowV2IntentMessageListSelect" }, "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" }, "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "linkOutSuggestion": { "$ref": "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion" }, "basicCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCard" }, "browseCarouselCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard" }, "suggestions": { "$ref": "GoogleCloudDialogflowV2IntentMessageSuggestions" }, "carouselSelect": { "$ref": "GoogleCloudDialogflowV2IntentMessageCarouselSelect" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "card": { "$ref": "GoogleCloudDialogflowV2IntentMessageCard" }, "tableCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCard" }, "mediaContent": { "$ref": "GoogleCloudDialogflowV2IntentMessageMediaContent" }, "text": { "$ref": "GoogleCloudDialogflowV2IntentMessageText" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1MessageAnnotation": { "properties": { "containEntities": { "type": "boolean" }, "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart" } } }, "id": "GoogleCloudDialogflowV2beta1MessageAnnotation", "type": "object" }, "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs": { "properties": { "dataStores": { "type": "array", "items": { "type": "string" } }, "filter": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs" }, "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation": { "id": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation", "properties": { "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Message" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ListSuggestionsResponse": { "id": "GoogleCloudDialogflowV2beta1ListSuggestionsResponse", "type": "object", "deprecated": true, "properties": { "nextPageToken": { "type": "string" }, "suggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Suggestion" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata": { "properties": {}, "type": "object", "id": "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata" }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard", "properties": { "imageDisplayOptions": { "type": "string", "enumDescriptions": [ "", "", "", "", "" ], "enum": [ "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED", "GRAY", "WHITE", "CROPPED", "BLURRED_BACKGROUND" ] }, "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem" } } } }, "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect": { "id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect", "properties": { "items": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata": { "properties": { "participantRole": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] }, "createTime": { "format": "google-datetime", "type": "string" }, "suggestionFeatureType": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ] }, "conversationProfile": { "type": "string" } }, "id": "GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata", "type": "object" }, "GoogleCloudDialogflowV2beta1SubAgent": { "id": "GoogleCloudDialogflowV2beta1SubAgent", "properties": { "environment": { "type": "string" }, "project": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1FulfillmentGenericWebService": { "type": "object", "properties": { "password": { "type": "string" }, "username": { "type": "string" }, "requestHeaders": { "type": "object", "additionalProperties": { "type": "string" } }, "uri": { "type": "string" }, "isCloudFunction": { "type": "boolean", "deprecated": true } }, "id": "GoogleCloudDialogflowV2beta1FulfillmentGenericWebService" }, "GoogleCloudDialogflowV2beta1QueryResult": { "id": "GoogleCloudDialogflowV2beta1QueryResult", "type": "object", "properties": { "speechRecognitionConfidence": { "format": "float", "type": "number" }, "webhookPayload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "webhookSource": { "type": "string" }, "intent": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult" }, "fulfillmentMessages": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" }, "type": "array" }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "type": "array" }, "cancelsSlotFilling": { "type": "boolean" }, "action": { "type": "string" }, "parameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "queryText": { "type": "string" }, "fulfillmentText": { "type": "string" }, "languageCode": { "type": "string" }, "intentDetectionConfidence": { "format": "float", "type": "number" }, "allRequiredParamsPresent": { "type": "boolean" }, "knowledgeAnswers": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswers" }, "diagnosticInfo": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } } }, "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig": { "type": "object", "properties": { "datasetInputDataConfig": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig" }, "sampleSize": { "format": "int32", "type": "integer" }, "summaryGenerationOption": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "SUMMARY_GENERATION_OPTION_UNSPECIFIED", "ALWAYS_GENERATE", "GENERATE_IF_MISSING", "DO_NOT_GENERATE" ] }, "startTime": { "deprecated": true, "type": "string", "format": "google-datetime" }, "endTime": { "deprecated": true, "type": "string", "format": "google-datetime" }, "inputDataSourceType": { "enum": [ "INPUT_DATA_SOURCE_TYPE_UNSPECIFIED", "AGENT_ASSIST_CONVERSATIONS", "INSIGHTS_CONVERSATIONS" ], "deprecated": true, "enumDescriptions": [ "", "", "" ], "type": "string" }, "agentAssistInputDataConfig": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigAgentAssistInputDataConfig" }, "isSummaryGenerationAllowed": { "type": "boolean", "deprecated": true } }, "id": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig" }, "GoogleCloudDialogflowV2Sentiment": { "type": "object", "properties": { "score": { "format": "float", "type": "number" }, "magnitude": { "type": "number", "format": "float" } }, "id": "GoogleCloudDialogflowV2Sentiment" }, "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo": { "type": "object", "properties": { "required": { "type": "boolean" }, "justCollected": { "type": "boolean" }, "displayName": { "type": "string" }, "state": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "PARAMETER_STATE_UNSPECIFIED", "EMPTY", "INVALID", "FILLED" ], "type": "string" }, "value": { "type": "any" } }, "id": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo" }, "GoogleCloudDialogflowCxV3beta1WebhookResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1WebhookResponse", "properties": { "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionInfo" }, "targetPage": { "type": "string" }, "fulfillmentResponse": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse" }, "targetFlow": { "type": "string" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfo" } } }, "GoogleCloudDialogflowV2beta1IngestContextReferencesRequest": { "id": "GoogleCloudDialogflowV2beta1IngestContextReferencesRequest", "type": "object", "properties": { "contextReferences": { "additionalProperties": { "$ref": "GoogleCloudDialogflowV2beta1ConversationContextReference" }, "type": "object" } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer": { "properties": { "generativeSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "eventSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource" }, "answerText": { "type": "string" }, "faqSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource" }, "playbookSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolCallResultError": { "type": "object", "properties": { "message": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ToolCallResultError" }, "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": { "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion", "properties": { "answerRecord": { "type": "string", "readOnly": true }, "similarityScore": { "readOnly": true, "type": "number", "format": "float" }, "suggestionIndex": { "format": "int32", "readOnly": true, "type": "integer" } } }, "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject": { "properties": { "icon": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "largeImage": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "description": { "type": "string" }, "contentUrl": { "type": "string" }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject", "type": "object" }, "GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior": { "id": "GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior", "properties": { "answerGenerationRewriterOn": { "type": "boolean" }, "thirdPartyConnectorAllowed": { "type": "boolean" }, "endUserMetadataIncluded": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestionInput": { "properties": { "textOverride": { "$ref": "GoogleCloudDialogflowV2beta1TextInput" }, "action": { "enum": [ "ACTION_UNSPECIFIED", "CANCEL", "REVISE", "CONFIRM" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "sendTime": { "format": "google-datetime", "type": "string" }, "parameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "intentInput": { "$ref": "GoogleCloudDialogflowV2beta1IntentInput" }, "answerRecord": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1SuggestionInput", "type": "object" }, "GoogleCloudDialogflowV2beta1ConversationGeneratorContext": { "properties": { "generatorType": { "enum": [ "GENERATOR_TYPE_UNSPECIFIED", "FREE_FORM", "AGENT_COACHING", "SUMMARIZATION", "TRANSLATION", "AGENT_FEEDBACK", "CUSTOMER_MESSAGE_GENERATION" ], "readOnly": true, "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ConversationGeneratorContext" }, "GoogleCloudDialogflowCxV3beta1FormParameter": { "properties": { "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "displayName": { "type": "string" }, "fillBehavior": { "$ref": "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior" }, "entityType": { "type": "string" }, "isList": { "type": "boolean" }, "defaultValue": { "type": "any" }, "required": { "type": "boolean" }, "redact": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FormParameter" }, "GoogleCloudDialogflowV2BatchUpdateIntentsResponse": { "properties": { "intents": { "items": { "$ref": "GoogleCloudDialogflowV2Intent" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2BatchUpdateIntentsResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1Suggestion": { "deprecated": true, "properties": { "createTime": { "format": "google-datetime", "type": "string" }, "faqAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SuggestionFaqAnswer" } }, "latestMessage": { "type": "string" }, "articles": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SuggestionArticle" } }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1Suggestion", "type": "object" }, "GoogleCloudDialogflowV2GcsDestination": { "properties": { "uri": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2GcsDestination" }, "GoogleCloudDialogflowV2EncryptionSpec": { "id": "GoogleCloudDialogflowV2EncryptionSpec", "type": "object", "properties": { "kmsKey": { "type": "string" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowV2HumanAgentAssistantEvent": { "type": "object", "id": "GoogleCloudDialogflowV2HumanAgentAssistantEvent", "properties": { "conversation": { "type": "string" }, "suggestionResults": { "items": { "$ref": "GoogleCloudDialogflowV2SuggestionResult" }, "type": "array" }, "participant": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1OutputAudioConfig": { "properties": { "sampleRateHertz": { "type": "integer", "format": "int32" }, "synthesizeSpeechConfig": { "$ref": "GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig" }, "audioEncoding": { "type": "string", "enumDeprecated": [ false, false, true, false, false, false, false ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "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" ] } }, "id": "GoogleCloudDialogflowV2beta1OutputAudioConfig", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion": { "type": "object", "properties": { "uri": { "type": "string" }, "destinationName": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion" }, "GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse": { "id": "GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse", "properties": { "nextPageToken": { "type": "string" }, "phoneNumbers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1PhoneNumber" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ListEnvironmentsResponse": { "type": "object", "properties": { "nextPageToken": { "type": "string" }, "environments": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Environment" } } }, "id": "GoogleCloudDialogflowV2beta1ListEnvironmentsResponse" }, "GoogleCloudDialogflowCxV3InputAudioConfig": { "properties": { "singleUtterance": { "type": "boolean" }, "audioEncoding": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "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" ] }, "phraseHints": { "items": { "type": "string" }, "type": "array" }, "enableWordInfo": { "type": "boolean" }, "bargeInConfig": { "$ref": "GoogleCloudDialogflowCxV3BargeInConfig" }, "sampleRateHertz": { "type": "integer", "format": "int32" }, "modelVariant": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ], "type": "string" }, "model": { "type": "string" }, "optOutConformerModelMigration": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3InputAudioConfig" }, "GoogleCloudDialogflowV2beta1SipHostname": { "id": "GoogleCloudDialogflowV2beta1SipHostname", "properties": { "errorDetails": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1SipHostnameHostnameErrorDetails" }, "connectionState": { "readOnly": true, "type": "string", "enum": [ "CONNECTION_STATE_UNSPECIFIED", "CONNECTED", "DISCONNECTED", "AUTHENTICATION_FAILED", "KEEPALIVE" ], "enumDescriptions": [ "", "", "", "", "" ] }, "peerHostname": { "type": "string" }, "enabledSipPing": { "type": "boolean", "readOnly": true }, "pingInterval": { "type": "string", "readOnly": true, "format": "google-duration" }, "probeDetails": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1ProbeDetails" }, "peerSocketAddress": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource": { "properties": { "question": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource" }, "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": { "type": "object", "properties": { "suggestionIndex": { "format": "int32", "readOnly": true, "type": "integer" }, "answerRecord": { "readOnly": true, "type": "string" }, "similarityScore": { "readOnly": true, "type": "number", "format": "float" } }, "id": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" }, "GoogleCloudDialogflowV2SessionEntityType": { "type": "object", "properties": { "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" } }, "name": { "type": "string" }, "entityOverrideMode": { "enum": [ "ENTITY_OVERRIDE_MODE_UNSPECIFIED", "ENTITY_OVERRIDE_MODE_OVERRIDE", "ENTITY_OVERRIDE_MODE_SUPPLEMENT" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "id": "GoogleCloudDialogflowV2SessionEntityType" }, "GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig": { "id": "GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig", "type": "object", "properties": { "token": { "type": "string" }, "secretVersionForToken": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1FreeFormContext": { "properties": { "text": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1FreeFormContext" }, "GoogleCloudDialogflowV2beta1MessageEntry": { "properties": { "text": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime" }, "languageCode": { "type": "string" }, "role": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1MessageEntry" }, "GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart", "properties": { "userDefined": { "type": "boolean" }, "text": { "type": "string" }, "entityType": { "type": "string" }, "alias": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess": { "id": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess", "properties": { "metadata": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SpeechContext": { "id": "GoogleCloudDialogflowV2beta1SpeechContext", "type": "object", "properties": { "boost": { "type": "number", "format": "float" }, "phrases": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases": { "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases", "properties": { "cases": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentParameter": { "id": "GoogleCloudDialogflowV2beta1IntentParameter", "properties": { "mandatory": { "type": "boolean" }, "value": { "type": "string" }, "name": { "type": "string" }, "displayName": { "type": "string" }, "prompts": { "items": { "type": "string" }, "type": "array" }, "entityTypeDisplayName": { "type": "string" }, "isList": { "type": "boolean" }, "defaultValue": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard": { "properties": {}, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard" }, "GoogleCloudDialogflowV2beta1SpeechWordInfo": { "id": "GoogleCloudDialogflowV2beta1SpeechWordInfo", "properties": { "endOffset": { "type": "string", "format": "google-duration" }, "word": { "type": "string" }, "confidence": { "format": "float", "type": "number" }, "startOffset": { "format": "google-duration", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ValidationError": { "properties": { "severity": { "type": "string", "enum": [ "SEVERITY_UNSPECIFIED", "INFO", "WARNING", "ERROR", "CRITICAL" ], "enumDescriptions": [ "", "", "", "", "" ] }, "errorMessage": { "type": "string" }, "entries": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowV2beta1ValidationError", "type": "object" }, "GoogleCloudDialogflowV2beta1Tool": { "properties": { "satisfiesPzi": { "readOnly": true, "type": "boolean" }, "openApiSpec": { "$ref": "GoogleCloudDialogflowV2beta1ToolOpenApiTool" }, "extensionSpec": { "$ref": "GoogleCloudDialogflowV2beta1ToolExtensionTool", "deprecated": true }, "displayName": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "description": { "type": "string" }, "name": { "readOnly": true, "type": "string" }, "toolKey": { "type": "string" }, "satisfiesPzs": { "readOnly": true, "type": "boolean" }, "actionConfirmationRequirement": { "type": "object", "additionalProperties": { "enum": [ "CONFIRMATION_REQUIREMENT_UNSPECIFIED", "REQUIRED", "NOT_REQUIRED" ], "type": "string", "enumDescriptions": [ "", "", "" ] } }, "functionSpec": { "$ref": "GoogleCloudDialogflowV2beta1ToolFunctionTool" }, "updateTime": { "format": "google-datetime", "type": "string", "readOnly": true }, "connectorSpec": { "$ref": "GoogleCloudDialogflowV2beta1ToolConnectorTool" } }, "id": "GoogleCloudDialogflowV2beta1Tool", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult": { "type": "object", "properties": { "duplicateSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" }, "readOnly": true, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult" }, "GoogleCloudDialogflowV2beta1FulfillmentFeature": { "type": "object", "properties": { "type": { "enum": [ "TYPE_UNSPECIFIED", "SMALLTALK" ], "enumDescriptions": [ "", "" ], "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1FulfillmentFeature" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswer": { "properties": { "knowledgeAssistDebugInfo": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo" }, "suggestedQueryAnswer": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer" }, "suggestedQuery": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery" }, "answerRecord": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswer" }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction": { "properties": { "uri": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction", "type": "object" }, "GoogleCloudDialogflowV2beta1AudioInput": { "type": "object", "id": "GoogleCloudDialogflowV2beta1AudioInput", "properties": { "config": { "$ref": "GoogleCloudDialogflowV2beta1InputAudioConfig" }, "audio": { "format": "byte", "type": "string" } } }, "GoogleCloudDialogflowV2beta1SummarizationSectionList": { "id": "GoogleCloudDialogflowV2beta1SummarizationSectionList", "properties": { "summarizationSections": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationSection" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ToolTLSConfig": { "properties": { "caCerts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1ToolTLSConfigCACert" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1ToolTLSConfig", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio": { "properties": { "segments": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ConversationSignals": { "type": "object", "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowCxV3beta1TurnSignals" } }, "id": "GoogleCloudDialogflowCxV3beta1ConversationSignals" }, "GoogleTypeLatLng": { "type": "object", "properties": { "latitude": { "format": "double", "type": "number" }, "longitude": { "format": "double", "type": "number" } }, "id": "GoogleTypeLatLng" }, "GoogleCloudDialogflowV2beta1IntentMessageTableCard": { "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCard", "type": "object", "properties": { "columnProperties": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties" } }, "rows": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow" }, "type": "array" }, "title": { "type": "string" }, "buttons": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" } }, "subtitle": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" } } }, "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall": { "type": "object", "properties": { "phoneNumber": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion": { "type": "object", "properties": { "agentActionSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion" }, "type": "array" }, "applicableInstructions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction" } }, "sampleResponses": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion" }, "GoogleCloudDialogflowV2beta1ListConversationProfilesResponse": { "id": "GoogleCloudDialogflowV2beta1ListConversationProfilesResponse", "properties": { "nextPageToken": { "type": "string" }, "conversationProfiles": { "items": { "$ref": "GoogleCloudDialogflowV2beta1ConversationProfile" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction": { "id": "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction", "type": "object", "properties": { "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata": { "id": "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata", "properties": { "createTime": { "format": "google-datetime", "type": "string" }, "participantRole": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] }, "suggestionFeatureType": { "enumDescriptions": [ "", "", "", "", "", "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "DIALOGFLOW_ASSIST", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "type": "string" }, "conversationProfile": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ToolCallResultError": { "type": "object", "id": "GoogleCloudDialogflowCxV3ToolCallResultError", "properties": { "message": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageTableCardRow": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageTableCardRow", "properties": { "dividerAfter": { "type": "boolean" }, "cells": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCardCell" } } } }, "GoogleCloudDialogflowCxV3TestConfig": { "properties": { "trackingParameters": { "items": { "type": "string" }, "type": "array" }, "page": { "type": "string" }, "flow": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3TestConfig", "type": "object" }, "GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig": { "properties": { "speakingRate": { "type": "number", "format": "double" }, "pronunciations": { "items": { "$ref": "GoogleCloudDialogflowV2beta1CustomPronunciationParams" }, "type": "array" }, "volumeGainDb": { "type": "number", "format": "double" }, "pitch": { "type": "number", "format": "double" }, "voice": { "$ref": "GoogleCloudDialogflowV2beta1VoiceSelectionParams" }, "effectsProfileId": { "items": { "type": "string" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings", "properties": { "endpointerSensitivity": { "type": "integer", "format": "int32" }, "models": { "additionalProperties": { "type": "string" }, "type": "object" }, "useTimeoutBasedEndpointing": { "type": "boolean" }, "noSpeechTimeout": { "type": "string", "format": "google-duration" } } }, "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint": { "properties": { "attributeValue": { "type": "string" }, "boostAmount": { "type": "number", "format": "float" } }, "id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint", "type": "object" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings": { "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings", "type": "object", "properties": { "maxDigits": { "format": "int32", "type": "integer" }, "finishDigit": { "type": "string" }, "endpointingTimeoutDuration": { "type": "string", "format": "google-duration" }, "enabled": { "type": "boolean" }, "interdigitTimeoutDuration": { "type": "string", "format": "google-duration" } } }, "GoogleCloudDialogflowV2beta1SearchKnowledgeResponse": { "id": "GoogleCloudDialogflowV2beta1SearchKnowledgeResponse", "properties": { "searchKnowledgeDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo" }, "rewrittenQuery": { "type": "string" }, "answers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest": { "type": "object", "id": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" }, "assistQueryParams": { "$ref": "GoogleCloudDialogflowV2beta1AssistQueryParameters" } } }, "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse": { "properties": { "latestMessage": { "type": "string" }, "contextSize": { "type": "integer", "format": "int32" }, "faqAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1FaqAnswer" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse", "type": "object" }, "GoogleCloudDialogflowV2IntentParameter": { "id": "GoogleCloudDialogflowV2IntentParameter", "properties": { "displayName": { "type": "string" }, "name": { "type": "string" }, "mandatory": { "type": "boolean" }, "defaultValue": { "type": "string" }, "entityTypeDisplayName": { "type": "string" }, "isList": { "type": "boolean" }, "prompts": { "items": { "type": "string" }, "type": "array" }, "value": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent": { "properties": { "content": { "type": "string", "format": "byte" }, "mimeType": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent", "type": "object" }, "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources": { "id": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources", "type": "object", "properties": { "intentDisplayNames": { "items": { "type": "string" }, "type": "array" }, "entityDisplayNames": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowV2AgentCoachingInstruction": { "properties": { "systemAction": { "type": "string" }, "condition": { "type": "string" }, "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult", "readOnly": true }, "agentAction": { "type": "string" }, "triggeringEvent": { "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE", "TOOL_CALL_COMPLETION" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" }, "displayName": { "type": "string" }, "displayDetails": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2AgentCoachingInstruction" }, "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion": { "id": "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion", "type": "object", "properties": { "uri": { "type": "string" }, "destinationName": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1SuggestionFeature": { "properties": { "type": { "type": "string", "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "DIALOGFLOW_ASSIST", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "enumDescriptions": [ "", "", "", "", "", "", "", "" ] } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SuggestionFeature" }, "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings": { "id": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings", "type": "object", "properties": { "enableStackdriverLogging": { "type": "boolean" }, "enableConsentBasedRedaction": { "type": "boolean" }, "enableInteractionLogging": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3RunContinuousTestResponse": { "id": "GoogleCloudDialogflowCxV3RunContinuousTestResponse", "properties": { "continuousTestResult": { "$ref": "GoogleCloudDialogflowCxV3ContinuousTestResult" } }, "type": "object" }, "GoogleCloudDialogflowV2WebhookRequest": { "id": "GoogleCloudDialogflowV2WebhookRequest", "type": "object", "properties": { "queryResult": { "$ref": "GoogleCloudDialogflowV2QueryResult" }, "session": { "type": "string" }, "originalDetectIntentRequest": { "$ref": "GoogleCloudDialogflowV2OriginalDetectIntentRequest" }, "responseId": { "type": "string" } } }, "GoogleCloudDialogflowCxV3TurnSignals": { "type": "object", "id": "GoogleCloudDialogflowCxV3TurnSignals", "properties": { "sentimentMagnitude": { "type": "number", "format": "float" }, "noUserInput": { "type": "boolean" }, "reachedEndPage": { "type": "boolean" }, "sentimentScore": { "format": "float", "type": "number" }, "dtmfUsed": { "type": "boolean" }, "noMatch": { "type": "boolean" }, "agentEscalated": { "type": "boolean" }, "failureReasons": { "type": "array", "items": { "type": "string", "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ], "enumDescriptions": [ "", "", "" ] } }, "userEscalated": { "type": "boolean" }, "webhookStatuses": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowV2Message": { "properties": { "sendTime": { "format": "google-datetime", "type": "string" }, "participantRole": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "readOnly": true, "type": "string", "enumDescriptions": [ "", "", "", "" ] }, "createTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "content": { "type": "string" }, "sentimentAnalysis": { "$ref": "GoogleCloudDialogflowV2SentimentAnalysisResult", "readOnly": true }, "languageCode": { "type": "string" }, "participant": { "readOnly": true, "type": "string" }, "messageAnnotation": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2MessageAnnotation" }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2Message", "type": "object" }, "GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse": { "id": "GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse", "type": "object", "properties": { "messages": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Message" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction": { "id": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction", "type": "object", "properties": { "parameter": { "type": "string" }, "value": { "type": "any" } } }, "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings": { "type": "object", "properties": { "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "targetPage": { "type": "string" }, "targetFlow": { "type": "string" }, "dataStoreConnections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnection" } }, "enabled": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings" }, "GoogleCloudDialogflowV3alpha1TurnSignals": { "id": "GoogleCloudDialogflowV3alpha1TurnSignals", "properties": { "webhookStatuses": { "type": "array", "items": { "type": "string" } }, "agentEscalated": { "type": "boolean" }, "noUserInput": { "type": "boolean" }, "failureReasons": { "items": { "enumDescriptions": [ "", "", "" ], "type": "string", "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ] }, "type": "array" }, "dtmfUsed": { "type": "boolean" }, "sentimentMagnitude": { "format": "float", "type": "number" }, "triggeredAbandonmentEvent": { "type": "boolean" }, "userEscalated": { "type": "boolean" }, "reachedEndPage": { "type": "boolean" }, "sentimentScore": { "type": "number", "format": "float" }, "noMatch": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo", "properties": { "parameterInfo": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo" }, "type": "array" } } }, "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetrics": { "type": "object", "properties": { "overallMetrics": { "readOnly": true, "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsOverallScoresByMetric" } }, "summarizationEvaluationResults": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSummarizationEvaluationResult" }, "readOnly": true, "type": "array" }, "summarizationEvaluationMergedResultsUri": { "readOnly": true, "type": "string" }, "conversationDetails": { "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail" }, "type": "array" }, "overallSectionTokens": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken" }, "readOnly": true } }, "id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetrics" }, "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem", "properties": { "info": { "$ref": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo" }, "title": { "type": "string" }, "description": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" } } }, "GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig": { "type": "object", "properties": { "scopes": { "items": { "type": "string" }, "type": "array" }, "oauthGrantType": { "enum": [ "OAUTH_GRANT_TYPE_UNSPECIFIED", "CLIENT_CREDENTIAL" ], "enumDescriptions": [ "", "" ], "type": "string" }, "clientId": { "type": "string" }, "secretVersionForClientSecret": { "type": "string" }, "clientSecret": { "type": "string" }, "tokenEndpoint": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig" }, "GoogleCloudDialogflowCxV3beta1Webhook": { "id": "GoogleCloudDialogflowCxV3beta1Webhook", "type": "object", "properties": { "timeout": { "format": "google-duration", "type": "string" }, "disabled": { "type": "boolean" }, "name": { "type": "string" }, "serviceDirectory": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig" }, "displayName": { "type": "string" }, "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService" } } }, "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior": { "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior", "type": "object", "properties": { "queryGenerationEndUserLanguageMismatch": { "type": "boolean" }, "useTranslatedMessage": { "type": "boolean" }, "disableSyncDelivery": { "type": "boolean" }, "answerGenerationRewriterOn": { "type": "boolean" }, "queryContainedSearchContext": { "type": "boolean" }, "endUserMetadataIncluded": { "type": "boolean" }, "invalidItemsQuerySuggestionSkipped": { "type": "boolean" }, "usePubsubDelivery": { "type": "boolean" }, "primaryQueryRedactedAndReplaced": { "type": "boolean" }, "multipleQueriesGenerated": { "type": "boolean" }, "queryGenerationAgentLanguageMismatch": { "type": "boolean" }, "conversationTranscriptHasMixedLanguages": { "type": "boolean" }, "thirdPartyConnectorAllowed": { "type": "boolean" }, "appendedSearchContextCount": { "format": "int32", "type": "integer" }, "previousQueriesIncluded": { "type": "boolean" }, "useCustomSafetyFilterLevel": { "type": "boolean" }, "returnQueryOnly": { "type": "boolean" } } }, "GoogleCloudDialogflowV2EntityTypeEntity": { "type": "object", "properties": { "synonyms": { "type": "array", "items": { "type": "string" } }, "value": { "type": "string" } }, "id": "GoogleCloudDialogflowV2EntityTypeEntity" }, "GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata": { "id": "GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata", "type": "object", "properties": { "doneTime": { "format": "google-datetime", "type": "string" }, "createTime": { "type": "string", "format": "google-datetime" }, "conversationModel": { "type": "string" } } }, "GoogleCloudDialogflowV2ServiceLatency": { "type": "object", "properties": { "internalServiceLatencies": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency" } } }, "id": "GoogleCloudDialogflowV2ServiceLatency" }, "GoogleCloudDialogflowV2beta1FewShotExample": { "type": "object", "properties": { "output": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestion" }, "conversationContext": { "$ref": "GoogleCloudDialogflowV2beta1ConversationContext" }, "summarizationSectionList": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationSectionList" }, "extraInfo": { "type": "object", "additionalProperties": { "type": "string" } } }, "id": "GoogleCloudDialogflowV2beta1FewShotExample" }, "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer": { "id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer", "properties": { "sourceGenerator": { "type": "string" }, "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestion" }, "answerRecord": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1IntentInput": { "type": "object", "properties": { "intent": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1IntentInput" }, "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig": { "type": "object", "id": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig", "properties": { "summarizationConfig": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig" }, "outputGcsBucketPath": { "type": "string" }, "inputDataConfig": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig" } } }, "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigAgentAssistInputDataConfig": { "properties": { "startTime": { "format": "google-datetime", "type": "string" }, "endTime": { "format": "google-datetime", "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigAgentAssistInputDataConfig", "type": "object" }, "GoogleCloudDialogflowV2beta1ConversationEvent": { "id": "GoogleCloudDialogflowV2beta1ConversationEvent", "type": "object", "properties": { "errorStatus": { "$ref": "GoogleRpcStatus" }, "newRecognitionResultPayload": { "$ref": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult" }, "type": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "CONVERSATION_STARTED", "CONVERSATION_FINISHED", "HUMAN_INTERVENTION_NEEDED", "NEW_MESSAGE", "NEW_RECOGNITION_RESULT", "UNRECOVERABLE_ERROR" ] }, "conversation": { "type": "string" }, "newMessagePayload": { "$ref": "GoogleCloudDialogflowV2beta1Message" } } }, "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell", "properties": { "text": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse", "properties": { "names": { "type": "array", "items": { "type": "string" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri": { "properties": { "uri": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri" }, "GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse": { "properties": { "sessionEntityTypes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" } }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse", "type": "object" }, "GoogleCloudDialogflowCxV3DtmfInput": { "properties": { "finishDigit": { "type": "string" }, "digits": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3DtmfInput" }, "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse": { "type": "object", "properties": { "entityTypesUri": { "type": "string" }, "entityTypesContent": { "$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination" } }, "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse" }, "GoogleCloudDialogflowV2beta1IntentMessageText": { "properties": { "text": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageText", "type": "object" }, "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata": { "type": "object", "properties": {}, "id": "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata" }, "GoogleCloudDialogflowV2beta1AgentAssistantRecord": { "id": "GoogleCloudDialogflowV2beta1AgentAssistantRecord", "type": "object", "properties": { "dialogflowAssistAnswer": { "$ref": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer", "readOnly": true }, "articleSuggestionAnswer": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1ArticleAnswer" }, "generatorSuggestion": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestion" }, "faqAnswer": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1FaqAnswer" } } }, "GoogleCloudDialogflowV2beta1RaiSettings": { "id": "GoogleCloudDialogflowV2beta1RaiSettings", "type": "object", "properties": { "raiCategoryConfigs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig" } } } }, "GoogleCloudDialogflowV2OriginalDetectIntentRequest": { "properties": { "source": { "type": "string" }, "version": { "type": "string" }, "payload": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } } }, "id": "GoogleCloudDialogflowV2OriginalDetectIntentRequest", "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingContext": { "type": "object", "properties": { "overarchingGuidance": { "type": "string" }, "instructions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction" } }, "version": { "type": "string" }, "outputLanguageCode": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1AgentCoachingContext" }, "GoogleCloudDialogflowCxV3IntentTrainingPhrase": { "type": "object", "id": "GoogleCloudDialogflowCxV3IntentTrainingPhrase", "properties": { "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart" } }, "repeatCount": { "type": "integer", "format": "int32" }, "id": { "readOnly": true, "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig": { "id": "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig", "properties": { "testCases": { "items": { "type": "string" }, "type": "array" }, "enablePredeploymentRun": { "type": "boolean" }, "enableContinuousRun": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer": { "type": "object", "properties": { "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestion" }, "answerRecord": { "type": "string" }, "sourceGenerator": { "type": "string" } }, "id": "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer" }, "GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig": { "type": "object", "properties": { "apiKey": { "type": "string" }, "keyName": { "type": "string" }, "secretVersionForApiKey": { "type": "string" }, "requestLocation": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "REQUEST_LOCATION_UNSPECIFIED", "HEADER", "QUERY_STRING" ] } }, "id": "GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig" }, "GoogleCloudDialogflowV2beta1SuggestionFaqAnswer": { "type": "object", "id": "GoogleCloudDialogflowV2beta1SuggestionFaqAnswer", "properties": { "confidence": { "type": "number", "format": "float" }, "answer": { "type": "string" }, "source": { "type": "string" }, "question": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "type": "string" } }, "answerRecord": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec": { "id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec", "type": "object", "properties": { "condition": { "type": "string" }, "boost": { "type": "number", "format": "float" }, "boostControlSpec": { "$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec" } } }, "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig": { "properties": { "accountNumber": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse": { "properties": { "gcsUri": { "type": "string" }, "content": { "type": "string", "format": "byte" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse" }, "GoogleCloudDialogflowV2beta1AutomatedAgentReply": { "id": "GoogleCloudDialogflowV2beta1AutomatedAgentReply", "properties": { "matchConfidence": { "format": "float", "type": "number" }, "cxCurrentPage": { "type": "string" }, "callCompanionAuthCode": { "type": "string", "format": "byte" }, "automatedAgentReplyType": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED", "PARTIAL", "FINAL" ] }, "responseMessages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessage" } }, "intent": { "type": "string" }, "detectIntentResponse": { "$ref": "GoogleCloudDialogflowV2beta1DetectIntentResponse" }, "parameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "event": { "type": "string" }, "allowCancellation": { "type": "boolean" }, "cxSessionParameters": { "deprecated": true, "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ToolCallResult": { "id": "GoogleCloudDialogflowV2beta1ToolCallResult", "properties": { "error": { "$ref": "GoogleCloudDialogflowV2beta1ToolCallResultError" }, "tool": { "type": "string" }, "content": { "type": "string" }, "rawContent": { "format": "byte", "type": "string" }, "action": { "type": "string" }, "cesToolset": { "type": "string" }, "createTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "cesApp": { "type": "string" }, "cesTool": { "type": "string" }, "answerRecord": { "type": "string" } }, "type": "object" }, "GoogleLongrunningOperation": { "type": "object", "id": "GoogleLongrunningOperation", "properties": { "response": { "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." }, "type": "object" }, "error": { "$ref": "GoogleRpcStatus" }, "name": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." } }, "done": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1WebhookRequest": { "type": "object", "properties": { "messages": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" }, "type": "array" }, "fulfillmentInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionInfo" }, "triggerEvent": { "type": "string" }, "detectIntentResponseId": { "type": "string" }, "languageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1LanguageInfo" }, "transcript": { "type": "string" }, "languageCode": { "type": "string" }, "dtmfDigits": { "type": "string" }, "triggerIntent": { "type": "string" }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult" }, "intentInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo" }, "text": { "type": "string" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfo" } }, "id": "GoogleCloudDialogflowCxV3beta1WebhookRequest" }, "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata", "type": "object", "properties": {} }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig", "properties": { "serviceAccount": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse": { "properties": { "mergeBehavior": { "enum": [ "MERGE_BEHAVIOR_UNSPECIFIED", "APPEND", "REPLACE" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "messages": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply", "properties": { "text": { "type": "string" }, "postbackData": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ExportAgentResponse": { "id": "GoogleCloudDialogflowV2beta1ExportAgentResponse", "properties": { "agentContent": { "type": "string", "format": "byte" }, "agentUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentTrainingPhrase": { "properties": { "name": { "type": "string", "readOnly": true }, "type": { "enumDeprecated": [ false, false, true ], "enumDescriptions": [ "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "EXAMPLE", "TEMPLATE" ], "type": "string" }, "parts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart" }, "type": "array" }, "timesAddedCount": { "format": "int32", "type": "integer" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase" }, "GoogleCloudDialogflowV2beta1KnowledgeBase": { "id": "GoogleCloudDialogflowV2beta1KnowledgeBase", "type": "object", "properties": { "name": { "type": "string" }, "languageCode": { "type": "string" }, "displayName": { "type": "string" } } }, "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo": { "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo", "type": "object", "properties": { "ingestedContextReferenceDebugInfo": { "$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo" }, "datastoreResponseReason": { "type": "string", "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": [ "", "", "", "", "", "", "", "", "", "" ] }, "serviceLatency": { "$ref": "GoogleCloudDialogflowV2ServiceLatency" }, "knowledgeAssistBehavior": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior" }, "queryCategorizationFailureReason": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED", "QUERY_CATEGORIZATION_INVALID_CONFIG", "QUERY_CATEGORIZATION_RESULT_NOT_FOUND", "QUERY_CATEGORIZATION_FAILED" ] }, "cesDebugInfo": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "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" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ] }, "queryGenerationDebugInfo": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo" } } }, "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse": { "id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse", "properties": { "ssml": { "type": "string" }, "textToSpeech": { "type": "string" }, "displayText": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageCardButton": { "type": "object", "properties": { "text": { "type": "string" }, "postback": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageCardButton" }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig": { "properties": { "recentSentencesCount": { "type": "integer", "format": "int32" } }, "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig", "type": "object" }, "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings": { "properties": { "finishDigit": { "type": "string" }, "enabled": { "type": "boolean" }, "interdigitTimeoutDuration": { "format": "google-duration", "type": "string" }, "maxDigits": { "format": "int32", "type": "integer" }, "endpointingTimeoutDuration": { "type": "string", "format": "google-duration" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings" }, "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech": { "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech", "type": "object", "properties": { "text": { "type": "string" }, "ssml": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ReloadDocumentRequest": { "properties": { "importGcsCustomMetadata": { "type": "boolean" }, "gcsSource": { "$ref": "GoogleCloudDialogflowV2beta1GcsSource" } }, "id": "GoogleCloudDialogflowV2beta1ReloadDocumentRequest", "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall": { "id": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall", "properties": { "phoneNumber": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TransitionRoute": { "type": "object", "properties": { "targetPage": { "type": "string" }, "description": { "type": "string" }, "intent": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "name": { "readOnly": true, "type": "string" }, "condition": { "type": "string" }, "targetFlow": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1TransitionRoute" }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings": { "type": "object", "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings", "properties": { "noSmallTalk": { "type": "boolean" }, "onlyEndUser": { "type": "boolean" } } }, "GoogleCloudDialogflowV2beta1CreateMessageRequest": { "properties": { "parent": { "type": "string" }, "message": { "$ref": "GoogleCloudDialogflowV2beta1Message" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1CreateMessageRequest" }, "GoogleCloudDialogflowV2beta1ListGeneratorsResponse": { "properties": { "nextPageToken": { "type": "string" }, "generators": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Generator" } } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ListGeneratorsResponse" }, "GoogleCloudDialogflowCxV3ExportEntityTypesResponse": { "id": "GoogleCloudDialogflowCxV3ExportEntityTypesResponse", "type": "object", "properties": { "entityTypesUri": { "type": "string" }, "entityTypesContent": { "$ref": "GoogleCloudDialogflowCxV3InlineDestination" } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction": { "properties": {}, "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction", "type": "object" }, "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig": { "id": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig", "type": "object", "properties": { "dataset": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ExportTestCasesMetadata": { "properties": {}, "id": "GoogleCloudDialogflowCxV3ExportTestCasesMetadata", "type": "object" }, "GoogleCloudDialogflowV2beta1SipConfig": { "properties": { "allowVirtualAgentInteraction": { "type": "boolean" }, "keepConversationRunning": { "type": "boolean" }, "copyInboundCallLegHeaders": { "items": { "type": "string" }, "type": "array" }, "inactiveStart": { "type": "boolean" }, "maxAudioRecordingDuration": { "type": "string", "format": "google-duration" }, "ignoreReinviteMediaDirection": { "type": "boolean" }, "createConversationOnTheFly": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SipConfig" }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources": { "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources", "properties": { "entityTypeDisplayNames": { "type": "array", "items": { "type": "string" } }, "entityDisplayNames": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestionResult": { "properties": { "suggestEntityExtractionResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse" }, "suggestSmartRepliesResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse" }, "generateSuggestionsResponse": { "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse" }, "error": { "$ref": "GoogleRpcStatus" }, "suggestKnowledgeAssistResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse" }, "suggestArticlesResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse" }, "suggestDialogflowAssistsResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse" }, "suggestFaqAnswersResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SuggestionResult" }, "GoogleCloudDialogflowV2beta1Participant": { "id": "GoogleCloudDialogflowV2beta1Participant", "properties": { "name": { "type": "string" }, "role": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] }, "agentDesktopSource": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "AGENT_DESKTOP_SOURCE_UNSPECIFIED", "LIVE_PERSON", "GENESYS_CLOUD", "TWILIO", "SALESFORCE", "OTHER" ] }, "obfuscatedExternalUserId": { "type": "string" }, "documentsMetadataFilters": { "additionalProperties": { "type": "string" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsCompletenessRubric": { "id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsCompletenessRubric", "properties": { "isAddressed": { "readOnly": true, "type": "boolean" }, "question": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess", "properties": { "metadata": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } } }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer", "type": "object", "properties": { "generativeSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "playbookSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "faqSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource" }, "answerText": { "type": "string" }, "eventSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource" } } }, "GoogleCloudDialogflowV2beta1AnswerFeedback": { "id": "GoogleCloudDialogflowV2beta1AnswerFeedback", "properties": { "clickTime": { "format": "google-datetime", "type": "string" }, "correctnessLevel": { "enum": [ "CORRECTNESS_LEVEL_UNSPECIFIED", "NOT_CORRECT", "PARTIALLY_CORRECT", "FULLY_CORRECT" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "displayTime": { "type": "string", "format": "google-datetime" }, "displayed": { "type": "boolean" }, "agentAssistantDetailFeedback": { "$ref": "GoogleCloudDialogflowV2beta1AgentAssistantFeedback" }, "clicked": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SpeechToTextConfig": { "id": "GoogleCloudDialogflowV2beta1SpeechToTextConfig", "type": "object", "properties": { "phraseSets": { "items": { "type": "string" }, "type": "array" }, "geminiAsrConfig": { "$ref": "GoogleCloudDialogflowV2beta1SpeechToTextConfigGeminiAsrConfig" }, "languageCode": { "type": "string" }, "enableWordInfo": { "type": "boolean" }, "sampleRateHertz": { "type": "integer", "format": "int32" }, "useGeminiAsr": { "type": "boolean" }, "speechModelVariant": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ] }, "model": { "type": "string" }, "audioEncoding": { "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "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" ], "type": "string" }, "useTimeoutBasedEndpointing": { "type": "boolean" } } }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig": { "properties": { "endUserSuggestionConfig": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig" }, "humanAgentSuggestionConfig": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig" }, "messageAnalysisConfig": { "$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig" }, "notificationConfig": { "$ref": "GoogleCloudDialogflowV2beta1NotificationConfig" } }, "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig", "type": "object" }, "GoogleCloudDialogflowCxV3CreateVersionOperationMetadata": { "type": "object", "properties": { "version": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3CreateVersionOperationMetadata" }, "GoogleCloudDialogflowV2IntentMessageSimpleResponse": { "properties": { "textToSpeech": { "type": "string" }, "displayText": { "type": "string" }, "ssml": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageSimpleResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1LoggingConfig": { "type": "object", "id": "GoogleCloudDialogflowV2beta1LoggingConfig", "properties": { "enableStackdriverLogging": { "type": "boolean" } } }, "GoogleCloudDialogflowV2beta1SummarizationSection": { "type": "object", "properties": { "definition": { "type": "string" }, "key": { "type": "string" }, "type": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "SITUATION", "ACTION", "RESOLUTION", "REASON_FOR_CANCELLATION", "CUSTOMER_SATISFACTION", "ENTITIES", "CUSTOMER_DEFINED", "SITUATION_CONCISE", "ACTION_CONCISE" ] } }, "id": "GoogleCloudDialogflowV2beta1SummarizationSection" }, "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSummarizationEvaluationResult": { "type": "object", "properties": { "section": { "type": "string", "readOnly": true }, "sectionSummary": { "type": "string", "readOnly": true }, "decompositions": { "readOnly": true, "type": "array", "deprecated": true, "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition" } }, "evaluationResults": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult" }, "type": "array", "readOnly": true }, "sessionId": { "deprecated": true, "readOnly": true, "type": "string" }, "score": { "format": "float", "readOnly": true, "type": "number" }, "metric": { "type": "string", "readOnly": true } }, "id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSummarizationEvaluationResult" }, "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult": { "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult", "properties": { "duplicateSuggestions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" }, "readOnly": true } } }, "GoogleCloudDialogflowCxV3beta1BargeInConfig": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1BargeInConfig", "properties": { "noBargeInDuration": { "type": "string", "format": "google-duration" }, "totalDuration": { "type": "string", "format": "google-duration" } } }, "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata": { "id": "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata", "properties": { "participantRole": { "type": "string", "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ] }, "suggestionFeatureType": { "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "type": "string" }, "conversationProfile": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3Environment": { "type": "object", "properties": { "updateTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "displayName": { "type": "string" }, "testCasesConfig": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig" }, "description": { "type": "string" }, "webhookConfig": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig" }, "versionConfigs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig" } }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3Environment" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings": { "type": "object", "properties": { "enableInteractionLogging": { "type": "boolean" }, "enableConsentBasedRedaction": { "type": "boolean" }, "enableStackdriverLogging": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings" }, "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem": { "id": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem", "type": "object", "properties": { "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "description": { "type": "string" }, "info": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo" }, "title": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ImportFlowResponse": { "id": "GoogleCloudDialogflowCxV3beta1ImportFlowResponse", "properties": { "flow": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata": { "properties": { "createTime": { "type": "string", "format": "google-datetime" }, "conversationProfile": { "type": "string" }, "participantRole": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "suggestionFeatureType": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "DIALOGFLOW_ASSIST", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ] } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata" }, "GoogleCloudDialogflowCxV3RunTestCaseResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3RunTestCaseResponse", "properties": { "result": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": { "properties": { "metadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "text": { "type": "string" }, "uri": { "type": "string" }, "title": { "type": "string" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageMediaContent": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent", "properties": { "mediaType": { "type": "string", "enumDescriptions": [ "", "" ], "enum": [ "RESPONSE_MEDIA_TYPE_UNSPECIFIED", "AUDIO" ] }, "mediaObjects": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3SessionInfo": { "id": "GoogleCloudDialogflowCxV3SessionInfo", "type": "object", "properties": { "parameters": { "additionalProperties": { "type": "any" }, "type": "object" }, "session": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentTrainingPhrase": { "properties": { "name": { "readOnly": true, "type": "string" }, "type": { "type": "string", "enumDeprecated": [ false, false, true ], "enumDescriptions": [ "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "EXAMPLE", "TEMPLATE" ] }, "timesAddedCount": { "type": "integer", "format": "int32" }, "parts": { "items": { "$ref": "GoogleCloudDialogflowV2IntentTrainingPhrasePart" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2IntentTrainingPhrase", "type": "object" }, "GoogleCloudDialogflowV2beta1InferenceParameter": { "id": "GoogleCloudDialogflowV2beta1InferenceParameter", "properties": { "maxOutputTokens": { "format": "int32", "type": "integer" }, "topP": { "type": "number", "format": "double" }, "topK": { "format": "int32", "type": "integer" }, "temperature": { "type": "number", "format": "double" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ImportDocumentTemplate": { "id": "GoogleCloudDialogflowV2beta1ImportDocumentTemplate", "properties": { "knowledgeTypes": { "type": "array", "items": { "enum": [ "KNOWLEDGE_TYPE_UNSPECIFIED", "FAQ", "EXTRACTIVE_QA", "ARTICLE_SUGGESTION", "AGENT_FACING_SMART_REPLY", "SMART_REPLY" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" } }, "mimeType": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "type": "string" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1CompileSuggestionRequest": { "type": "object", "id": "GoogleCloudDialogflowV2beta1CompileSuggestionRequest", "deprecated": true, "properties": { "contextSize": { "type": "integer", "format": "int32" }, "latestMessage": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings": { "id": "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings", "properties": { "outputParameter": { "type": "string" }, "inputParameters": { "additionalProperties": { "type": "string" }, "type": "object" }, "generator": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig": { "id": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig", "type": "object", "properties": { "evaluatorVersion": { "type": "string" }, "enableCompletenessEvaluation": { "type": "boolean", "deprecated": true }, "accuracyEvaluationVersion": { "deprecated": true, "type": "string" }, "enableAccuracyEvaluation": { "type": "boolean", "deprecated": true }, "completenessEvaluationVersion": { "deprecated": true, "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": { "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction", "type": "object", "properties": { "urlTypeHint": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "URL_TYPE_HINT_UNSPECIFIED", "AMP_ACTION", "AMP_CONTENT" ] }, "url": { "type": "string" } } }, "GoogleCloudDialogflowCxV3Fulfillment": { "properties": { "setParameterActions": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction" }, "type": "array" }, "codeBlockFunction": { "type": "string" }, "returnPartialResponses": { "type": "boolean" }, "conditionalCases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases" } }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" } }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "webhook": { "type": "string" }, "generators": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings" } }, "enableGenerativeFallback": { "type": "boolean" }, "tag": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3Fulfillment", "type": "object" }, "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection": { "id": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection", "type": "object", "properties": { "section": { "type": "string" }, "summary": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1QueryInput": { "type": "object", "properties": { "event": { "$ref": "GoogleCloudDialogflowV2beta1EventInput" }, "text": { "$ref": "GoogleCloudDialogflowV2beta1TextInput" }, "audioConfig": { "$ref": "GoogleCloudDialogflowV2beta1InputAudioConfig" }, "dtmf": { "$ref": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents" } }, "id": "GoogleCloudDialogflowV2beta1QueryInput" }, "GoogleCloudDialogflowV2EventInput": { "type": "object", "properties": { "name": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "languageCode": { "type": "string" } }, "id": "GoogleCloudDialogflowV2EventInput" }, "GoogleCloudDialogflowV2FaqAnswer": { "type": "object", "id": "GoogleCloudDialogflowV2FaqAnswer", "properties": { "confidence": { "format": "float", "type": "number" }, "answer": { "type": "string" }, "source": { "type": "string" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "question": { "type": "string" }, "answerRecord": { "type": "string" } } }, "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse": { "properties": { "mergeBehavior": { "enum": [ "MERGE_BEHAVIOR_UNSPECIFIED", "APPEND", "REPLACE" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "messages": { "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo", "properties": { "required": { "type": "boolean" }, "displayName": { "type": "string" }, "justCollected": { "type": "boolean" }, "state": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "PARAMETER_STATE_UNSPECIFIED", "EMPTY", "INVALID", "FILLED" ] }, "value": { "type": "any" } } }, "GoogleCloudDialogflowV2ExportAgentResponse": { "properties": { "agentContent": { "type": "string", "format": "byte" }, "agentUri": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2ExportAgentResponse" }, "GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest": { "id": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest", "type": "object", "properties": { "latestMessage": { "type": "string" }, "contextSize": { "type": "integer", "format": "int32" }, "assistQueryParams": { "$ref": "GoogleCloudDialogflowV2beta1AssistQueryParameters" } } }, "GoogleCloudDialogflowV2beta1WebhookResponse": { "id": "GoogleCloudDialogflowV2beta1WebhookResponse", "properties": { "endInteraction": { "type": "boolean" }, "fulfillmentMessages": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" }, "type": "array" }, "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "outputContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" } }, "followupEventInput": { "$ref": "GoogleCloudDialogflowV2beta1EventInput" }, "liveAgentHandoff": { "type": "boolean" }, "sessionEntityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "type": "array" }, "source": { "type": "string" }, "fulfillmentText": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource": { "id": "GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource", "properties": { "metadata": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "uri": { "type": "string" }, "snippet": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase", "properties": { "caseContent": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent" } }, "condition": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ToolCall": { "id": "GoogleCloudDialogflowV2beta1ToolCall", "type": "object", "properties": { "toolDisplayDetails": { "type": "string" }, "state": { "type": "string", "readOnly": true, "enumDescriptions": [ "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "TRIGGERED", "NEEDS_CONFIRMATION" ] }, "cesTool": { "type": "string" }, "action": { "type": "string" }, "cesApp": { "type": "string" }, "inputParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "toolDisplayName": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "tool": { "type": "string" }, "cesToolset": { "type": "string" }, "answerRecord": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio": { "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio", "properties": { "audioUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult": { "properties": { "duplicateSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" }, "readOnly": true, "type": "array" } }, "id": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource", "type": "object", "properties": { "question": { "type": "string" } } }, "GoogleCloudDialogflowV2FreeFormSuggestion": { "type": "object", "properties": { "response": { "type": "string" } }, "id": "GoogleCloudDialogflowV2FreeFormSuggestion" }, "GoogleCloudDialogflowV2beta1AgentCoachingInstruction": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction", "type": "object", "properties": { "condition": { "type": "string" }, "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult", "readOnly": true }, "agentAction": { "type": "string" }, "systemAction": { "type": "string" }, "triggeringEvent": { "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE", "TOOL_CALL_COMPLETION" ], "type": "string" }, "displayName": { "type": "string" }, "displayDetails": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext": { "type": "object", "properties": { "value": { "type": "string" }, "key": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext" }, "GoogleCloudDialogflowV2Context": { "type": "object", "id": "GoogleCloudDialogflowV2Context", "properties": { "name": { "type": "string" }, "lifespanCount": { "type": "integer", "format": "int32" }, "parameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } } } }, "documentationLink": "https://cloud.google.com/dialogflow/", "discoveryVersion": "v1", "title": "Dialogflow API" }