{ "auth": { "oauth2": { "scopes": { "https://www.googleapis.com/auth/cloud-platform": { "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account." }, "https://www.googleapis.com/auth/dialogflow": { "description": "View, manage and query your Dialogflow agents" } } } }, "basePath": "", "baseUrl": "https://dialogflow.googleapis.com/", "batchPath": "batch", "canonicalName": "Dialogflow", "description": "Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).", "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/dialogflow/", "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" }, "id": "dialogflow:v2", "kind": "discovery#restDescription", "mtlsRootUrl": "https://dialogflow.mtls.googleapis.com/", "name": "dialogflow", "ownerDomain": "google.com", "ownerName": "Google", "parameters": { "$.xgafv": { "description": "V1 error format.", "enum": [ "1", "2" ], "enumDescriptions": [ "v1 error format", "v2 error format" ], "location": "query", "type": "string" }, "access_token": { "description": "OAuth access token.", "location": "query", "type": "string" }, "alt": { "default": "json", "description": "Data format for response.", "enum": [ "json", "media", "proto" ], "enumDescriptions": [ "Responses with Content-Type of application/json", "Media download with context-dependent Content-Type", "Responses with Content-Type of application/x-protobuf" ], "location": "query", "type": "string" }, "callback": { "description": "JSONP", "location": "query", "type": "string" }, "fields": { "description": "Selector specifying which fields to include in a partial response.", "location": "query", "type": "string" }, "key": { "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", "location": "query", "type": "string" }, "oauth_token": { "description": "OAuth 2.0 token for the current user.", "location": "query", "type": "string" }, "prettyPrint": { "default": "true", "description": "Returns response with indentations and line breaks.", "location": "query", "type": "boolean" }, "quotaUser": { "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", "location": "query", "type": "string" }, "uploadType": { "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", "location": "query", "type": "string" }, "upload_protocol": { "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "location": "query", "type": "string" } }, "protocol": "rest", "resources": { "projects": { "methods": { "deleteAgent": { "description": "", "flatPath": "v2/projects/{projectsId}/agent", "httpMethod": "DELETE", "id": "dialogflow.projects.deleteAgent", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "getAgent": { "description": "", "flatPath": "v2/projects/{projectsId}/agent", "httpMethod": "GET", "id": "dialogflow.projects.getAgent", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent", "response": { "$ref": "GoogleCloudDialogflowV2Agent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "setAgent": { "description": "", "flatPath": "v2/projects/{projectsId}/agent", "httpMethod": "POST", "id": "dialogflow.projects.setAgent", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+parent}/agent", "request": { "$ref": "GoogleCloudDialogflowV2Agent" }, "response": { "$ref": "GoogleCloudDialogflowV2Agent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "agent": { "methods": { "export": { "description": "", "flatPath": "v2/projects/{projectsId}/agent:export", "httpMethod": "POST", "id": "dialogflow.projects.agent.export", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent:export", "request": { "$ref": "GoogleCloudDialogflowV2ExportAgentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "getFulfillment": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/fulfillment", "httpMethod": "GET", "id": "dialogflow.projects.agent.getFulfillment", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/fulfillment$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Fulfillment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "getValidationResult": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/validationResult", "httpMethod": "GET", "id": "dialogflow.projects.agent.getValidationResult", "parameterOrder": [ "parent" ], "parameters": { "languageCode": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent/validationResult", "response": { "$ref": "GoogleCloudDialogflowV2ValidationResult" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "import": { "description": "", "flatPath": "v2/projects/{projectsId}/agent:import", "httpMethod": "POST", "id": "dialogflow.projects.agent.import", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent:import", "request": { "$ref": "GoogleCloudDialogflowV2ImportAgentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "restore": { "description": "", "flatPath": "v2/projects/{projectsId}/agent:restore", "httpMethod": "POST", "id": "dialogflow.projects.agent.restore", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent:restore", "request": { "$ref": "GoogleCloudDialogflowV2RestoreAgentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "search": { "description": "", "flatPath": "v2/projects/{projectsId}/agent:search", "httpMethod": "GET", "id": "dialogflow.projects.agent.search", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent:search", "response": { "$ref": "GoogleCloudDialogflowV2SearchAgentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "train": { "description": "", "flatPath": "v2/projects/{projectsId}/agent:train", "httpMethod": "POST", "id": "dialogflow.projects.agent.train", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent:train", "request": { "$ref": "GoogleCloudDialogflowV2TrainAgentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "updateFulfillment": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/fulfillment", "httpMethod": "PATCH", "id": "dialogflow.projects.agent.updateFulfillment", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/fulfillment$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Fulfillment" }, "response": { "$ref": "GoogleCloudDialogflowV2Fulfillment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "entityTypes": { "methods": { "batchDelete": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/entityTypes:batchDelete", "httpMethod": "POST", "id": "dialogflow.projects.agent.entityTypes.batchDelete", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes:batchDelete", "request": { "$ref": "GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "batchUpdate": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/entityTypes:batchUpdate", "httpMethod": "POST", "id": "dialogflow.projects.agent.entityTypes.batchUpdate", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes:batchUpdate", "request": { "$ref": "GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/entityTypes", "httpMethod": "POST", "id": "dialogflow.projects.agent.entityTypes.create", "parameterOrder": [ "parent" ], "parameters": { "languageCode": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes", "request": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/entityTypes/{entityTypesId}", "httpMethod": "DELETE", "id": "dialogflow.projects.agent.entityTypes.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/entityTypes/{entityTypesId}", "httpMethod": "GET", "id": "dialogflow.projects.agent.entityTypes.get", "parameterOrder": [ "name" ], "parameters": { "languageCode": { "location": "query", "type": "string" }, "name": { "location": "path", "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/entityTypes", "httpMethod": "GET", "id": "dialogflow.projects.agent.entityTypes.list", "parameterOrder": [ "parent" ], "parameters": { "languageCode": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes", "response": { "$ref": "GoogleCloudDialogflowV2ListEntityTypesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/entityTypes/{entityTypesId}", "httpMethod": "PATCH", "id": "dialogflow.projects.agent.entityTypes.patch", "parameterOrder": [ "name" ], "parameters": { "languageCode": { "location": "query", "type": "string" }, "name": { "location": "path", "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "entities": { "methods": { "batchCreate": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/entityTypes/{entityTypesId}/entities:batchCreate", "httpMethod": "POST", "id": "dialogflow.projects.agent.entityTypes.entities.batchCreate", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entities:batchCreate", "request": { "$ref": "GoogleCloudDialogflowV2BatchCreateEntitiesRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "batchDelete": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/entityTypes/{entityTypesId}/entities:batchDelete", "httpMethod": "POST", "id": "dialogflow.projects.agent.entityTypes.entities.batchDelete", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entities:batchDelete", "request": { "$ref": "GoogleCloudDialogflowV2BatchDeleteEntitiesRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "batchUpdate": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/entityTypes/{entityTypesId}/entities:batchUpdate", "httpMethod": "POST", "id": "dialogflow.projects.agent.entityTypes.entities.batchUpdate", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entities:batchUpdate", "request": { "$ref": "GoogleCloudDialogflowV2BatchUpdateEntitiesRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "environments": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments", "httpMethod": "POST", "id": "dialogflow.projects.agent.environments.create", "parameterOrder": [ "parent" ], "parameters": { "environmentId": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/environments", "request": { "$ref": "GoogleCloudDialogflowV2Environment" }, "response": { "$ref": "GoogleCloudDialogflowV2Environment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.agent.environments.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}", "httpMethod": "GET", "id": "dialogflow.projects.agent.environments.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Environment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "getHistory": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/history", "httpMethod": "GET", "id": "dialogflow.projects.agent.environments.getHistory", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/history", "response": { "$ref": "GoogleCloudDialogflowV2EnvironmentHistory" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments", "httpMethod": "GET", "id": "dialogflow.projects.agent.environments.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/environments", "response": { "$ref": "GoogleCloudDialogflowV2ListEnvironmentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.agent.environments.patch", "parameterOrder": [ "name" ], "parameters": { "allowLoadToDraftAndDiscardChanges": { "location": "query", "type": "boolean" }, "name": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Environment" }, "response": { "$ref": "GoogleCloudDialogflowV2Environment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "intents": { "methods": { "list": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/intents", "httpMethod": "GET", "id": "dialogflow.projects.agent.environments.intents.list", "parameterOrder": [ "parent" ], "parameters": { "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "" ], "location": "query", "type": "string" }, "languageCode": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/intents", "response": { "$ref": "GoogleCloudDialogflowV2ListIntentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "users": { "resources": { "sessions": { "methods": { "deleteContexts": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "httpMethod": "DELETE", "id": "dialogflow.projects.agent.environments.users.sessions.deleteContexts", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/contexts", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "detectIntent": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}:detectIntent", "httpMethod": "POST", "id": "dialogflow.projects.agent.environments.users.sessions.detectIntent", "parameterOrder": [ "session" ], "parameters": { "session": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+session}:detectIntent", "request": { "$ref": "GoogleCloudDialogflowV2DetectIntentRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2DetectIntentResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "contexts": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "httpMethod": "POST", "id": "dialogflow.projects.agent.environments.users.sessions.contexts.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/contexts", "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.agent.environments.users.sessions.contexts.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "httpMethod": "GET", "id": "dialogflow.projects.agent.environments.users.sessions.contexts.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "httpMethod": "GET", "id": "dialogflow.projects.agent.environments.users.sessions.contexts.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/contexts", "response": { "$ref": "GoogleCloudDialogflowV2ListContextsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.agent.environments.users.sessions.contexts.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "entityTypes": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes", "httpMethod": "POST", "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes", "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "httpMethod": "DELETE", "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "httpMethod": "GET", "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes", "httpMethod": "GET", "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes", "response": { "$ref": "GoogleCloudDialogflowV2ListSessionEntityTypesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "httpMethod": "PATCH", "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } } } } } }, "intents": { "methods": { "batchDelete": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/intents:batchDelete", "httpMethod": "POST", "id": "dialogflow.projects.agent.intents.batchDelete", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/intents:batchDelete", "request": { "$ref": "GoogleCloudDialogflowV2BatchDeleteIntentsRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "batchUpdate": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/intents:batchUpdate", "httpMethod": "POST", "id": "dialogflow.projects.agent.intents.batchUpdate", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/intents:batchUpdate", "request": { "$ref": "GoogleCloudDialogflowV2BatchUpdateIntentsRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/intents", "httpMethod": "POST", "id": "dialogflow.projects.agent.intents.create", "parameterOrder": [ "parent" ], "parameters": { "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "" ], "location": "query", "type": "string" }, "languageCode": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/intents", "request": { "$ref": "GoogleCloudDialogflowV2Intent" }, "response": { "$ref": "GoogleCloudDialogflowV2Intent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/intents/{intentsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.agent.intents.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/intents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/intents/{intentsId}", "httpMethod": "GET", "id": "dialogflow.projects.agent.intents.get", "parameterOrder": [ "name" ], "parameters": { "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "" ], "location": "query", "type": "string" }, "languageCode": { "location": "query", "type": "string" }, "name": { "location": "path", "pattern": "^projects/[^/]+/agent/intents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Intent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/intents", "httpMethod": "GET", "id": "dialogflow.projects.agent.intents.list", "parameterOrder": [ "parent" ], "parameters": { "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "" ], "location": "query", "type": "string" }, "languageCode": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/intents", "response": { "$ref": "GoogleCloudDialogflowV2ListIntentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/intents/{intentsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.agent.intents.patch", "parameterOrder": [ "name" ], "parameters": { "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "" ], "location": "query", "type": "string" }, "languageCode": { "location": "query", "type": "string" }, "name": { "location": "path", "pattern": "^projects/[^/]+/agent/intents/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Intent" }, "response": { "$ref": "GoogleCloudDialogflowV2Intent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "knowledgeBases": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases", "httpMethod": "POST", "id": "dialogflow.projects.agent.knowledgeBases.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/knowledgeBases", "request": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}", "httpMethod": "DELETE", "id": "dialogflow.projects.agent.knowledgeBases.delete", "parameterOrder": [ "name" ], "parameters": { "force": { "location": "query", "type": "boolean" }, "name": { "location": "path", "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}", "httpMethod": "GET", "id": "dialogflow.projects.agent.knowledgeBases.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases", "httpMethod": "GET", "id": "dialogflow.projects.agent.knowledgeBases.list", "parameterOrder": [ "parent" ], "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/knowledgeBases", "response": { "$ref": "GoogleCloudDialogflowV2ListKnowledgeBasesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}", "httpMethod": "PATCH", "id": "dialogflow.projects.agent.knowledgeBases.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "documents": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents", "httpMethod": "POST", "id": "dialogflow.projects.agent.knowledgeBases.documents.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/documents", "request": { "$ref": "GoogleCloudDialogflowV2Document" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.agent.knowledgeBases.documents.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "httpMethod": "GET", "id": "dialogflow.projects.agent.knowledgeBases.documents.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Document" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents", "httpMethod": "GET", "id": "dialogflow.projects.agent.knowledgeBases.documents.list", "parameterOrder": [ "parent" ], "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/documents", "response": { "$ref": "GoogleCloudDialogflowV2ListDocumentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.agent.knowledgeBases.documents.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Document" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "reload": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:reload", "httpMethod": "POST", "id": "dialogflow.projects.agent.knowledgeBases.documents.reload", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:reload", "request": { "$ref": "GoogleCloudDialogflowV2ReloadDocumentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "sessions": { "methods": { "deleteContexts": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/contexts", "httpMethod": "DELETE", "id": "dialogflow.projects.agent.sessions.deleteContexts", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/contexts", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "detectIntent": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}:detectIntent", "httpMethod": "POST", "id": "dialogflow.projects.agent.sessions.detectIntent", "parameterOrder": [ "session" ], "parameters": { "session": { "location": "path", "pattern": "^projects/[^/]+/agent/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+session}:detectIntent", "request": { "$ref": "GoogleCloudDialogflowV2DetectIntentRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2DetectIntentResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "contexts": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/contexts", "httpMethod": "POST", "id": "dialogflow.projects.agent.sessions.contexts.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/contexts", "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.agent.sessions.contexts.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "httpMethod": "GET", "id": "dialogflow.projects.agent.sessions.contexts.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/contexts", "httpMethod": "GET", "id": "dialogflow.projects.agent.sessions.contexts.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/contexts", "response": { "$ref": "GoogleCloudDialogflowV2ListContextsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.agent.sessions.contexts.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "entityTypes": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes", "httpMethod": "POST", "id": "dialogflow.projects.agent.sessions.entityTypes.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes", "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "httpMethod": "DELETE", "id": "dialogflow.projects.agent.sessions.entityTypes.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "httpMethod": "GET", "id": "dialogflow.projects.agent.sessions.entityTypes.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes", "httpMethod": "GET", "id": "dialogflow.projects.agent.sessions.entityTypes.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes", "response": { "$ref": "GoogleCloudDialogflowV2ListSessionEntityTypesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "httpMethod": "PATCH", "id": "dialogflow.projects.agent.sessions.entityTypes.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "versions": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/versions", "httpMethod": "POST", "id": "dialogflow.projects.agent.versions.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/versions", "request": { "$ref": "GoogleCloudDialogflowV2Version" }, "response": { "$ref": "GoogleCloudDialogflowV2Version" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/versions/{versionsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.agent.versions.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/versions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/versions/{versionsId}", "httpMethod": "GET", "id": "dialogflow.projects.agent.versions.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/versions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Version" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/versions", "httpMethod": "GET", "id": "dialogflow.projects.agent.versions.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/versions", "response": { "$ref": "GoogleCloudDialogflowV2ListVersionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/versions/{versionsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.agent.versions.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/agent/versions/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Version" }, "response": { "$ref": "GoogleCloudDialogflowV2Version" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "answerRecords": { "methods": { "list": { "description": "", "flatPath": "v2/projects/{projectsId}/answerRecords", "httpMethod": "GET", "id": "dialogflow.projects.answerRecords.list", "parameterOrder": [ "parent" ], "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/answerRecords", "response": { "$ref": "GoogleCloudDialogflowV2ListAnswerRecordsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/answerRecords/{answerRecordsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.answerRecords.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/answerRecords/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2AnswerRecord" }, "response": { "$ref": "GoogleCloudDialogflowV2AnswerRecord" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "conversationDatasets": { "methods": { "get": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationDatasets/{conversationDatasetsId}", "httpMethod": "GET", "id": "dialogflow.projects.conversationDatasets.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/conversationDatasets/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2ConversationDataset" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "importConversationData": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationDatasets/{conversationDatasetsId}:importConversationData", "httpMethod": "POST", "id": "dialogflow.projects.conversationDatasets.importConversationData", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/conversationDatasets/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:importConversationData", "request": { "$ref": "GoogleCloudDialogflowV2ImportConversationDataRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationDatasets", "httpMethod": "GET", "id": "dialogflow.projects.conversationDatasets.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversationDatasets", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationDatasetsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "conversationModels": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationModels", "httpMethod": "POST", "id": "dialogflow.projects.conversationModels.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversationModels", "request": { "$ref": "GoogleCloudDialogflowV2ConversationModel" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationModels/{conversationModelsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.conversationModels.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/conversationModels/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "deploy": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationModels/{conversationModelsId}:deploy", "httpMethod": "POST", "id": "dialogflow.projects.conversationModels.deploy", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/conversationModels/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:deploy", "request": { "$ref": "GoogleCloudDialogflowV2DeployConversationModelRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationModels/{conversationModelsId}", "httpMethod": "GET", "id": "dialogflow.projects.conversationModels.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/conversationModels/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2ConversationModel" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationModels", "httpMethod": "GET", "id": "dialogflow.projects.conversationModels.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversationModels", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationModelsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "undeploy": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationModels/{conversationModelsId}:undeploy", "httpMethod": "POST", "id": "dialogflow.projects.conversationModels.undeploy", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/conversationModels/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:undeploy", "request": { "$ref": "GoogleCloudDialogflowV2UndeployConversationModelRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "evaluations": { "methods": { "get": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationModels/{conversationModelsId}/evaluations/{evaluationsId}", "httpMethod": "GET", "id": "dialogflow.projects.conversationModels.evaluations.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/conversationModels/[^/]+/evaluations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2ConversationModelEvaluation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationModels/{conversationModelsId}/evaluations", "httpMethod": "GET", "id": "dialogflow.projects.conversationModels.evaluations.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/conversationModels/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/evaluations", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "conversationProfiles": { "methods": { "clearSuggestionFeatureConfig": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationProfiles/{conversationProfilesId}:clearSuggestionFeatureConfig", "httpMethod": "POST", "id": "dialogflow.projects.conversationProfiles.clearSuggestionFeatureConfig", "parameterOrder": [ "conversationProfile" ], "parameters": { "conversationProfile": { "location": "path", "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+conversationProfile}:clearSuggestionFeatureConfig", "request": { "$ref": "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationProfiles", "httpMethod": "POST", "id": "dialogflow.projects.conversationProfiles.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversationProfiles", "request": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "response": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationProfiles/{conversationProfilesId}", "httpMethod": "DELETE", "id": "dialogflow.projects.conversationProfiles.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationProfiles/{conversationProfilesId}", "httpMethod": "GET", "id": "dialogflow.projects.conversationProfiles.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationProfiles", "httpMethod": "GET", "id": "dialogflow.projects.conversationProfiles.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversationProfiles", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationProfilesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationProfiles/{conversationProfilesId}", "httpMethod": "PATCH", "id": "dialogflow.projects.conversationProfiles.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "response": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "setSuggestionFeatureConfig": { "description": "", "flatPath": "v2/projects/{projectsId}/conversationProfiles/{conversationProfilesId}:setSuggestionFeatureConfig", "httpMethod": "POST", "id": "dialogflow.projects.conversationProfiles.setSuggestionFeatureConfig", "parameterOrder": [ "conversationProfile" ], "parameters": { "conversationProfile": { "location": "path", "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+conversationProfile}:setSuggestionFeatureConfig", "request": { "$ref": "GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "conversations": { "methods": { "complete": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}:complete", "httpMethod": "POST", "id": "dialogflow.projects.conversations.complete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:complete", "request": { "$ref": "GoogleCloudDialogflowV2CompleteConversationRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations", "httpMethod": "POST", "id": "dialogflow.projects.conversations.create", "parameterOrder": [ "parent" ], "parameters": { "conversationId": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversations", "request": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "response": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}", "httpMethod": "GET", "id": "dialogflow.projects.conversations.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations", "httpMethod": "GET", "id": "dialogflow.projects.conversations.list", "parameterOrder": [ "parent" ], "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversations", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "messages": { "methods": { "list": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/messages", "httpMethod": "GET", "id": "dialogflow.projects.conversations.messages.list", "parameterOrder": [ "parent" ], "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/messages", "response": { "$ref": "GoogleCloudDialogflowV2ListMessagesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "participants": { "methods": { "analyzeContent": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}:analyzeContent", "httpMethod": "POST", "id": "dialogflow.projects.conversations.participants.analyzeContent", "parameterOrder": [ "participant" ], "parameters": { "participant": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+participant}:analyzeContent", "request": { "$ref": "GoogleCloudDialogflowV2AnalyzeContentRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2AnalyzeContentResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants", "httpMethod": "POST", "id": "dialogflow.projects.conversations.participants.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/participants", "request": { "$ref": "GoogleCloudDialogflowV2Participant" }, "response": { "$ref": "GoogleCloudDialogflowV2Participant" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}", "httpMethod": "GET", "id": "dialogflow.projects.conversations.participants.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Participant" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants", "httpMethod": "GET", "id": "dialogflow.projects.conversations.participants.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/participants", "response": { "$ref": "GoogleCloudDialogflowV2ListParticipantsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.conversations.participants.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Participant" }, "response": { "$ref": "GoogleCloudDialogflowV2Participant" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "suggestions": { "methods": { "suggestArticles": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestArticles", "httpMethod": "POST", "id": "dialogflow.projects.conversations.participants.suggestions.suggestArticles", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/suggestions:suggestArticles", "request": { "$ref": "GoogleCloudDialogflowV2SuggestArticlesRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SuggestArticlesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "suggestFaqAnswers": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestFaqAnswers", "httpMethod": "POST", "id": "dialogflow.projects.conversations.participants.suggestions.suggestFaqAnswers", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/suggestions:suggestFaqAnswers", "request": { "$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "suggestKnowledgeAssist": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestKnowledgeAssist", "httpMethod": "POST", "id": "dialogflow.projects.conversations.participants.suggestions.suggestKnowledgeAssist", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/suggestions:suggestKnowledgeAssist", "request": { "$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "suggestSmartReplies": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestSmartReplies", "httpMethod": "POST", "id": "dialogflow.projects.conversations.participants.suggestions.suggestSmartReplies", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/suggestions:suggestSmartReplies", "request": { "$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "suggestions": { "methods": { "generate": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/suggestions:generate", "httpMethod": "POST", "id": "dialogflow.projects.conversations.suggestions.generate", "parameterOrder": [ "conversation" ], "parameters": { "conversation": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+conversation}/suggestions:generate", "request": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "searchKnowledge": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/suggestions:searchKnowledge", "httpMethod": "POST", "id": "dialogflow.projects.conversations.suggestions.searchKnowledge", "parameterOrder": [ "conversation" ], "parameters": { "conversation": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+conversation}/suggestions:searchKnowledge", "request": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "suggestConversationSummary": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/suggestions:suggestConversationSummary", "httpMethod": "POST", "id": "dialogflow.projects.conversations.suggestions.suggestConversationSummary", "parameterOrder": [ "conversation" ], "parameters": { "conversation": { "location": "path", "pattern": "^projects/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+conversation}/suggestions:suggestConversationSummary", "request": { "$ref": "GoogleCloudDialogflowV2SuggestConversationSummaryRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SuggestConversationSummaryResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "generators": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/generators", "httpMethod": "POST", "id": "dialogflow.projects.generators.create", "parameterOrder": [ "parent" ], "parameters": { "generatorId": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/generators", "request": { "$ref": "GoogleCloudDialogflowV2Generator" }, "response": { "$ref": "GoogleCloudDialogflowV2Generator" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/generators", "httpMethod": "GET", "id": "dialogflow.projects.generators.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/generators", "response": { "$ref": "GoogleCloudDialogflowV2ListGeneratorsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "knowledgeBases": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases", "httpMethod": "POST", "id": "dialogflow.projects.knowledgeBases.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/knowledgeBases", "request": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}", "httpMethod": "DELETE", "id": "dialogflow.projects.knowledgeBases.delete", "parameterOrder": [ "name" ], "parameters": { "force": { "location": "query", "type": "boolean" }, "name": { "location": "path", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}", "httpMethod": "GET", "id": "dialogflow.projects.knowledgeBases.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases", "httpMethod": "GET", "id": "dialogflow.projects.knowledgeBases.list", "parameterOrder": [ "parent" ], "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/knowledgeBases", "response": { "$ref": "GoogleCloudDialogflowV2ListKnowledgeBasesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}", "httpMethod": "PATCH", "id": "dialogflow.projects.knowledgeBases.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "documents": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents", "httpMethod": "POST", "id": "dialogflow.projects.knowledgeBases.documents.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/documents", "request": { "$ref": "GoogleCloudDialogflowV2Document" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.knowledgeBases.documents.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "export": { "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:export", "httpMethod": "POST", "id": "dialogflow.projects.knowledgeBases.documents.export", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:export", "request": { "$ref": "GoogleCloudDialogflowV2ExportDocumentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "httpMethod": "GET", "id": "dialogflow.projects.knowledgeBases.documents.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Document" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "import": { "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents:import", "httpMethod": "POST", "id": "dialogflow.projects.knowledgeBases.documents.import", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/documents:import", "request": { "$ref": "GoogleCloudDialogflowV2ImportDocumentsRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents", "httpMethod": "GET", "id": "dialogflow.projects.knowledgeBases.documents.list", "parameterOrder": [ "parent" ], "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/documents", "response": { "$ref": "GoogleCloudDialogflowV2ListDocumentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.knowledgeBases.documents.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Document" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "reload": { "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:reload", "httpMethod": "POST", "id": "dialogflow.projects.knowledgeBases.documents.reload", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:reload", "request": { "$ref": "GoogleCloudDialogflowV2ReloadDocumentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "locations": { "methods": { "deleteAgent": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.deleteAgent", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudLocationLocation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "getAgent": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent", "httpMethod": "GET", "id": "dialogflow.projects.locations.getAgent", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent", "response": { "$ref": "GoogleCloudDialogflowV2Agent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "getEncryptionSpec": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/encryptionSpec", "httpMethod": "GET", "id": "dialogflow.projects.locations.getEncryptionSpec", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/encryptionSpec$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2EncryptionSpec" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations", "httpMethod": "GET", "id": "dialogflow.projects.locations.list", "parameterOrder": [ "name" ], "parameters": { "extraLocationTypes": { "location": "query", "repeated": true, "type": "string" }, "filter": { "location": "query", "type": "string" }, "name": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" } }, "path": "v2/{+name}/locations", "response": { "$ref": "GoogleCloudLocationListLocationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "setAgent": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent", "httpMethod": "POST", "id": "dialogflow.projects.locations.setAgent", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+parent}/agent", "request": { "$ref": "GoogleCloudDialogflowV2Agent" }, "response": { "$ref": "GoogleCloudDialogflowV2Agent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "agent": { "methods": { "export": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent:export", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.export", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent:export", "request": { "$ref": "GoogleCloudDialogflowV2ExportAgentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "getFulfillment": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/fulfillment", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.getFulfillment", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/fulfillment$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Fulfillment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "getValidationResult": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/validationResult", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.getValidationResult", "parameterOrder": [ "parent" ], "parameters": { "languageCode": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent/validationResult", "response": { "$ref": "GoogleCloudDialogflowV2ValidationResult" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "import": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent:import", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.import", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent:import", "request": { "$ref": "GoogleCloudDialogflowV2ImportAgentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "restore": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent:restore", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.restore", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent:restore", "request": { "$ref": "GoogleCloudDialogflowV2RestoreAgentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "search": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent:search", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.search", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent:search", "response": { "$ref": "GoogleCloudDialogflowV2SearchAgentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "train": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent:train", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.train", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/agent:train", "request": { "$ref": "GoogleCloudDialogflowV2TrainAgentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "updateFulfillment": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/fulfillment", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.agent.updateFulfillment", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/fulfillment$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Fulfillment" }, "response": { "$ref": "GoogleCloudDialogflowV2Fulfillment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "entityTypes": { "methods": { "batchDelete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes:batchDelete", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.entityTypes.batchDelete", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes:batchDelete", "request": { "$ref": "GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "batchUpdate": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes:batchUpdate", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.entityTypes.batchUpdate", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes:batchUpdate", "request": { "$ref": "GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.entityTypes.create", "parameterOrder": [ "parent" ], "parameters": { "languageCode": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes", "request": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agent.entityTypes.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.entityTypes.get", "parameterOrder": [ "name" ], "parameters": { "languageCode": { "location": "query", "type": "string" }, "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.entityTypes.list", "parameterOrder": [ "parent" ], "parameters": { "languageCode": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes", "response": { "$ref": "GoogleCloudDialogflowV2ListEntityTypesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.agent.entityTypes.patch", "parameterOrder": [ "name" ], "parameters": { "languageCode": { "location": "query", "type": "string" }, "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "entities": { "methods": { "batchCreate": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}/entities:batchCreate", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.entityTypes.entities.batchCreate", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entities:batchCreate", "request": { "$ref": "GoogleCloudDialogflowV2BatchCreateEntitiesRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "batchDelete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}/entities:batchDelete", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.entityTypes.entities.batchDelete", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entities:batchDelete", "request": { "$ref": "GoogleCloudDialogflowV2BatchDeleteEntitiesRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "batchUpdate": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}/entities:batchUpdate", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.entityTypes.entities.batchUpdate", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entities:batchUpdate", "request": { "$ref": "GoogleCloudDialogflowV2BatchUpdateEntitiesRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "environments": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.environments.create", "parameterOrder": [ "parent" ], "parameters": { "environmentId": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/environments", "request": { "$ref": "GoogleCloudDialogflowV2Environment" }, "response": { "$ref": "GoogleCloudDialogflowV2Environment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agent.environments.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.environments.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Environment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "getHistory": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/history", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.environments.getHistory", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/history", "response": { "$ref": "GoogleCloudDialogflowV2EnvironmentHistory" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.environments.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/environments", "response": { "$ref": "GoogleCloudDialogflowV2ListEnvironmentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.agent.environments.patch", "parameterOrder": [ "name" ], "parameters": { "allowLoadToDraftAndDiscardChanges": { "location": "query", "type": "boolean" }, "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Environment" }, "response": { "$ref": "GoogleCloudDialogflowV2Environment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "intents": { "methods": { "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/intents", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.environments.intents.list", "parameterOrder": [ "parent" ], "parameters": { "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "" ], "location": "query", "type": "string" }, "languageCode": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/intents", "response": { "$ref": "GoogleCloudDialogflowV2ListIntentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "users": { "resources": { "sessions": { "methods": { "deleteContexts": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agent.environments.users.sessions.deleteContexts", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/contexts", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "detectIntent": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}:detectIntent", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.environments.users.sessions.detectIntent", "parameterOrder": [ "session" ], "parameters": { "session": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+session}:detectIntent", "request": { "$ref": "GoogleCloudDialogflowV2DetectIntentRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2DetectIntentResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "contexts": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/contexts", "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/contexts", "response": { "$ref": "GoogleCloudDialogflowV2ListContextsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "entityTypes": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes", "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes", "response": { "$ref": "GoogleCloudDialogflowV2ListSessionEntityTypesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } } } } } }, "intents": { "methods": { "batchDelete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/intents:batchDelete", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.intents.batchDelete", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/intents:batchDelete", "request": { "$ref": "GoogleCloudDialogflowV2BatchDeleteIntentsRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "batchUpdate": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/intents:batchUpdate", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.intents.batchUpdate", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/intents:batchUpdate", "request": { "$ref": "GoogleCloudDialogflowV2BatchUpdateIntentsRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/intents", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.intents.create", "parameterOrder": [ "parent" ], "parameters": { "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "" ], "location": "query", "type": "string" }, "languageCode": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/intents", "request": { "$ref": "GoogleCloudDialogflowV2Intent" }, "response": { "$ref": "GoogleCloudDialogflowV2Intent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/intents/{intentsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agent.intents.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/intents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/intents/{intentsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.intents.get", "parameterOrder": [ "name" ], "parameters": { "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "" ], "location": "query", "type": "string" }, "languageCode": { "location": "query", "type": "string" }, "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/intents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Intent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/intents", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.intents.list", "parameterOrder": [ "parent" ], "parameters": { "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "" ], "location": "query", "type": "string" }, "languageCode": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/intents", "response": { "$ref": "GoogleCloudDialogflowV2ListIntentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/intents/{intentsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.agent.intents.patch", "parameterOrder": [ "name" ], "parameters": { "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "" ], "location": "query", "type": "string" }, "languageCode": { "location": "query", "type": "string" }, "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/intents/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Intent" }, "response": { "$ref": "GoogleCloudDialogflowV2Intent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "sessions": { "methods": { "deleteContexts": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agent.sessions.deleteContexts", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/contexts", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "detectIntent": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}:detectIntent", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.sessions.detectIntent", "parameterOrder": [ "session" ], "parameters": { "session": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+session}:detectIntent", "request": { "$ref": "GoogleCloudDialogflowV2DetectIntentRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2DetectIntentResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "contexts": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.sessions.contexts.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/contexts", "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agent.sessions.contexts.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.sessions.contexts.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.sessions.contexts.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/contexts", "response": { "$ref": "GoogleCloudDialogflowV2ListContextsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.agent.sessions.contexts.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "entityTypes": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.sessions.entityTypes.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes", "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agent.sessions.entityTypes.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.sessions.entityTypes.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.sessions.entityTypes.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/entityTypes", "response": { "$ref": "GoogleCloudDialogflowV2ListSessionEntityTypesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.agent.sessions.entityTypes.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "versions": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/versions", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.versions.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/versions", "request": { "$ref": "GoogleCloudDialogflowV2Version" }, "response": { "$ref": "GoogleCloudDialogflowV2Version" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/versions/{versionsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agent.versions.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/versions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/versions/{versionsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.versions.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/versions/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Version" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/versions", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.versions.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "required": true, "type": "string" } }, "path": "v2/{+parent}/versions", "response": { "$ref": "GoogleCloudDialogflowV2ListVersionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/versions/{versionsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.agent.versions.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agent/versions/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Version" }, "response": { "$ref": "GoogleCloudDialogflowV2Version" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "answerRecords": { "methods": { "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/answerRecords", "httpMethod": "GET", "id": "dialogflow.projects.locations.answerRecords.list", "parameterOrder": [ "parent" ], "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/answerRecords", "response": { "$ref": "GoogleCloudDialogflowV2ListAnswerRecordsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/answerRecords/{answerRecordsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.answerRecords.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/answerRecords/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2AnswerRecord" }, "response": { "$ref": "GoogleCloudDialogflowV2AnswerRecord" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "conversationDatasets": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationDatasets", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversationDatasets.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversationDatasets", "request": { "$ref": "GoogleCloudDialogflowV2ConversationDataset" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationDatasets/{conversationDatasetsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.conversationDatasets.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationDatasets/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationDatasets/{conversationDatasetsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.conversationDatasets.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationDatasets/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2ConversationDataset" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "importConversationData": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationDatasets/{conversationDatasetsId}:importConversationData", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversationDatasets.importConversationData", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationDatasets/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:importConversationData", "request": { "$ref": "GoogleCloudDialogflowV2ImportConversationDataRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationDatasets", "httpMethod": "GET", "id": "dialogflow.projects.locations.conversationDatasets.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversationDatasets", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationDatasetsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "conversationModels": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversationModels.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversationModels", "request": { "$ref": "GoogleCloudDialogflowV2ConversationModel" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels/{conversationModelsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.conversationModels.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationModels/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "deploy": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels/{conversationModelsId}:deploy", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversationModels.deploy", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationModels/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:deploy", "request": { "$ref": "GoogleCloudDialogflowV2DeployConversationModelRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels/{conversationModelsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.conversationModels.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationModels/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2ConversationModel" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels", "httpMethod": "GET", "id": "dialogflow.projects.locations.conversationModels.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversationModels", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationModelsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "undeploy": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels/{conversationModelsId}:undeploy", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversationModels.undeploy", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationModels/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:undeploy", "request": { "$ref": "GoogleCloudDialogflowV2UndeployConversationModelRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "evaluations": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels/{conversationModelsId}/evaluations", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversationModels.evaluations.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationModels/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/evaluations", "request": { "$ref": "GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels/{conversationModelsId}/evaluations/{evaluationsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.conversationModels.evaluations.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationModels/[^/]+/evaluations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2ConversationModelEvaluation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels/{conversationModelsId}/evaluations", "httpMethod": "GET", "id": "dialogflow.projects.locations.conversationModels.evaluations.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationModels/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/evaluations", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "conversationProfiles": { "methods": { "clearSuggestionFeatureConfig": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}:clearSuggestionFeatureConfig", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversationProfiles.clearSuggestionFeatureConfig", "parameterOrder": [ "conversationProfile" ], "parameters": { "conversationProfile": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+conversationProfile}:clearSuggestionFeatureConfig", "request": { "$ref": "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationProfiles", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversationProfiles.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversationProfiles", "request": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "response": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.conversationProfiles.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.conversationProfiles.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationProfiles", "httpMethod": "GET", "id": "dialogflow.projects.locations.conversationProfiles.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversationProfiles", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationProfilesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.conversationProfiles.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "response": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "setSuggestionFeatureConfig": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}:setSuggestionFeatureConfig", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversationProfiles.setSuggestionFeatureConfig", "parameterOrder": [ "conversationProfile" ], "parameters": { "conversationProfile": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+conversationProfile}:setSuggestionFeatureConfig", "request": { "$ref": "GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "conversations": { "methods": { "complete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}:complete", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.complete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:complete", "request": { "$ref": "GoogleCloudDialogflowV2CompleteConversationRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.create", "parameterOrder": [ "parent" ], "parameters": { "conversationId": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversations", "request": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "response": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.conversations.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "ingestContextReferences": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}:ingestContextReferences", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.ingestContextReferences", "parameterOrder": [ "conversation" ], "parameters": { "conversation": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+conversation}:ingestContextReferences", "request": { "$ref": "GoogleCloudDialogflowV2IngestContextReferencesRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2IngestContextReferencesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations", "httpMethod": "GET", "id": "dialogflow.projects.locations.conversations.list", "parameterOrder": [ "parent" ], "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/conversations", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "messages": { "methods": { "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/messages", "httpMethod": "GET", "id": "dialogflow.projects.locations.conversations.messages.list", "parameterOrder": [ "parent" ], "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/messages", "response": { "$ref": "GoogleCloudDialogflowV2ListMessagesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "participants": { "methods": { "analyzeContent": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}:analyzeContent", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.participants.analyzeContent", "parameterOrder": [ "participant" ], "parameters": { "participant": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+participant}:analyzeContent", "request": { "$ref": "GoogleCloudDialogflowV2AnalyzeContentRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2AnalyzeContentResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.participants.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/participants", "request": { "$ref": "GoogleCloudDialogflowV2Participant" }, "response": { "$ref": "GoogleCloudDialogflowV2Participant" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.conversations.participants.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Participant" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants", "httpMethod": "GET", "id": "dialogflow.projects.locations.conversations.participants.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/participants", "response": { "$ref": "GoogleCloudDialogflowV2ListParticipantsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.conversations.participants.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Participant" }, "response": { "$ref": "GoogleCloudDialogflowV2Participant" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "suggestions": { "methods": { "suggestArticles": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestArticles", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestArticles", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/suggestions:suggestArticles", "request": { "$ref": "GoogleCloudDialogflowV2SuggestArticlesRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SuggestArticlesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "suggestFaqAnswers": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestFaqAnswers", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestFaqAnswers", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/suggestions:suggestFaqAnswers", "request": { "$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "suggestKnowledgeAssist": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestKnowledgeAssist", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestKnowledgeAssist", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/suggestions:suggestKnowledgeAssist", "request": { "$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "suggestSmartReplies": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestSmartReplies", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestSmartReplies", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/suggestions:suggestSmartReplies", "request": { "$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "suggestions": { "methods": { "generate": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/suggestions:generate", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.suggestions.generate", "parameterOrder": [ "conversation" ], "parameters": { "conversation": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+conversation}/suggestions:generate", "request": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "searchKnowledge": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/suggestions:searchKnowledge", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.suggestions.searchKnowledge", "parameterOrder": [ "conversation" ], "parameters": { "conversation": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+conversation}/suggestions:searchKnowledge", "request": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "suggestConversationSummary": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/suggestions:suggestConversationSummary", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.suggestions.suggestConversationSummary", "parameterOrder": [ "conversation" ], "parameters": { "conversation": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+conversation}/suggestions:suggestConversationSummary", "request": { "$ref": "GoogleCloudDialogflowV2SuggestConversationSummaryRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SuggestConversationSummaryResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "encryptionSpec": { "methods": { "initialize": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/encryptionSpec:initialize", "httpMethod": "POST", "id": "dialogflow.projects.locations.encryptionSpec.initialize", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/encryptionSpec$", "required": true, "type": "string" } }, "path": "v2/{+name}:initialize", "request": { "$ref": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "generators": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators", "httpMethod": "POST", "id": "dialogflow.projects.locations.generators.create", "parameterOrder": [ "parent" ], "parameters": { "generatorId": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/generators", "request": { "$ref": "GoogleCloudDialogflowV2Generator" }, "response": { "$ref": "GoogleCloudDialogflowV2Generator" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.generators.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.generators.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Generator" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators", "httpMethod": "GET", "id": "dialogflow.projects.locations.generators.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/generators", "response": { "$ref": "GoogleCloudDialogflowV2ListGeneratorsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.generators.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Generator" }, "response": { "$ref": "GoogleCloudDialogflowV2Generator" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "evaluations": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations", "httpMethod": "POST", "id": "dialogflow.projects.locations.generators.evaluations.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/evaluations", "request": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluation" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations/{evaluationsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.generators.evaluations.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+/evaluations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations/{evaluationsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.generators.evaluations.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+/evaluations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations", "httpMethod": "GET", "id": "dialogflow.projects.locations.generators.evaluations.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/evaluations", "response": { "$ref": "GoogleCloudDialogflowV2ListGeneratorEvaluationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "knowledgeBases": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases", "httpMethod": "POST", "id": "dialogflow.projects.locations.knowledgeBases.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/knowledgeBases", "request": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.knowledgeBases.delete", "parameterOrder": [ "name" ], "parameters": { "force": { "location": "query", "type": "boolean" }, "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.knowledgeBases.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases", "httpMethod": "GET", "id": "dialogflow.projects.locations.knowledgeBases.list", "parameterOrder": [ "parent" ], "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/knowledgeBases", "response": { "$ref": "GoogleCloudDialogflowV2ListKnowledgeBasesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.knowledgeBases.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "documents": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents", "httpMethod": "POST", "id": "dialogflow.projects.locations.knowledgeBases.documents.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/documents", "request": { "$ref": "GoogleCloudDialogflowV2Document" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.knowledgeBases.documents.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "export": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:export", "httpMethod": "POST", "id": "dialogflow.projects.locations.knowledgeBases.documents.export", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:export", "request": { "$ref": "GoogleCloudDialogflowV2ExportDocumentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.knowledgeBases.documents.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Document" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "import": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents:import", "httpMethod": "POST", "id": "dialogflow.projects.locations.knowledgeBases.documents.import", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/documents:import", "request": { "$ref": "GoogleCloudDialogflowV2ImportDocumentsRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents", "httpMethod": "GET", "id": "dialogflow.projects.locations.knowledgeBases.documents.list", "parameterOrder": [ "parent" ], "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/documents", "response": { "$ref": "GoogleCloudDialogflowV2ListDocumentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.knowledgeBases.documents.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Document" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "reload": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:reload", "httpMethod": "POST", "id": "dialogflow.projects.locations.knowledgeBases.documents.reload", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:reload", "request": { "$ref": "GoogleCloudDialogflowV2ReloadDocumentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "operations": { "methods": { "cancel": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel", "httpMethod": "POST", "id": "dialogflow.projects.locations.operations.cancel", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:cancel", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.operations.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/operations", "httpMethod": "GET", "id": "dialogflow.projects.locations.operations.list", "parameterOrder": [ "name" ], "parameters": { "filter": { "location": "query", "type": "string" }, "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "returnPartialSuccess": { "location": "query", "type": "boolean" } }, "path": "v2/{+name}/operations", "response": { "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "sipTrunks": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/sipTrunks", "httpMethod": "POST", "id": "dialogflow.projects.locations.sipTrunks.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/sipTrunks", "request": { "$ref": "GoogleCloudDialogflowV2SipTrunk" }, "response": { "$ref": "GoogleCloudDialogflowV2SipTrunk" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.sipTrunks.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.sipTrunks.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2SipTrunk" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/sipTrunks", "httpMethod": "GET", "id": "dialogflow.projects.locations.sipTrunks.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/sipTrunks", "response": { "$ref": "GoogleCloudDialogflowV2ListSipTrunksResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.sipTrunks.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2SipTrunk" }, "response": { "$ref": "GoogleCloudDialogflowV2SipTrunk" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "statelessSuggestion": { "methods": { "generate": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/statelessSuggestion:generate", "httpMethod": "POST", "id": "dialogflow.projects.locations.statelessSuggestion.generate", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/statelessSuggestion:generate", "request": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSuggestionRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSuggestionResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "suggestions": { "methods": { "generateStatelessSummary": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/suggestions:generateStatelessSummary", "httpMethod": "POST", "id": "dialogflow.projects.locations.suggestions.generateStatelessSummary", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/suggestions:generateStatelessSummary", "request": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSummaryRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSummaryResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "searchKnowledge": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/suggestions:searchKnowledge", "httpMethod": "POST", "id": "dialogflow.projects.locations.suggestions.searchKnowledge", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/suggestions:searchKnowledge", "request": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "tools": { "methods": { "create": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools", "httpMethod": "POST", "id": "dialogflow.projects.locations.tools.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" }, "toolId": { "location": "query", "type": "string" } }, "path": "v2/{+parent}/tools", "request": { "$ref": "GoogleCloudDialogflowV2Tool" }, "response": { "$ref": "GoogleCloudDialogflowV2Tool" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.tools.delete", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.tools.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Tool" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools", "httpMethod": "GET", "id": "dialogflow.projects.locations.tools.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/tools", "response": { "$ref": "GoogleCloudDialogflowV2ListToolsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}", "httpMethod": "PATCH", "id": "dialogflow.projects.locations.tools.patch", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$", "required": true, "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Tool" }, "response": { "$ref": "GoogleCloudDialogflowV2Tool" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } }, "operations": { "methods": { "cancel": { "description": "", "flatPath": "v2/projects/{projectsId}/operations/{operationsId}:cancel", "httpMethod": "POST", "id": "dialogflow.projects.operations.cancel", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}:cancel", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "flatPath": "v2/projects/{projectsId}/operations/{operationsId}", "httpMethod": "GET", "id": "dialogflow.projects.operations.get", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/operations", "httpMethod": "GET", "id": "dialogflow.projects.operations.list", "parameterOrder": [ "name" ], "parameters": { "filter": { "location": "query", "type": "string" }, "name": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "returnPartialSuccess": { "location": "query", "type": "boolean" } }, "path": "v2/{+name}/operations", "response": { "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "suggestions": { "methods": { "generateStatelessSummary": { "description": "", "flatPath": "v2/projects/{projectsId}/suggestions:generateStatelessSummary", "httpMethod": "POST", "id": "dialogflow.projects.suggestions.generateStatelessSummary", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/suggestions:generateStatelessSummary", "request": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSummaryRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSummaryResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "searchKnowledge": { "description": "", "flatPath": "v2/projects/{projectsId}/suggestions:searchKnowledge", "httpMethod": "POST", "id": "dialogflow.projects.suggestions.searchKnowledge", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v2/{+parent}/suggestions:searchKnowledge", "request": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } } }, "revision": "20260119", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowCxV3AdvancedSettings": { "id": "GoogleCloudDialogflowCxV3AdvancedSettings", "properties": { "audioExportGcsDestination": { "$ref": "GoogleCloudDialogflowCxV3GcsDestination" }, "dtmfSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings" }, "loggingSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings" }, "speechSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings" } }, "type": "object" }, "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings": { "id": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings", "properties": { "enabled": { "type": "boolean" }, "endpointingTimeoutDuration": { "format": "google-duration", "type": "string" }, "finishDigit": { "type": "string" }, "interdigitTimeoutDuration": { "format": "google-duration", "type": "string" }, "maxDigits": { "format": "int32", "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings": { "id": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings", "properties": { "enableConsentBasedRedaction": { "type": "boolean" }, "enableInteractionLogging": { "type": "boolean" }, "enableStackdriverLogging": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings": { "id": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings", "properties": { "endpointerSensitivity": { "format": "int32", "type": "integer" }, "models": { "additionalProperties": { "type": "string" }, "type": "object" }, "noSpeechTimeout": { "format": "google-duration", "type": "string" }, "useTimeoutBasedEndpointing": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3AudioInput": { "id": "GoogleCloudDialogflowCxV3AudioInput", "properties": { "audio": { "format": "byte", "type": "string" }, "config": { "$ref": "GoogleCloudDialogflowCxV3InputAudioConfig" } }, "type": "object" }, "GoogleCloudDialogflowCxV3BargeInConfig": { "id": "GoogleCloudDialogflowCxV3BargeInConfig", "properties": { "noBargeInDuration": { "format": "google-duration", "type": "string" }, "totalDuration": { "format": "google-duration", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata": { "id": "GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata", "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3BatchRunTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3BatchRunTestCasesResponse", "properties": { "results": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ContinuousTestResult": { "id": "GoogleCloudDialogflowCxV3ContinuousTestResult", "properties": { "name": { "type": "string" }, "result": { "enum": [ "AGGREGATED_TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "runTime": { "format": "google-datetime", "type": "string" }, "testCaseResults": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ConversationSignals": { "id": "GoogleCloudDialogflowCxV3ConversationSignals", "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowCxV3TurnSignals" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ConversationTurn": { "id": "GoogleCloudDialogflowCxV3ConversationTurn", "properties": { "userInput": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurnUserInput" }, "virtualAgentOutput": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ConversationTurnUserInput": { "id": "GoogleCloudDialogflowCxV3ConversationTurnUserInput", "properties": { "enableSentimentAnalysis": { "type": "boolean" }, "injectedParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "input": { "$ref": "GoogleCloudDialogflowCxV3QueryInput" }, "isWebhookEnabled": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput": { "id": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput", "properties": { "currentPage": { "$ref": "GoogleCloudDialogflowCxV3Page" }, "diagnosticInfo": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "differences": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestRunDifference" }, "readOnly": true, "type": "array" }, "sessionParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "status": { "$ref": "GoogleRpcStatus" }, "textResponses": { "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageText" }, "type": "array" }, "triggeredIntent": { "$ref": "GoogleCloudDialogflowCxV3Intent" } }, "type": "object" }, "GoogleCloudDialogflowCxV3CreateVersionOperationMetadata": { "id": "GoogleCloudDialogflowCxV3CreateVersionOperationMetadata", "properties": { "version": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3DataStoreConnection": { "id": "GoogleCloudDialogflowCxV3DataStoreConnection", "properties": { "dataStore": { "type": "string" }, "dataStoreType": { "enum": [ "DATA_STORE_TYPE_UNSPECIFIED", "PUBLIC_WEB", "UNSTRUCTURED", "STRUCTURED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "documentProcessingMode": { "enum": [ "DOCUMENT_PROCESSING_MODE_UNSPECIFIED", "DOCUMENTS", "CHUNKS" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3DeployFlowMetadata": { "id": "GoogleCloudDialogflowCxV3DeployFlowMetadata", "properties": { "testErrors": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3DeployFlowResponse": { "id": "GoogleCloudDialogflowCxV3DeployFlowResponse", "properties": { "deployment": { "type": "string" }, "environment": { "$ref": "GoogleCloudDialogflowCxV3Environment" } }, "type": "object" }, "GoogleCloudDialogflowCxV3DtmfInput": { "id": "GoogleCloudDialogflowCxV3DtmfInput", "properties": { "digits": { "type": "string" }, "finishDigit": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3Environment": { "id": "GoogleCloudDialogflowCxV3Environment", "properties": { "description": { "type": "string" }, "displayName": { "type": "string" }, "name": { "type": "string" }, "testCasesConfig": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig" }, "updateTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "versionConfigs": { "items": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig" }, "type": "array" }, "webhookConfig": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig" } }, "type": "object" }, "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig": { "id": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig", "properties": { "enableContinuousRun": { "type": "boolean" }, "enablePredeploymentRun": { "type": "boolean" }, "testCases": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3EnvironmentVersionConfig": { "id": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig", "properties": { "version": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig": { "id": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig", "properties": { "webhookOverrides": { "items": { "$ref": "GoogleCloudDialogflowCxV3Webhook" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3EventHandler": { "id": "GoogleCloudDialogflowCxV3EventHandler", "properties": { "event": { "type": "string" }, "name": { "readOnly": true, "type": "string" }, "targetFlow": { "type": "string" }, "targetPage": { "type": "string" }, "targetPlaybook": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" } }, "type": "object" }, "GoogleCloudDialogflowCxV3EventInput": { "id": "GoogleCloudDialogflowCxV3EventInput", "properties": { "event": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ExportAgentResponse": { "id": "GoogleCloudDialogflowCxV3ExportAgentResponse", "properties": { "agentContent": { "format": "byte", "type": "string" }, "agentUri": { "type": "string" }, "commitSha": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata": { "id": "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3ExportEntityTypesResponse": { "id": "GoogleCloudDialogflowCxV3ExportEntityTypesResponse", "properties": { "entityTypesContent": { "$ref": "GoogleCloudDialogflowCxV3InlineDestination" }, "entityTypesUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ExportFlowResponse": { "id": "GoogleCloudDialogflowCxV3ExportFlowResponse", "properties": { "flowContent": { "format": "byte", "type": "string" }, "flowUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ExportIntentsMetadata": { "id": "GoogleCloudDialogflowCxV3ExportIntentsMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3ExportIntentsResponse": { "id": "GoogleCloudDialogflowCxV3ExportIntentsResponse", "properties": { "intentsContent": { "$ref": "GoogleCloudDialogflowCxV3InlineDestination" }, "intentsUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ExportTestCasesMetadata": { "id": "GoogleCloudDialogflowCxV3ExportTestCasesMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3ExportTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3ExportTestCasesResponse", "properties": { "content": { "format": "byte", "type": "string" }, "gcsUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3Form": { "id": "GoogleCloudDialogflowCxV3Form", "properties": { "parameters": { "items": { "$ref": "GoogleCloudDialogflowCxV3FormParameter" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3FormParameter": { "id": "GoogleCloudDialogflowCxV3FormParameter", "properties": { "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "defaultValue": { "type": "any" }, "displayName": { "type": "string" }, "entityType": { "type": "string" }, "fillBehavior": { "$ref": "GoogleCloudDialogflowCxV3FormParameterFillBehavior" }, "isList": { "type": "boolean" }, "redact": { "type": "boolean" }, "required": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3FormParameterFillBehavior": { "id": "GoogleCloudDialogflowCxV3FormParameterFillBehavior", "properties": { "initialPromptFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "repromptEventHandlers": { "items": { "$ref": "GoogleCloudDialogflowCxV3EventHandler" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3Fulfillment": { "id": "GoogleCloudDialogflowCxV3Fulfillment", "properties": { "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "conditionalCases": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases" }, "type": "array" }, "enableGenerativeFallback": { "type": "boolean" }, "generators": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings" }, "type": "array" }, "messages": { "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" }, "type": "array" }, "returnPartialResponses": { "type": "boolean" }, "setParameterActions": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction" }, "type": "array" }, "tag": { "type": "string" }, "webhook": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCases": { "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases", "properties": { "cases": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase": { "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase", "properties": { "caseContent": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent" }, "type": "array" }, "condition": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent": { "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent", "properties": { "additionalCases": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases" }, "message": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" } }, "type": "object" }, "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings": { "id": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings", "properties": { "generator": { "type": "string" }, "inputParameters": { "additionalProperties": { "type": "string" }, "type": "object" }, "outputParameter": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction": { "id": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction", "properties": { "parameter": { "type": "string" }, "value": { "type": "any" } }, "type": "object" }, "GoogleCloudDialogflowCxV3GcsDestination": { "id": "GoogleCloudDialogflowCxV3GcsDestination", "properties": { "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata": { "id": "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3ImportEntityTypesResponse": { "id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponse", "properties": { "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources" }, "entityTypes": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources": { "id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources", "properties": { "entityDisplayNames": { "items": { "type": "string" }, "type": "array" }, "entityTypeDisplayNames": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportFlowResponse": { "id": "GoogleCloudDialogflowCxV3ImportFlowResponse", "properties": { "flow": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportIntentsMetadata": { "id": "GoogleCloudDialogflowCxV3ImportIntentsMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3ImportIntentsResponse": { "id": "GoogleCloudDialogflowCxV3ImportIntentsResponse", "properties": { "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources" }, "intents": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources": { "id": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources", "properties": { "entityDisplayNames": { "items": { "type": "string" }, "type": "array" }, "intentDisplayNames": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportTestCasesMetadata": { "id": "GoogleCloudDialogflowCxV3ImportTestCasesMetadata", "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestCaseError" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3ImportTestCasesResponse", "properties": { "names": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3InlineDestination": { "id": "GoogleCloudDialogflowCxV3InlineDestination", "properties": { "content": { "format": "byte", "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3InputAudioConfig": { "id": "GoogleCloudDialogflowCxV3InputAudioConfig", "properties": { "audioEncoding": { "enum": [ "AUDIO_ENCODING_UNSPECIFIED", "AUDIO_ENCODING_LINEAR_16", "AUDIO_ENCODING_FLAC", "AUDIO_ENCODING_MULAW", "AUDIO_ENCODING_AMR", "AUDIO_ENCODING_AMR_WB", "AUDIO_ENCODING_OGG_OPUS", "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE", "AUDIO_ENCODING_ALAW" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "type": "string" }, "bargeInConfig": { "$ref": "GoogleCloudDialogflowCxV3BargeInConfig" }, "enableWordInfo": { "type": "boolean" }, "model": { "type": "string" }, "modelVariant": { "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "optOutConformerModelMigration": { "type": "boolean" }, "phraseHints": { "items": { "type": "string" }, "type": "array" }, "sampleRateHertz": { "format": "int32", "type": "integer" }, "singleUtterance": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3Intent": { "id": "GoogleCloudDialogflowCxV3Intent", "properties": { "description": { "type": "string" }, "displayName": { "type": "string" }, "isFallback": { "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "type": "object" }, "name": { "type": "string" }, "parameters": { "items": { "$ref": "GoogleCloudDialogflowCxV3IntentParameter" }, "type": "array" }, "priority": { "format": "int32", "type": "integer" }, "trainingPhrases": { "items": { "$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrase" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3IntentInput": { "id": "GoogleCloudDialogflowCxV3IntentInput", "properties": { "intent": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3IntentParameter": { "id": "GoogleCloudDialogflowCxV3IntentParameter", "properties": { "entityType": { "type": "string" }, "id": { "type": "string" }, "isList": { "type": "boolean" }, "redact": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3IntentTrainingPhrase": { "id": "GoogleCloudDialogflowCxV3IntentTrainingPhrase", "properties": { "id": { "readOnly": true, "type": "string" }, "parts": { "items": { "$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart" }, "type": "array" }, "repeatCount": { "format": "int32", "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart": { "id": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart", "properties": { "parameterId": { "type": "string" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings": { "id": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings", "properties": { "dataStoreConnections": { "items": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnection" }, "type": "array" }, "enabled": { "type": "boolean" }, "targetFlow": { "type": "string" }, "targetPage": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" } }, "type": "object" }, "GoogleCloudDialogflowCxV3LanguageInfo": { "id": "GoogleCloudDialogflowCxV3LanguageInfo", "properties": { "confidenceScore": { "format": "float", "type": "number" }, "inputLanguageCode": { "type": "string" }, "resolvedLanguageCode": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3Page": { "id": "GoogleCloudDialogflowCxV3Page", "properties": { "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "description": { "type": "string" }, "displayName": { "type": "string" }, "entryFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "eventHandlers": { "items": { "$ref": "GoogleCloudDialogflowCxV3EventHandler" }, "type": "array" }, "form": { "$ref": "GoogleCloudDialogflowCxV3Form" }, "knowledgeConnectorSettings": { "$ref": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings" }, "name": { "type": "string" }, "transitionRouteGroups": { "items": { "type": "string" }, "type": "array" }, "transitionRoutes": { "items": { "$ref": "GoogleCloudDialogflowCxV3TransitionRoute" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3PageInfo": { "id": "GoogleCloudDialogflowCxV3PageInfo", "properties": { "currentPage": { "type": "string" }, "displayName": { "type": "string" }, "formInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfo" } }, "type": "object" }, "GoogleCloudDialogflowCxV3PageInfoFormInfo": { "id": "GoogleCloudDialogflowCxV3PageInfoFormInfo", "properties": { "parameterInfo": { "items": { "$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo": { "id": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo", "properties": { "displayName": { "type": "string" }, "justCollected": { "type": "boolean" }, "required": { "type": "boolean" }, "state": { "enum": [ "PARAMETER_STATE_UNSPECIFIED", "EMPTY", "INVALID", "FILLED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "value": { "type": "any" } }, "type": "object" }, "GoogleCloudDialogflowCxV3QueryInput": { "id": "GoogleCloudDialogflowCxV3QueryInput", "properties": { "audio": { "$ref": "GoogleCloudDialogflowCxV3AudioInput" }, "dtmf": { "$ref": "GoogleCloudDialogflowCxV3DtmfInput" }, "event": { "$ref": "GoogleCloudDialogflowCxV3EventInput" }, "intent": { "$ref": "GoogleCloudDialogflowCxV3IntentInput" }, "languageCode": { "type": "string" }, "text": { "$ref": "GoogleCloudDialogflowCxV3TextInput" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowCxV3ToolCallResult" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessage": { "id": "GoogleCloudDialogflowCxV3ResponseMessage", "properties": { "channel": { "type": "string" }, "conversationSuccess": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess" }, "endInteraction": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction", "readOnly": true }, "knowledgeInfoCard": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard" }, "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff" }, "mixedAudio": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio", "readOnly": true }, "outputAudioText": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "playAudio": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio" }, "responseType": { "enum": [ "RESPONSE_TYPE_UNSPECIFIED", "ENTRY_PROMPT", "PARAMETER_PROMPT", "HANDLER_PROMPT" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall" }, "text": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageText" }, "toolCall": { "$ref": "GoogleCloudDialogflowCxV3ToolCall" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess": { "id": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess", "properties": { "metadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction": { "id": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard": { "id": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff": { "id": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff", "properties": { "metadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio": { "id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio", "properties": { "segments": { "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment": { "id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment", "properties": { "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "audio": { "format": "byte", "type": "string" }, "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText": { "id": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText", "properties": { "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "ssml": { "type": "string" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio": { "id": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio", "properties": { "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "audioUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall": { "id": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall", "properties": { "phoneNumber": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageText": { "id": "GoogleCloudDialogflowCxV3ResponseMessageText", "properties": { "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "text": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3RunContinuousTestMetadata": { "id": "GoogleCloudDialogflowCxV3RunContinuousTestMetadata", "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3RunContinuousTestResponse": { "id": "GoogleCloudDialogflowCxV3RunContinuousTestResponse", "properties": { "continuousTestResult": { "$ref": "GoogleCloudDialogflowCxV3ContinuousTestResult" } }, "type": "object" }, "GoogleCloudDialogflowCxV3RunTestCaseMetadata": { "id": "GoogleCloudDialogflowCxV3RunTestCaseMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3RunTestCaseResponse": { "id": "GoogleCloudDialogflowCxV3RunTestCaseResponse", "properties": { "result": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" } }, "type": "object" }, "GoogleCloudDialogflowCxV3SessionInfo": { "id": "GoogleCloudDialogflowCxV3SessionInfo", "properties": { "parameters": { "additionalProperties": { "type": "any" }, "type": "object" }, "session": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3TestCase": { "id": "GoogleCloudDialogflowCxV3TestCase", "properties": { "creationTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "displayName": { "type": "string" }, "lastTestResult": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" }, "name": { "type": "string" }, "notes": { "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" }, "testCaseConversationTurns": { "items": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurn" }, "type": "array" }, "testConfig": { "$ref": "GoogleCloudDialogflowCxV3TestConfig" } }, "type": "object" }, "GoogleCloudDialogflowCxV3TestCaseError": { "id": "GoogleCloudDialogflowCxV3TestCaseError", "properties": { "status": { "$ref": "GoogleRpcStatus" }, "testCase": { "$ref": "GoogleCloudDialogflowCxV3TestCase" } }, "type": "object" }, "GoogleCloudDialogflowCxV3TestCaseResult": { "id": "GoogleCloudDialogflowCxV3TestCaseResult", "properties": { "conversationTurns": { "items": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurn" }, "type": "array" }, "environment": { "type": "string" }, "name": { "type": "string" }, "testResult": { "enum": [ "TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "testTime": { "format": "google-datetime", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3TestConfig": { "id": "GoogleCloudDialogflowCxV3TestConfig", "properties": { "flow": { "type": "string" }, "page": { "type": "string" }, "trackingParameters": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3TestError": { "id": "GoogleCloudDialogflowCxV3TestError", "properties": { "status": { "$ref": "GoogleRpcStatus" }, "testCase": { "type": "string" }, "testTime": { "format": "google-datetime", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3TestRunDifference": { "id": "GoogleCloudDialogflowCxV3TestRunDifference", "properties": { "description": { "type": "string" }, "type": { "enum": [ "DIFF_TYPE_UNSPECIFIED", "INTENT", "PAGE", "PARAMETERS", "UTTERANCE", "FLOW" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3TextInput": { "id": "GoogleCloudDialogflowCxV3TextInput", "properties": { "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ToolCall": { "id": "GoogleCloudDialogflowCxV3ToolCall", "properties": { "action": { "type": "string" }, "inputParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "tool": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ToolCallResult": { "id": "GoogleCloudDialogflowCxV3ToolCallResult", "properties": { "action": { "type": "string" }, "error": { "$ref": "GoogleCloudDialogflowCxV3ToolCallResultError" }, "outputParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "tool": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ToolCallResultError": { "id": "GoogleCloudDialogflowCxV3ToolCallResultError", "properties": { "message": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3TransitionRoute": { "id": "GoogleCloudDialogflowCxV3TransitionRoute", "properties": { "condition": { "type": "string" }, "description": { "type": "string" }, "intent": { "type": "string" }, "name": { "readOnly": true, "type": "string" }, "targetFlow": { "type": "string" }, "targetPage": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" } }, "type": "object" }, "GoogleCloudDialogflowCxV3TurnSignals": { "id": "GoogleCloudDialogflowCxV3TurnSignals", "properties": { "agentEscalated": { "type": "boolean" }, "dtmfUsed": { "type": "boolean" }, "failureReasons": { "items": { "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "type": "array" }, "noMatch": { "type": "boolean" }, "noUserInput": { "type": "boolean" }, "reachedEndPage": { "type": "boolean" }, "sentimentMagnitude": { "format": "float", "type": "number" }, "sentimentScore": { "format": "float", "type": "number" }, "userEscalated": { "type": "boolean" }, "webhookStatuses": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3Webhook": { "id": "GoogleCloudDialogflowCxV3Webhook", "properties": { "disabled": { "type": "boolean" }, "displayName": { "type": "string" }, "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService" }, "name": { "type": "string" }, "serviceDirectory": { "$ref": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig" }, "timeout": { "format": "google-duration", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookGenericWebService": { "id": "GoogleCloudDialogflowCxV3WebhookGenericWebService", "properties": { "allowedCaCerts": { "items": { "format": "byte", "type": "string" }, "type": "array" }, "httpMethod": { "enum": [ "HTTP_METHOD_UNSPECIFIED", "POST", "GET", "HEAD", "PUT", "DELETE", "PATCH", "OPTIONS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "" ], "type": "string" }, "oauthConfig": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig" }, "parameterMapping": { "additionalProperties": { "type": "string" }, "type": "object" }, "password": { "deprecated": true, "type": "string" }, "requestBody": { "type": "string" }, "requestHeaders": { "additionalProperties": { "type": "string" }, "type": "object" }, "secretVersionForUsernamePassword": { "type": "string" }, "secretVersionsForRequestHeaders": { "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue" }, "type": "object" }, "serviceAccountAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig" }, "serviceAgentAuth": { "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "NONE", "ID_TOKEN", "ACCESS_TOKEN" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "uri": { "type": "string" }, "username": { "deprecated": true, "type": "string" }, "webhookType": { "enum": [ "WEBHOOK_TYPE_UNSPECIFIED", "STANDARD", "FLEXIBLE" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig": { "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig", "properties": { "clientId": { "type": "string" }, "clientSecret": { "type": "string" }, "scopes": { "items": { "type": "string" }, "type": "array" }, "secretVersionForClientSecret": { "type": "string" }, "tokenEndpoint": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue": { "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue", "properties": { "secretVersion": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig": { "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig", "properties": { "serviceAccount": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookRequest": { "id": "GoogleCloudDialogflowCxV3WebhookRequest", "properties": { "detectIntentResponseId": { "type": "string" }, "dtmfDigits": { "type": "string" }, "fulfillmentInfo": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo" }, "intentInfo": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo" }, "languageCode": { "type": "string" }, "languageInfo": { "$ref": "GoogleCloudDialogflowCxV3LanguageInfo" }, "messages": { "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" }, "type": "array" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfo" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3SessionInfo" }, "text": { "type": "string" }, "transcript": { "type": "string" }, "triggerEvent": { "type": "string" }, "triggerIntent": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo": { "id": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo", "properties": { "tag": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo": { "id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo", "properties": { "confidence": { "format": "float", "type": "number" }, "displayName": { "type": "string" }, "lastMatchedIntent": { "type": "string" }, "parameters": { "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue": { "id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue", "properties": { "originalValue": { "type": "string" }, "resolvedValue": { "type": "any" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult": { "id": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult", "properties": { "magnitude": { "format": "float", "type": "number" }, "score": { "format": "float", "type": "number" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookResponse": { "id": "GoogleCloudDialogflowCxV3WebhookResponse", "properties": { "fulfillmentResponse": { "$ref": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfo" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3SessionInfo" }, "targetFlow": { "type": "string" }, "targetPage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse": { "id": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse", "properties": { "mergeBehavior": { "enum": [ "MERGE_BEHAVIOR_UNSPECIFIED", "APPEND", "REPLACE" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "messages": { "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig": { "id": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig", "properties": { "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService" }, "service": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettings": { "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettings", "properties": { "audioExportGcsDestination": { "$ref": "GoogleCloudDialogflowCxV3beta1GcsDestination" }, "dtmfSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings" }, "loggingSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings" }, "speechSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings": { "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings", "properties": { "enabled": { "type": "boolean" }, "endpointingTimeoutDuration": { "format": "google-duration", "type": "string" }, "finishDigit": { "type": "string" }, "interdigitTimeoutDuration": { "format": "google-duration", "type": "string" }, "maxDigits": { "format": "int32", "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings": { "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings", "properties": { "enableConsentBasedRedaction": { "type": "boolean" }, "enableInteractionLogging": { "type": "boolean" }, "enableStackdriverLogging": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings": { "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings", "properties": { "endpointerSensitivity": { "format": "int32", "type": "integer" }, "models": { "additionalProperties": { "type": "string" }, "type": "object" }, "noSpeechTimeout": { "format": "google-duration", "type": "string" }, "useTimeoutBasedEndpointing": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1AudioInput": { "id": "GoogleCloudDialogflowCxV3beta1AudioInput", "properties": { "audio": { "format": "byte", "type": "string" }, "config": { "$ref": "GoogleCloudDialogflowCxV3beta1InputAudioConfig" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1BargeInConfig": { "id": "GoogleCloudDialogflowCxV3beta1BargeInConfig", "properties": { "noBargeInDuration": { "format": "google-duration", "type": "string" }, "totalDuration": { "format": "google-duration", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata", "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse", "properties": { "results": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ContinuousTestResult": { "id": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult", "properties": { "name": { "type": "string" }, "result": { "enum": [ "AGGREGATED_TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "runTime": { "format": "google-datetime", "type": "string" }, "testCaseResults": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ConversationSignals": { "id": "GoogleCloudDialogflowCxV3beta1ConversationSignals", "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowCxV3beta1TurnSignals" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ConversationTurn": { "id": "GoogleCloudDialogflowCxV3beta1ConversationTurn", "properties": { "userInput": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput" }, "virtualAgentOutput": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput": { "id": "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput", "properties": { "enableSentimentAnalysis": { "type": "boolean" }, "injectedParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "input": { "$ref": "GoogleCloudDialogflowCxV3beta1QueryInput" }, "isWebhookEnabled": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput": { "id": "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput", "properties": { "currentPage": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" }, "diagnosticInfo": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "differences": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestRunDifference" }, "readOnly": true, "type": "array" }, "sessionParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "status": { "$ref": "GoogleRpcStatus" }, "textResponses": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText" }, "type": "array" }, "triggeredIntent": { "$ref": "GoogleCloudDialogflowCxV3beta1Intent" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata": { "id": "GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata", "properties": { "version": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1DataStoreConnection": { "id": "GoogleCloudDialogflowCxV3beta1DataStoreConnection", "properties": { "dataStore": { "type": "string" }, "dataStoreType": { "enum": [ "DATA_STORE_TYPE_UNSPECIFIED", "PUBLIC_WEB", "UNSTRUCTURED", "STRUCTURED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "documentProcessingMode": { "enum": [ "DOCUMENT_PROCESSING_MODE_UNSPECIFIED", "DOCUMENTS", "CHUNKS" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1DeployFlowMetadata": { "id": "GoogleCloudDialogflowCxV3beta1DeployFlowMetadata", "properties": { "testErrors": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1DeployFlowResponse": { "id": "GoogleCloudDialogflowCxV3beta1DeployFlowResponse", "properties": { "deployment": { "type": "string" }, "environment": { "$ref": "GoogleCloudDialogflowCxV3beta1Environment" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1DtmfInput": { "id": "GoogleCloudDialogflowCxV3beta1DtmfInput", "properties": { "digits": { "type": "string" }, "finishDigit": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1Environment": { "id": "GoogleCloudDialogflowCxV3beta1Environment", "properties": { "description": { "type": "string" }, "displayName": { "type": "string" }, "name": { "type": "string" }, "testCasesConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig" }, "updateTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "versionConfigs": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig" }, "type": "array" }, "webhookConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig": { "id": "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig", "properties": { "enableContinuousRun": { "type": "boolean" }, "enablePredeploymentRun": { "type": "boolean" }, "testCases": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig": { "id": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig", "properties": { "version": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig": { "id": "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig", "properties": { "webhookOverrides": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Webhook" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1EventHandler": { "id": "GoogleCloudDialogflowCxV3beta1EventHandler", "properties": { "event": { "type": "string" }, "name": { "readOnly": true, "type": "string" }, "targetFlow": { "type": "string" }, "targetPage": { "type": "string" }, "targetPlaybook": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1EventInput": { "id": "GoogleCloudDialogflowCxV3beta1EventInput", "properties": { "event": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportAgentResponse": { "id": "GoogleCloudDialogflowCxV3beta1ExportAgentResponse", "properties": { "agentContent": { "format": "byte", "type": "string" }, "agentUri": { "type": "string" }, "commitSha": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse": { "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse", "properties": { "entityTypesContent": { "$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination" }, "entityTypesUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportFlowResponse": { "id": "GoogleCloudDialogflowCxV3beta1ExportFlowResponse", "properties": { "flowContent": { "format": "byte", "type": "string" }, "flowUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportIntentsResponse": { "id": "GoogleCloudDialogflowCxV3beta1ExportIntentsResponse", "properties": { "intentsContent": { "$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination" }, "intentsUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse", "properties": { "content": { "format": "byte", "type": "string" }, "gcsUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1Form": { "id": "GoogleCloudDialogflowCxV3beta1Form", "properties": { "parameters": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FormParameter" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1FormParameter": { "id": "GoogleCloudDialogflowCxV3beta1FormParameter", "properties": { "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "defaultValue": { "type": "any" }, "displayName": { "type": "string" }, "entityType": { "type": "string" }, "fillBehavior": { "$ref": "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior" }, "isList": { "type": "boolean" }, "redact": { "type": "boolean" }, "required": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior": { "id": "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior", "properties": { "initialPromptFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "repromptEventHandlers": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EventHandler" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1Fulfillment": { "id": "GoogleCloudDialogflowCxV3beta1Fulfillment", "properties": { "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "conditionalCases": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases" }, "type": "array" }, "enableGenerativeFallback": { "type": "boolean" }, "generators": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings" }, "type": "array" }, "messages": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" }, "type": "array" }, "returnPartialResponses": { "type": "boolean" }, "setParameterActions": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction" }, "type": "array" }, "tag": { "type": "string" }, "webhook": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases": { "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases", "properties": { "cases": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase": { "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase", "properties": { "caseContent": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent" }, "type": "array" }, "condition": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent": { "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent", "properties": { "additionalCases": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases" }, "message": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings": { "id": "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings", "properties": { "generator": { "type": "string" }, "inputParameters": { "additionalProperties": { "type": "string" }, "type": "object" }, "outputParameter": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction": { "id": "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction", "properties": { "parameter": { "type": "string" }, "value": { "type": "any" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1GcsDestination": { "id": "GoogleCloudDialogflowCxV3beta1GcsDestination", "properties": { "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse": { "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse", "properties": { "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources" }, "entityTypes": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources": { "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources", "properties": { "entityDisplayNames": { "items": { "type": "string" }, "type": "array" }, "entityTypeDisplayNames": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportFlowResponse": { "id": "GoogleCloudDialogflowCxV3beta1ImportFlowResponse", "properties": { "flow": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportIntentsResponse": { "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponse", "properties": { "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources" }, "intents": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources": { "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources", "properties": { "entityDisplayNames": { "items": { "type": "string" }, "type": "array" }, "intentDisplayNames": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata", "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseError" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse", "properties": { "names": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1InlineDestination": { "id": "GoogleCloudDialogflowCxV3beta1InlineDestination", "properties": { "content": { "format": "byte", "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1InputAudioConfig": { "id": "GoogleCloudDialogflowCxV3beta1InputAudioConfig", "properties": { "audioEncoding": { "enum": [ "AUDIO_ENCODING_UNSPECIFIED", "AUDIO_ENCODING_LINEAR_16", "AUDIO_ENCODING_FLAC", "AUDIO_ENCODING_MULAW", "AUDIO_ENCODING_AMR", "AUDIO_ENCODING_AMR_WB", "AUDIO_ENCODING_OGG_OPUS", "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE", "AUDIO_ENCODING_ALAW" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "type": "string" }, "bargeInConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1BargeInConfig" }, "enableWordInfo": { "type": "boolean" }, "model": { "type": "string" }, "modelVariant": { "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "optOutConformerModelMigration": { "type": "boolean" }, "phraseHints": { "items": { "type": "string" }, "type": "array" }, "sampleRateHertz": { "format": "int32", "type": "integer" }, "singleUtterance": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1Intent": { "id": "GoogleCloudDialogflowCxV3beta1Intent", "properties": { "description": { "type": "string" }, "displayName": { "type": "string" }, "isFallback": { "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "type": "object" }, "name": { "type": "string" }, "parameters": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentParameter" }, "type": "array" }, "priority": { "format": "int32", "type": "integer" }, "trainingPhrases": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1IntentInput": { "id": "GoogleCloudDialogflowCxV3beta1IntentInput", "properties": { "intent": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1IntentParameter": { "id": "GoogleCloudDialogflowCxV3beta1IntentParameter", "properties": { "entityType": { "type": "string" }, "id": { "type": "string" }, "isList": { "type": "boolean" }, "redact": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase": { "id": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase", "properties": { "id": { "readOnly": true, "type": "string" }, "parts": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart" }, "type": "array" }, "repeatCount": { "format": "int32", "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart": { "id": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart", "properties": { "parameterId": { "type": "string" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings": { "id": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings", "properties": { "dataStoreConnections": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnection" }, "type": "array" }, "enabled": { "type": "boolean" }, "targetFlow": { "type": "string" }, "targetPage": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1LanguageInfo": { "id": "GoogleCloudDialogflowCxV3beta1LanguageInfo", "properties": { "confidenceScore": { "format": "float", "type": "number" }, "inputLanguageCode": { "type": "string" }, "resolvedLanguageCode": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1Page": { "id": "GoogleCloudDialogflowCxV3beta1Page", "properties": { "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "description": { "type": "string" }, "displayName": { "type": "string" }, "entryFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "eventHandlers": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EventHandler" }, "type": "array" }, "form": { "$ref": "GoogleCloudDialogflowCxV3beta1Form" }, "knowledgeConnectorSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings" }, "name": { "type": "string" }, "transitionRouteGroups": { "items": { "type": "string" }, "type": "array" }, "transitionRoutes": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1PageInfo": { "id": "GoogleCloudDialogflowCxV3beta1PageInfo", "properties": { "currentPage": { "type": "string" }, "displayName": { "type": "string" }, "formInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo": { "id": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo", "properties": { "parameterInfo": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo": { "id": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo", "properties": { "displayName": { "type": "string" }, "justCollected": { "type": "boolean" }, "required": { "type": "boolean" }, "state": { "enum": [ "PARAMETER_STATE_UNSPECIFIED", "EMPTY", "INVALID", "FILLED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "value": { "type": "any" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1QueryInput": { "id": "GoogleCloudDialogflowCxV3beta1QueryInput", "properties": { "audio": { "$ref": "GoogleCloudDialogflowCxV3beta1AudioInput" }, "dtmf": { "$ref": "GoogleCloudDialogflowCxV3beta1DtmfInput" }, "event": { "$ref": "GoogleCloudDialogflowCxV3beta1EventInput" }, "intent": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentInput" }, "languageCode": { "type": "string" }, "text": { "$ref": "GoogleCloudDialogflowCxV3beta1TextInput" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCallResult" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessage": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessage", "properties": { "channel": { "type": "string" }, "conversationSuccess": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess" }, "endInteraction": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction", "readOnly": true }, "knowledgeInfoCard": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard" }, "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff" }, "mixedAudio": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio", "readOnly": true }, "outputAudioText": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "playAudio": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall" }, "text": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText" }, "toolCall": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCall" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess", "properties": { "metadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff", "properties": { "metadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio", "properties": { "segments": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment", "properties": { "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "audio": { "format": "byte", "type": "string" }, "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText", "properties": { "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "ssml": { "type": "string" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio", "properties": { "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "audioUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall", "properties": { "phoneNumber": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageText": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageText", "properties": { "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "text": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata": { "id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata", "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse": { "id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse", "properties": { "continuousTestResult": { "$ref": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata": { "id": "GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3beta1RunTestCaseResponse": { "id": "GoogleCloudDialogflowCxV3beta1RunTestCaseResponse", "properties": { "result": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1SessionInfo": { "id": "GoogleCloudDialogflowCxV3beta1SessionInfo", "properties": { "parameters": { "additionalProperties": { "type": "any" }, "type": "object" }, "session": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TestCase": { "id": "GoogleCloudDialogflowCxV3beta1TestCase", "properties": { "creationTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "displayName": { "type": "string" }, "lastTestResult": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" }, "name": { "type": "string" }, "notes": { "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" }, "testCaseConversationTurns": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurn" }, "type": "array" }, "testConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1TestConfig" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TestCaseError": { "id": "GoogleCloudDialogflowCxV3beta1TestCaseError", "properties": { "status": { "$ref": "GoogleRpcStatus" }, "testCase": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCase" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TestCaseResult": { "id": "GoogleCloudDialogflowCxV3beta1TestCaseResult", "properties": { "conversationTurns": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurn" }, "type": "array" }, "environment": { "type": "string" }, "name": { "type": "string" }, "testResult": { "enum": [ "TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "testTime": { "format": "google-datetime", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TestConfig": { "id": "GoogleCloudDialogflowCxV3beta1TestConfig", "properties": { "flow": { "type": "string" }, "page": { "type": "string" }, "trackingParameters": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TestError": { "id": "GoogleCloudDialogflowCxV3beta1TestError", "properties": { "status": { "$ref": "GoogleRpcStatus" }, "testCase": { "type": "string" }, "testTime": { "format": "google-datetime", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TestRunDifference": { "id": "GoogleCloudDialogflowCxV3beta1TestRunDifference", "properties": { "description": { "type": "string" }, "type": { "enum": [ "DIFF_TYPE_UNSPECIFIED", "INTENT", "PAGE", "PARAMETERS", "UTTERANCE", "FLOW" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TextInput": { "id": "GoogleCloudDialogflowCxV3beta1TextInput", "properties": { "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolCall": { "id": "GoogleCloudDialogflowCxV3beta1ToolCall", "properties": { "action": { "type": "string" }, "inputParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "tool": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolCallResult": { "id": "GoogleCloudDialogflowCxV3beta1ToolCallResult", "properties": { "action": { "type": "string" }, "error": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCallResultError" }, "outputParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "tool": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolCallResultError": { "id": "GoogleCloudDialogflowCxV3beta1ToolCallResultError", "properties": { "message": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TransitionRoute": { "id": "GoogleCloudDialogflowCxV3beta1TransitionRoute", "properties": { "condition": { "type": "string" }, "description": { "type": "string" }, "intent": { "type": "string" }, "name": { "readOnly": true, "type": "string" }, "targetFlow": { "type": "string" }, "targetPage": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TurnSignals": { "id": "GoogleCloudDialogflowCxV3beta1TurnSignals", "properties": { "agentEscalated": { "type": "boolean" }, "dtmfUsed": { "type": "boolean" }, "failureReasons": { "items": { "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "type": "array" }, "noMatch": { "type": "boolean" }, "noUserInput": { "type": "boolean" }, "reachedEndPage": { "type": "boolean" }, "sentimentMagnitude": { "format": "float", "type": "number" }, "sentimentScore": { "format": "float", "type": "number" }, "userEscalated": { "type": "boolean" }, "webhookStatuses": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1Webhook": { "id": "GoogleCloudDialogflowCxV3beta1Webhook", "properties": { "disabled": { "type": "boolean" }, "displayName": { "type": "string" }, "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService" }, "name": { "type": "string" }, "serviceDirectory": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig" }, "timeout": { "format": "google-duration", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService": { "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService", "properties": { "allowedCaCerts": { "items": { "format": "byte", "type": "string" }, "type": "array" }, "httpMethod": { "enum": [ "HTTP_METHOD_UNSPECIFIED", "POST", "GET", "HEAD", "PUT", "DELETE", "PATCH", "OPTIONS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "" ], "type": "string" }, "oauthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig" }, "parameterMapping": { "additionalProperties": { "type": "string" }, "type": "object" }, "password": { "deprecated": true, "type": "string" }, "requestBody": { "type": "string" }, "requestHeaders": { "additionalProperties": { "type": "string" }, "type": "object" }, "secretVersionForUsernamePassword": { "type": "string" }, "secretVersionsForRequestHeaders": { "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue" }, "type": "object" }, "serviceAccountAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig" }, "serviceAgentAuth": { "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "NONE", "ID_TOKEN", "ACCESS_TOKEN" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "uri": { "type": "string" }, "username": { "deprecated": true, "type": "string" }, "webhookType": { "enum": [ "WEBHOOK_TYPE_UNSPECIFIED", "STANDARD", "FLEXIBLE" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig": { "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig", "properties": { "clientId": { "type": "string" }, "clientSecret": { "type": "string" }, "scopes": { "items": { "type": "string" }, "type": "array" }, "secretVersionForClientSecret": { "type": "string" }, "tokenEndpoint": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue": { "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue", "properties": { "secretVersion": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig": { "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig", "properties": { "serviceAccount": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookRequest": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequest", "properties": { "detectIntentResponseId": { "type": "string" }, "dtmfDigits": { "type": "string" }, "fulfillmentInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo" }, "intentInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo" }, "languageCode": { "type": "string" }, "languageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1LanguageInfo" }, "messages": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" }, "type": "array" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfo" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionInfo" }, "text": { "type": "string" }, "transcript": { "type": "string" }, "triggerEvent": { "type": "string" }, "triggerIntent": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo", "properties": { "tag": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo", "properties": { "confidence": { "format": "float", "type": "number" }, "displayName": { "type": "string" }, "lastMatchedIntent": { "type": "string" }, "parameters": { "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue", "properties": { "originalValue": { "type": "string" }, "resolvedValue": { "type": "any" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult", "properties": { "magnitude": { "format": "float", "type": "number" }, "score": { "format": "float", "type": "number" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookResponse": { "id": "GoogleCloudDialogflowCxV3beta1WebhookResponse", "properties": { "fulfillmentResponse": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfo" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionInfo" }, "targetFlow": { "type": "string" }, "targetPage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse": { "id": "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse", "properties": { "mergeBehavior": { "enum": [ "MERGE_BEHAVIOR_UNSPECIFIED", "APPEND", "REPLACE" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "messages": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig": { "id": "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig", "properties": { "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService" }, "service": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2Agent": { "id": "GoogleCloudDialogflowV2Agent", "properties": { "apiVersion": { "enum": [ "API_VERSION_UNSPECIFIED", "API_VERSION_V1", "API_VERSION_V2", "API_VERSION_V2_BETA_1" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "avatarUri": { "type": "string" }, "classificationThreshold": { "format": "float", "type": "number" }, "defaultLanguageCode": { "type": "string" }, "description": { "type": "string" }, "displayName": { "type": "string" }, "enableLogging": { "type": "boolean" }, "matchMode": { "deprecated": true, "enum": [ "MATCH_MODE_UNSPECIFIED", "MATCH_MODE_HYBRID", "MATCH_MODE_ML_ONLY" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "parent": { "type": "string" }, "supportedLanguageCodes": { "items": { "type": "string" }, "type": "array" }, "tier": { "enum": [ "TIER_UNSPECIFIED", "TIER_STANDARD", "TIER_ENTERPRISE", "TIER_ENTERPRISE_PLUS" ], "enumDeprecated": [ false, false, false, true ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "timeZone": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentAssistantFeedback": { "id": "GoogleCloudDialogflowV2AgentAssistantFeedback", "properties": { "answerRelevance": { "enum": [ "ANSWER_RELEVANCE_UNSPECIFIED", "IRRELEVANT", "RELEVANT" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "documentCorrectness": { "enum": [ "DOCUMENT_CORRECTNESS_UNSPECIFIED", "INCORRECT", "CORRECT" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "documentEfficiency": { "enum": [ "DOCUMENT_EFFICIENCY_UNSPECIFIED", "INEFFICIENT", "EFFICIENT" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "knowledgeAssistFeedback": { "$ref": "GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback" }, "knowledgeSearchFeedback": { "$ref": "GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback" }, "summarizationFeedback": { "$ref": "GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback": { "id": "GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback", "properties": { "answerCopied": { "type": "boolean" }, "clickedUris": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback": { "id": "GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback", "properties": { "answerCopied": { "type": "boolean" }, "clickedUris": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback": { "id": "GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback", "properties": { "startTime": { "format": "google-datetime", "type": "string" }, "submitTime": { "format": "google-datetime", "type": "string" }, "summaryText": { "type": "string" }, "textSections": { "additionalProperties": { "type": "string" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentAssistantRecord": { "id": "GoogleCloudDialogflowV2AgentAssistantRecord", "properties": { "articleSuggestionAnswer": { "$ref": "GoogleCloudDialogflowV2ArticleAnswer", "readOnly": true }, "dialogflowAssistAnswer": { "$ref": "GoogleCloudDialogflowV2DialogflowAssistAnswer", "readOnly": true }, "faqAnswer": { "$ref": "GoogleCloudDialogflowV2FaqAnswer", "readOnly": true }, "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestion", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingContext": { "id": "GoogleCloudDialogflowV2AgentCoachingContext", "properties": { "instructions": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingInstruction" }, "type": "array" }, "outputLanguageCode": { "type": "string" }, "overarchingGuidance": { "type": "string" }, "version": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingInstruction": { "id": "GoogleCloudDialogflowV2AgentCoachingInstruction", "properties": { "agentAction": { "type": "string" }, "condition": { "type": "string" }, "displayDetails": { "type": "string" }, "displayName": { "type": "string" }, "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult", "readOnly": true }, "systemAction": { "type": "string" }, "triggeringEvent": { "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE", "TOOL_CALL_COMPLETION" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult": { "id": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult", "properties": { "duplicateSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" }, "readOnly": true, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": { "id": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion", "properties": { "answerRecord": { "readOnly": true, "type": "string" }, "similarityScore": { "format": "float", "readOnly": true, "type": "number" }, "suggestionIndex": { "format": "int32", "readOnly": true, "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestion": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestion", "properties": { "agentActionSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion" }, "type": "array" }, "applicableInstructions": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingInstruction" }, "type": "array" }, "sampleResponses": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion", "properties": { "agentAction": { "type": "string" }, "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult", "readOnly": true }, "sources": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult", "properties": { "duplicateSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" }, "readOnly": true, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion", "properties": { "answerRecord": { "readOnly": true, "type": "string" }, "similarityScore": { "format": "float", "readOnly": true, "type": "number" }, "sources": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", "readOnly": true }, "suggestionIndex": { "format": "int32", "readOnly": true, "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse", "properties": { "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult", "readOnly": true }, "responseText": { "type": "string" }, "sources": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionSources": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", "properties": { "instructionIndexes": { "items": { "format": "int32", "type": "integer" }, "readOnly": true, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2AnalyzeContentRequest": { "id": "GoogleCloudDialogflowV2AnalyzeContentRequest", "properties": { "assistQueryParams": { "$ref": "GoogleCloudDialogflowV2AssistQueryParameters" }, "audioInput": { "$ref": "GoogleCloudDialogflowV2AudioInput" }, "cxParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "eventInput": { "$ref": "GoogleCloudDialogflowV2EventInput" }, "queryParams": { "$ref": "GoogleCloudDialogflowV2QueryParameters" }, "replyAudioConfig": { "$ref": "GoogleCloudDialogflowV2OutputAudioConfig" }, "requestId": { "type": "string" }, "suggestionInput": { "$ref": "GoogleCloudDialogflowV2SuggestionInput" }, "textInput": { "$ref": "GoogleCloudDialogflowV2TextInput" } }, "type": "object" }, "GoogleCloudDialogflowV2AnalyzeContentResponse": { "id": "GoogleCloudDialogflowV2AnalyzeContentResponse", "properties": { "automatedAgentReply": { "$ref": "GoogleCloudDialogflowV2AutomatedAgentReply" }, "dtmfParameters": { "$ref": "GoogleCloudDialogflowV2DtmfParameters" }, "endUserSuggestionResults": { "items": { "$ref": "GoogleCloudDialogflowV2SuggestionResult" }, "type": "array" }, "humanAgentSuggestionResults": { "items": { "$ref": "GoogleCloudDialogflowV2SuggestionResult" }, "type": "array" }, "message": { "$ref": "GoogleCloudDialogflowV2Message" }, "replyAudio": { "$ref": "GoogleCloudDialogflowV2OutputAudio" }, "replyText": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2AnnotatedMessagePart": { "id": "GoogleCloudDialogflowV2AnnotatedMessagePart", "properties": { "entityType": { "type": "string" }, "formattedValue": { "type": "any" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2AnswerFeedback": { "id": "GoogleCloudDialogflowV2AnswerFeedback", "properties": { "agentAssistantDetailFeedback": { "$ref": "GoogleCloudDialogflowV2AgentAssistantFeedback" }, "clickTime": { "format": "google-datetime", "type": "string" }, "clicked": { "type": "boolean" }, "correctnessLevel": { "enum": [ "CORRECTNESS_LEVEL_UNSPECIFIED", "NOT_CORRECT", "PARTIALLY_CORRECT", "FULLY_CORRECT" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "displayTime": { "format": "google-datetime", "type": "string" }, "displayed": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2AnswerRecord": { "id": "GoogleCloudDialogflowV2AnswerRecord", "properties": { "agentAssistantRecord": { "$ref": "GoogleCloudDialogflowV2AgentAssistantRecord", "readOnly": true }, "answerFeedback": { "$ref": "GoogleCloudDialogflowV2AnswerFeedback" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ArticleAnswer": { "id": "GoogleCloudDialogflowV2ArticleAnswer", "properties": { "answerRecord": { "type": "string" }, "confidence": { "format": "float", "type": "number" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "snippets": { "items": { "type": "string" }, "type": "array" }, "title": { "type": "string" }, "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata": { "id": "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata", "properties": { "trainingModelType": { "enum": [ "MODEL_TYPE_UNSPECIFIED", "SMART_REPLY_DUAL_ENCODER_MODEL", "SMART_REPLY_BERT_MODEL" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2AssistQueryParameters": { "id": "GoogleCloudDialogflowV2AssistQueryParameters", "properties": { "documentsMetadataFilters": { "additionalProperties": { "type": "string" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2AudioInput": { "id": "GoogleCloudDialogflowV2AudioInput", "properties": { "audio": { "format": "byte", "type": "string" }, "config": { "$ref": "GoogleCloudDialogflowV2InputAudioConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2AutomatedAgentConfig": { "id": "GoogleCloudDialogflowV2AutomatedAgentConfig", "properties": { "agent": { "type": "string" }, "sessionTtl": { "format": "google-duration", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2AutomatedAgentReply": { "id": "GoogleCloudDialogflowV2AutomatedAgentReply", "properties": { "allowCancellation": { "type": "boolean" }, "automatedAgentReplyType": { "enum": [ "AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED", "PARTIAL", "FINAL" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "cxCurrentPage": { "type": "string" }, "detectIntentResponse": { "$ref": "GoogleCloudDialogflowV2DetectIntentResponse" } }, "type": "object" }, "GoogleCloudDialogflowV2BatchCreateEntitiesRequest": { "id": "GoogleCloudDialogflowV2BatchCreateEntitiesRequest", "properties": { "entities": { "items": { "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" }, "type": "array" }, "languageCode": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2BatchDeleteEntitiesRequest": { "id": "GoogleCloudDialogflowV2BatchDeleteEntitiesRequest", "properties": { "entityValues": { "items": { "type": "string" }, "type": "array" }, "languageCode": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest": { "id": "GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest", "properties": { "entityTypeNames": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2BatchDeleteIntentsRequest": { "id": "GoogleCloudDialogflowV2BatchDeleteIntentsRequest", "properties": { "intents": { "items": { "$ref": "GoogleCloudDialogflowV2Intent" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2BatchUpdateEntitiesRequest": { "id": "GoogleCloudDialogflowV2BatchUpdateEntitiesRequest", "properties": { "entities": { "items": { "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" }, "type": "array" }, "languageCode": { "type": "string" }, "updateMask": { "format": "google-fieldmask", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest": { "id": "GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest", "properties": { "entityTypeBatchInline": { "$ref": "GoogleCloudDialogflowV2EntityTypeBatch" }, "entityTypeBatchUri": { "type": "string" }, "languageCode": { "type": "string" }, "updateMask": { "format": "google-fieldmask", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse": { "id": "GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse", "properties": { "entityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2BatchUpdateIntentsRequest": { "id": "GoogleCloudDialogflowV2BatchUpdateIntentsRequest", "properties": { "intentBatchInline": { "$ref": "GoogleCloudDialogflowV2IntentBatch" }, "intentBatchUri": { "type": "string" }, "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "" ], "type": "string" }, "languageCode": { "type": "string" }, "updateMask": { "format": "google-fieldmask", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2BatchUpdateIntentsResponse": { "id": "GoogleCloudDialogflowV2BatchUpdateIntentsResponse", "properties": { "intents": { "items": { "$ref": "GoogleCloudDialogflowV2Intent" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata": { "id": "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata", "properties": { "conversationProfile": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "participantRole": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "suggestionFeatureType": { "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest": { "id": "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest", "properties": { "participantRole": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "suggestionFeatureType": { "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2CompleteConversationRequest": { "id": "GoogleCloudDialogflowV2CompleteConversationRequest", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2Connection": { "id": "GoogleCloudDialogflowV2Connection", "properties": { "connectionId": { "readOnly": true, "type": "string" }, "errorDetails": { "$ref": "GoogleCloudDialogflowV2ConnectionErrorDetails", "readOnly": true }, "state": { "enum": [ "STATE_UNSPECIFIED", "CONNECTED", "DISCONNECTED", "AUTHENTICATION_FAILED", "KEEPALIVE" ], "enumDescriptions": [ "", "", "", "", "" ], "readOnly": true, "type": "string" }, "updateTime": { "format": "google-datetime", "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ConnectionErrorDetails": { "id": "GoogleCloudDialogflowV2ConnectionErrorDetails", "properties": { "certificateState": { "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" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "readOnly": true, "type": "string" }, "errorMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2Context": { "id": "GoogleCloudDialogflowV2Context", "properties": { "lifespanCount": { "format": "int32", "type": "integer" }, "name": { "type": "string" }, "parameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2Conversation": { "id": "GoogleCloudDialogflowV2Conversation", "properties": { "conversationProfile": { "type": "string" }, "conversationStage": { "enum": [ "CONVERSATION_STAGE_UNSPECIFIED", "VIRTUAL_AGENT_STAGE", "HUMAN_ASSIST_STAGE" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "endTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "ingestedContextReferences": { "additionalProperties": { "$ref": "GoogleCloudDialogflowV2ConversationContextReference" }, "readOnly": true, "type": "object" }, "lifecycleState": { "enum": [ "LIFECYCLE_STATE_UNSPECIFIED", "IN_PROGRESS", "COMPLETED" ], "enumDescriptions": [ "", "", "" ], "readOnly": true, "type": "string" }, "name": { "readOnly": true, "type": "string" }, "phoneNumber": { "$ref": "GoogleCloudDialogflowV2ConversationPhoneNumber", "readOnly": true }, "startTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "telephonyConnectionInfo": { "$ref": "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationContext": { "id": "GoogleCloudDialogflowV2ConversationContext", "properties": { "messageEntries": { "items": { "$ref": "GoogleCloudDialogflowV2MessageEntry" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationContextReference": { "id": "GoogleCloudDialogflowV2ConversationContextReference", "properties": { "contextContents": { "items": { "$ref": "GoogleCloudDialogflowV2ConversationContextReferenceContextContent" }, "type": "array" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "languageCode": { "type": "string" }, "updateMode": { "enum": [ "UPDATE_MODE_UNSPECIFIED", "APPEND", "OVERWRITE" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationContextReferenceContextContent": { "id": "GoogleCloudDialogflowV2ConversationContextReferenceContextContent", "properties": { "answerRecord": { "type": "string" }, "content": { "type": "string" }, "contentFormat": { "enum": [ "CONTENT_FORMAT_UNSPECIFIED", "JSON", "PLAIN_TEXT" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "ingestionTime": { "format": "google-datetime", "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationDataset": { "id": "GoogleCloudDialogflowV2ConversationDataset", "properties": { "conversationCount": { "format": "int64", "readOnly": true, "type": "string" }, "conversationInfo": { "$ref": "GoogleCloudDialogflowV2ConversationInfo", "readOnly": true }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "description": { "type": "string" }, "displayName": { "type": "string" }, "inputConfig": { "$ref": "GoogleCloudDialogflowV2InputConfig", "readOnly": true }, "name": { "readOnly": true, "type": "string" }, "satisfiesPzi": { "readOnly": true, "type": "boolean" }, "satisfiesPzs": { "readOnly": true, "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationEvent": { "id": "GoogleCloudDialogflowV2ConversationEvent", "properties": { "conversation": { "type": "string" }, "errorStatus": { "$ref": "GoogleRpcStatus" }, "newMessagePayload": { "$ref": "GoogleCloudDialogflowV2Message" }, "newRecognitionResultPayload": { "$ref": "GoogleCloudDialogflowV2StreamingRecognitionResult" }, "type": { "enum": [ "TYPE_UNSPECIFIED", "CONVERSATION_STARTED", "CONVERSATION_FINISHED", "HUMAN_INTERVENTION_NEEDED", "NEW_MESSAGE", "NEW_RECOGNITION_RESULT", "UNRECOVERABLE_ERROR" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationInfo": { "id": "GoogleCloudDialogflowV2ConversationInfo", "properties": { "languageCode": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationModel": { "id": "GoogleCloudDialogflowV2ConversationModel", "properties": { "articleSuggestionModelMetadata": { "$ref": "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "datasets": { "items": { "$ref": "GoogleCloudDialogflowV2InputDataset" }, "type": "array" }, "displayName": { "type": "string" }, "languageCode": { "type": "string" }, "name": { "type": "string" }, "satisfiesPzi": { "readOnly": true, "type": "boolean" }, "satisfiesPzs": { "readOnly": true, "type": "boolean" }, "smartReplyModelMetadata": { "$ref": "GoogleCloudDialogflowV2SmartReplyModelMetadata" }, "state": { "enum": [ "STATE_UNSPECIFIED", "CREATING", "UNDEPLOYED", "DEPLOYING", "DEPLOYED", "UNDEPLOYING", "DELETING", "FAILED", "PENDING" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationModelEvaluation": { "id": "GoogleCloudDialogflowV2ConversationModelEvaluation", "properties": { "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "displayName": { "type": "string" }, "evaluationConfig": { "$ref": "GoogleCloudDialogflowV2EvaluationConfig" }, "name": { "type": "string" }, "rawHumanEvalTemplateCsv": { "readOnly": true, "type": "string" }, "smartReplyMetrics": { "$ref": "GoogleCloudDialogflowV2SmartReplyMetrics", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationPhoneNumber": { "id": "GoogleCloudDialogflowV2ConversationPhoneNumber", "properties": { "countryCode": { "format": "int32", "readOnly": true, "type": "integer" }, "phoneNumber": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationProfile": { "id": "GoogleCloudDialogflowV2ConversationProfile", "properties": { "automatedAgentConfig": { "$ref": "GoogleCloudDialogflowV2AutomatedAgentConfig" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "displayName": { "type": "string" }, "humanAgentAssistantConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfig" }, "humanAgentHandoffConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentHandoffConfig" }, "languageCode": { "type": "string" }, "loggingConfig": { "$ref": "GoogleCloudDialogflowV2LoggingConfig" }, "name": { "type": "string" }, "newMessageEventNotificationConfig": { "$ref": "GoogleCloudDialogflowV2NotificationConfig" }, "newRecognitionResultNotificationConfig": { "$ref": "GoogleCloudDialogflowV2NotificationConfig" }, "notificationConfig": { "$ref": "GoogleCloudDialogflowV2NotificationConfig" }, "securitySettings": { "type": "string" }, "sttConfig": { "$ref": "GoogleCloudDialogflowV2SpeechToTextConfig" }, "timeZone": { "type": "string" }, "ttsConfig": { "$ref": "GoogleCloudDialogflowV2SynthesizeSpeechConfig" }, "updateTime": { "format": "google-datetime", "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo": { "id": "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo", "properties": { "dialedNumber": { "readOnly": true, "type": "string" }, "extraMimeContents": { "items": { "$ref": "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent" }, "readOnly": true, "type": "array" }, "sdp": { "type": "string" }, "sipHeaders": { "items": { "$ref": "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader" }, "readOnly": true, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent": { "id": "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent", "properties": { "content": { "format": "byte", "type": "string" }, "mimeType": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader": { "id": "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader", "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata": { "id": "GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata", "properties": { "conversationDataset": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata": { "id": "GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata", "properties": { "conversationModel": { "type": "string" }, "conversationModelEvaluation": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "state": { "enum": [ "STATE_UNSPECIFIED", "INITIALIZING", "RUNNING", "CANCELLED", "SUCCEEDED", "FAILED" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest": { "id": "GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest", "properties": { "conversationModelEvaluation": { "$ref": "GoogleCloudDialogflowV2ConversationModelEvaluation" } }, "type": "object" }, "GoogleCloudDialogflowV2CreateConversationModelOperationMetadata": { "id": "GoogleCloudDialogflowV2CreateConversationModelOperationMetadata", "properties": { "conversationModel": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "doneTime": { "format": "google-datetime", "type": "string" }, "state": { "enum": [ "STATE_UNSPECIFIED", "PENDING", "SUCCEEDED", "FAILED", "CANCELLED", "CANCELLING", "TRAINING" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2CustomPronunciationParams": { "id": "GoogleCloudDialogflowV2CustomPronunciationParams", "properties": { "phoneticEncoding": { "enum": [ "PHONETIC_ENCODING_UNSPECIFIED", "PHONETIC_ENCODING_IPA", "PHONETIC_ENCODING_X_SAMPA" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "phrase": { "type": "string" }, "pronunciation": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata": { "id": "GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata": { "id": "GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata", "properties": { "conversationModel": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "doneTime": { "format": "google-datetime", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2DeployConversationModelOperationMetadata": { "id": "GoogleCloudDialogflowV2DeployConversationModelOperationMetadata", "properties": { "conversationModel": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "doneTime": { "format": "google-datetime", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2DeployConversationModelRequest": { "id": "GoogleCloudDialogflowV2DeployConversationModelRequest", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2DetectIntentRequest": { "id": "GoogleCloudDialogflowV2DetectIntentRequest", "properties": { "inputAudio": { "format": "byte", "type": "string" }, "outputAudioConfig": { "$ref": "GoogleCloudDialogflowV2OutputAudioConfig" }, "outputAudioConfigMask": { "format": "google-fieldmask", "type": "string" }, "queryInput": { "$ref": "GoogleCloudDialogflowV2QueryInput" }, "queryParams": { "$ref": "GoogleCloudDialogflowV2QueryParameters" } }, "type": "object" }, "GoogleCloudDialogflowV2DetectIntentResponse": { "id": "GoogleCloudDialogflowV2DetectIntentResponse", "properties": { "outputAudio": { "format": "byte", "type": "string" }, "outputAudioConfig": { "$ref": "GoogleCloudDialogflowV2OutputAudioConfig" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2QueryResult" }, "responseId": { "type": "string" }, "webhookStatus": { "$ref": "GoogleRpcStatus" } }, "type": "object" }, "GoogleCloudDialogflowV2DialogflowAssistAnswer": { "id": "GoogleCloudDialogflowV2DialogflowAssistAnswer", "properties": { "answerRecord": { "type": "string" }, "intentSuggestion": { "$ref": "GoogleCloudDialogflowV2IntentSuggestion" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2QueryResult" } }, "type": "object" }, "GoogleCloudDialogflowV2Document": { "id": "GoogleCloudDialogflowV2Document", "properties": { "contentUri": { "type": "string" }, "displayName": { "type": "string" }, "enableAutoReload": { "type": "boolean" }, "knowledgeTypes": { "items": { "enum": [ "KNOWLEDGE_TYPE_UNSPECIFIED", "FAQ", "EXTRACTIVE_QA", "ARTICLE_SUGGESTION", "AGENT_FACING_SMART_REPLY" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" }, "type": "array" }, "latestReloadStatus": { "$ref": "GoogleCloudDialogflowV2DocumentReloadStatus", "readOnly": true }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "mimeType": { "type": "string" }, "name": { "type": "string" }, "rawContent": { "format": "byte", "type": "string" }, "state": { "enum": [ "STATE_UNSPECIFIED", "CREATING", "ACTIVE", "UPDATING", "RELOADING", "DELETING" ], "enumDescriptions": [ "", "", "", "", "", "" ], "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2DocumentReloadStatus": { "id": "GoogleCloudDialogflowV2DocumentReloadStatus", "properties": { "status": { "$ref": "GoogleRpcStatus" }, "time": { "format": "google-datetime", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2DtmfParameters": { "id": "GoogleCloudDialogflowV2DtmfParameters", "properties": { "acceptsDtmfInput": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2EncryptionSpec": { "id": "GoogleCloudDialogflowV2EncryptionSpec", "properties": { "kmsKey": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2EntityType": { "id": "GoogleCloudDialogflowV2EntityType", "properties": { "autoExpansionMode": { "enum": [ "AUTO_EXPANSION_MODE_UNSPECIFIED", "AUTO_EXPANSION_MODE_DEFAULT" ], "enumDescriptions": [ "", "" ], "type": "string" }, "displayName": { "type": "string" }, "enableFuzzyExtraction": { "type": "boolean" }, "entities": { "items": { "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" }, "type": "array" }, "kind": { "enum": [ "KIND_UNSPECIFIED", "KIND_MAP", "KIND_LIST", "KIND_REGEXP" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2EntityTypeBatch": { "id": "GoogleCloudDialogflowV2EntityTypeBatch", "properties": { "entityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2EntityTypeEntity": { "id": "GoogleCloudDialogflowV2EntityTypeEntity", "properties": { "synonyms": { "items": { "type": "string" }, "type": "array" }, "value": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2Environment": { "id": "GoogleCloudDialogflowV2Environment", "properties": { "agentVersion": { "type": "string" }, "description": { "type": "string" }, "fulfillment": { "$ref": "GoogleCloudDialogflowV2Fulfillment" }, "name": { "readOnly": true, "type": "string" }, "state": { "enum": [ "STATE_UNSPECIFIED", "STOPPED", "LOADING", "RUNNING" ], "enumDescriptions": [ "", "", "", "" ], "readOnly": true, "type": "string" }, "textToSpeechSettings": { "$ref": "GoogleCloudDialogflowV2TextToSpeechSettings" }, "updateTime": { "format": "google-datetime", "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2EnvironmentHistory": { "id": "GoogleCloudDialogflowV2EnvironmentHistory", "properties": { "entries": { "items": { "$ref": "GoogleCloudDialogflowV2EnvironmentHistoryEntry" }, "readOnly": true, "type": "array" }, "nextPageToken": { "readOnly": true, "type": "string" }, "parent": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2EnvironmentHistoryEntry": { "id": "GoogleCloudDialogflowV2EnvironmentHistoryEntry", "properties": { "agentVersion": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "description": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2EvaluationConfig": { "id": "GoogleCloudDialogflowV2EvaluationConfig", "properties": { "datasets": { "items": { "$ref": "GoogleCloudDialogflowV2InputDataset" }, "type": "array" }, "smartComposeConfig": { "$ref": "GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig" }, "smartReplyConfig": { "$ref": "GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig": { "id": "GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig", "properties": { "allowlistDocument": { "type": "string" }, "maxResultCount": { "format": "int32", "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig": { "id": "GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig", "properties": { "allowlistDocument": { "type": "string" }, "maxResultCount": { "format": "int32", "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowV2EvaluationStatus": { "id": "GoogleCloudDialogflowV2EvaluationStatus", "properties": { "done": { "readOnly": true, "type": "boolean" }, "pipelineStatus": { "$ref": "GoogleRpcStatus", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2EventInput": { "id": "GoogleCloudDialogflowV2EventInput", "properties": { "languageCode": { "type": "string" }, "name": { "type": "string" }, "parameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2ExportAgentRequest": { "id": "GoogleCloudDialogflowV2ExportAgentRequest", "properties": { "agentUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ExportAgentResponse": { "id": "GoogleCloudDialogflowV2ExportAgentResponse", "properties": { "agentContent": { "format": "byte", "type": "string" }, "agentUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ExportDocumentRequest": { "id": "GoogleCloudDialogflowV2ExportDocumentRequest", "properties": { "exportFullContent": { "type": "boolean" }, "gcsDestination": { "$ref": "GoogleCloudDialogflowV2GcsDestination" }, "smartMessagingPartialUpdate": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2ExportOperationMetadata": { "id": "GoogleCloudDialogflowV2ExportOperationMetadata", "properties": { "exportedGcsDestination": { "$ref": "GoogleCloudDialogflowV2GcsDestination" } }, "type": "object" }, "GoogleCloudDialogflowV2FaqAnswer": { "id": "GoogleCloudDialogflowV2FaqAnswer", "properties": { "answer": { "type": "string" }, "answerRecord": { "type": "string" }, "confidence": { "format": "float", "type": "number" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "question": { "type": "string" }, "source": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2FewShotExample": { "id": "GoogleCloudDialogflowV2FewShotExample", "properties": { "conversationContext": { "$ref": "GoogleCloudDialogflowV2ConversationContext" }, "extraInfo": { "additionalProperties": { "type": "string" }, "type": "object" }, "output": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestion" }, "summarizationSectionList": { "$ref": "GoogleCloudDialogflowV2SummarizationSectionList" } }, "type": "object" }, "GoogleCloudDialogflowV2FreeFormContext": { "id": "GoogleCloudDialogflowV2FreeFormContext", "properties": { "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2FreeFormSuggestion": { "id": "GoogleCloudDialogflowV2FreeFormSuggestion", "properties": { "response": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2Fulfillment": { "id": "GoogleCloudDialogflowV2Fulfillment", "properties": { "displayName": { "type": "string" }, "enabled": { "type": "boolean" }, "features": { "items": { "$ref": "GoogleCloudDialogflowV2FulfillmentFeature" }, "type": "array" }, "genericWebService": { "$ref": "GoogleCloudDialogflowV2FulfillmentGenericWebService" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2FulfillmentFeature": { "id": "GoogleCloudDialogflowV2FulfillmentFeature", "properties": { "type": { "enum": [ "TYPE_UNSPECIFIED", "SMALLTALK" ], "enumDescriptions": [ "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2FulfillmentGenericWebService": { "id": "GoogleCloudDialogflowV2FulfillmentGenericWebService", "properties": { "isCloudFunction": { "deprecated": true, "type": "boolean" }, "password": { "type": "string" }, "requestHeaders": { "additionalProperties": { "type": "string" }, "type": "object" }, "uri": { "type": "string" }, "username": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2GcsDestination": { "id": "GoogleCloudDialogflowV2GcsDestination", "properties": { "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2GcsSources": { "id": "GoogleCloudDialogflowV2GcsSources", "properties": { "uris": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2GenerateStatelessSuggestionRequest": { "id": "GoogleCloudDialogflowV2GenerateStatelessSuggestionRequest", "properties": { "contextReferences": { "additionalProperties": { "$ref": "GoogleCloudDialogflowV2ConversationContextReference" }, "type": "object" }, "conversationContext": { "$ref": "GoogleCloudDialogflowV2ConversationContext" }, "generator": { "$ref": "GoogleCloudDialogflowV2Generator" }, "generatorName": { "type": "string" }, "securitySettings": { "type": "string" }, "triggerEvents": { "items": { "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2GenerateStatelessSuggestionResponse": { "id": "GoogleCloudDialogflowV2GenerateStatelessSuggestionResponse", "properties": { "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestion" } }, "type": "object" }, "GoogleCloudDialogflowV2GenerateStatelessSummaryRequest": { "id": "GoogleCloudDialogflowV2GenerateStatelessSummaryRequest", "properties": { "conversationProfile": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "latestMessage": { "type": "string" }, "maxContextSize": { "format": "int32", "type": "integer" }, "statelessConversation": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSummaryRequestMinimalConversation" } }, "type": "object" }, "GoogleCloudDialogflowV2GenerateStatelessSummaryRequestMinimalConversation": { "id": "GoogleCloudDialogflowV2GenerateStatelessSummaryRequestMinimalConversation", "properties": { "messages": { "items": { "$ref": "GoogleCloudDialogflowV2Message" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2GenerateStatelessSummaryResponse": { "id": "GoogleCloudDialogflowV2GenerateStatelessSummaryResponse", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" }, "summary": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSummaryResponseSummary" } }, "type": "object" }, "GoogleCloudDialogflowV2GenerateStatelessSummaryResponseSummary": { "id": "GoogleCloudDialogflowV2GenerateStatelessSummaryResponseSummary", "properties": { "baselineModelVersion": { "type": "string" }, "text": { "type": "string" }, "textSections": { "additionalProperties": { "type": "string" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2GenerateSuggestionsRequest": { "id": "GoogleCloudDialogflowV2GenerateSuggestionsRequest", "properties": { "latestMessage": { "type": "string" }, "triggerEvents": { "items": { "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2GenerateSuggestionsResponse": { "id": "GoogleCloudDialogflowV2GenerateSuggestionsResponse", "properties": { "generatorSuggestionAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer" }, "type": "array" }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer": { "id": "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer", "properties": { "answerRecord": { "type": "string" }, "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestion" }, "sourceGenerator": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2Generator": { "id": "GoogleCloudDialogflowV2Generator", "properties": { "agentCoachingContext": { "$ref": "GoogleCloudDialogflowV2AgentCoachingContext" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "description": { "type": "string" }, "freeFormContext": { "$ref": "GoogleCloudDialogflowV2FreeFormContext" }, "inferenceParameter": { "$ref": "GoogleCloudDialogflowV2InferenceParameter" }, "name": { "readOnly": true, "type": "string" }, "publishedModel": { "type": "string" }, "suggestionDedupingConfig": { "$ref": "GoogleCloudDialogflowV2SuggestionDedupingConfig" }, "summarizationContext": { "$ref": "GoogleCloudDialogflowV2SummarizationContext" }, "tools": { "items": { "type": "string" }, "type": "array" }, "triggerEvent": { "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" }, "updateTime": { "format": "google-datetime", "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2GeneratorEvaluation": { "id": "GoogleCloudDialogflowV2GeneratorEvaluation", "properties": { "completeTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "displayName": { "type": "string" }, "evaluationStatus": { "$ref": "GoogleCloudDialogflowV2EvaluationStatus", "readOnly": true }, "generatorEvaluationConfig": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluationConfig" }, "initialGenerator": { "$ref": "GoogleCloudDialogflowV2Generator" }, "name": { "readOnly": true, "type": "string" }, "satisfiesPzi": { "readOnly": true, "type": "boolean" }, "satisfiesPzs": { "readOnly": true, "type": "boolean" }, "summarizationMetrics": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetrics", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2GeneratorEvaluationConfig": { "id": "GoogleCloudDialogflowV2GeneratorEvaluationConfig", "properties": { "inputDataConfig": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig" }, "outputGcsBucketPath": { "type": "string" }, "summarizationConfig": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig": { "id": "GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig", "properties": { "endTime": { "format": "google-datetime", "type": "string" }, "startTime": { "format": "google-datetime", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2GeneratorEvaluationConfigDatasetInputDataConfig": { "id": "GoogleCloudDialogflowV2GeneratorEvaluationConfigDatasetInputDataConfig", "properties": { "dataset": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig": { "id": "GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig", "properties": { "agentAssistInputDataConfig": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig" }, "datasetInputDataConfig": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluationConfigDatasetInputDataConfig" }, "endTime": { "deprecated": true, "format": "google-datetime", "type": "string" }, "inputDataSourceType": { "deprecated": true, "enum": [ "INPUT_DATA_SOURCE_TYPE_UNSPECIFIED", "AGENT_ASSIST_CONVERSATIONS", "INSIGHTS_CONVERSATIONS" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "isSummaryGenerationAllowed": { "deprecated": true, "type": "boolean" }, "sampleSize": { "format": "int32", "type": "integer" }, "startTime": { "deprecated": true, "format": "google-datetime", "type": "string" }, "summaryGenerationOption": { "enum": [ "SUMMARY_GENERATION_OPTION_UNSPECIFIED", "ALWAYS_GENERATE", "GENERATE_IF_MISSING", "DO_NOT_GENERATE" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig": { "id": "GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig", "properties": { "accuracyEvaluationVersion": { "deprecated": true, "type": "string" }, "completenessEvaluationVersion": { "deprecated": true, "type": "string" }, "enableAccuracyEvaluation": { "deprecated": true, "type": "boolean" }, "enableCompletenessEvaluation": { "deprecated": true, "type": "boolean" }, "evaluatorVersion": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2GeneratorSuggestion": { "id": "GoogleCloudDialogflowV2GeneratorSuggestion", "properties": { "agentCoachingSuggestion": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestion" }, "freeFormSuggestion": { "$ref": "GoogleCloudDialogflowV2FreeFormSuggestion" }, "summarySuggestion": { "$ref": "GoogleCloudDialogflowV2SummarySuggestion" }, "toolCallInfo": { "items": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo": { "id": "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo", "properties": { "toolCall": { "$ref": "GoogleCloudDialogflowV2ToolCall" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowV2ToolCallResult" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfig": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfig", "properties": { "endUserSuggestionConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig" }, "humanAgentSuggestionConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig" }, "messageAnalysisConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig" }, "notificationConfig": { "$ref": "GoogleCloudDialogflowV2NotificationConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig", "properties": { "baselineModelVersion": { "type": "string" }, "model": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig", "properties": { "recentSentencesCount": { "format": "int32", "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig", "properties": { "enableEntityExtraction": { "type": "boolean" }, "enableSentimentAnalysis": { "type": "boolean" }, "enableSentimentAnalysisV3": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig", "properties": { "disableHighLatencyFeaturesSyncDelivery": { "type": "boolean" }, "enableAsyncToolCall": { "type": "boolean" }, "featureConfigs": { "items": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig" }, "type": "array" }, "generators": { "items": { "type": "string" }, "type": "array" }, "groupSuggestionResponses": { "type": "boolean" }, "skipEmptyEventBasedSuggestion": { "type": "boolean" }, "useUnredactedConversationData": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig", "properties": { "conversationModelConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig" }, "conversationProcessConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig" }, "disableAgentQueryLogging": { "type": "boolean" }, "enableConversationAugmentedQuery": { "type": "boolean" }, "enableEventBasedSuggestion": { "type": "boolean" }, "enableQuerySuggestionOnly": { "type": "boolean" }, "enableQuerySuggestionWhenNoAnswer": { "type": "boolean" }, "enableResponseDebugInfo": { "type": "boolean" }, "queryConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig" }, "raiSettings": { "$ref": "GoogleCloudDialogflowV2RaiSettings" }, "suggestionFeature": { "$ref": "GoogleCloudDialogflowV2SuggestionFeature" }, "suggestionTriggerSettings": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig", "properties": { "confidenceThreshold": { "format": "float", "type": "number" }, "contextFilterSettings": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings" }, "contextSize": { "format": "int32", "type": "integer" }, "dialogflowQuerySource": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource" }, "documentQuerySource": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource" }, "knowledgeBaseQuerySource": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource" }, "maxResults": { "format": "int32", "type": "integer" }, "sections": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings", "properties": { "dropHandoffMessages": { "type": "boolean" }, "dropIvrMessages": { "type": "boolean" }, "dropVirtualAgentMessages": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource", "properties": { "agent": { "type": "string" }, "humanAgentSideConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig", "properties": { "agent": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource", "properties": { "documents": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource", "properties": { "knowledgeBases": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections", "properties": { "sectionTypes": { "items": { "enum": [ "SECTION_TYPE_UNSPECIFIED", "SITUATION", "ACTION", "RESOLUTION", "REASON_FOR_CANCELLATION", "CUSTOMER_SATISFACTION", "ENTITIES" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings", "properties": { "noSmalltalk": { "type": "boolean" }, "onlyEndUser": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantEvent": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantEvent", "properties": { "conversation": { "type": "string" }, "participant": { "type": "string" }, "suggestionResults": { "items": { "$ref": "GoogleCloudDialogflowV2SuggestionResult" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentHandoffConfig": { "id": "GoogleCloudDialogflowV2HumanAgentHandoffConfig", "properties": { "livePersonConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig" }, "salesforceLiveAgentConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig": { "id": "GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig", "properties": { "accountNumber": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig": { "id": "GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig", "properties": { "buttonId": { "type": "string" }, "deploymentId": { "type": "string" }, "endpointDomain": { "type": "string" }, "organizationId": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ImportAgentRequest": { "id": "GoogleCloudDialogflowV2ImportAgentRequest", "properties": { "agentContent": { "format": "byte", "type": "string" }, "agentUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ImportConversationDataOperationMetadata": { "id": "GoogleCloudDialogflowV2ImportConversationDataOperationMetadata", "properties": { "conversationDataset": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "partialFailures": { "items": { "$ref": "GoogleRpcStatus" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ImportConversationDataOperationResponse": { "id": "GoogleCloudDialogflowV2ImportConversationDataOperationResponse", "properties": { "conversationDataset": { "type": "string" }, "importCount": { "format": "int32", "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowV2ImportConversationDataRequest": { "id": "GoogleCloudDialogflowV2ImportConversationDataRequest", "properties": { "inputConfig": { "$ref": "GoogleCloudDialogflowV2InputConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2ImportDocumentTemplate": { "id": "GoogleCloudDialogflowV2ImportDocumentTemplate", "properties": { "knowledgeTypes": { "items": { "enum": [ "KNOWLEDGE_TYPE_UNSPECIFIED", "FAQ", "EXTRACTIVE_QA", "ARTICLE_SUGGESTION", "AGENT_FACING_SMART_REPLY" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" }, "type": "array" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "mimeType": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ImportDocumentsRequest": { "id": "GoogleCloudDialogflowV2ImportDocumentsRequest", "properties": { "documentTemplate": { "$ref": "GoogleCloudDialogflowV2ImportDocumentTemplate" }, "gcsSource": { "$ref": "GoogleCloudDialogflowV2GcsSources" }, "importGcsCustomMetadata": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2ImportDocumentsResponse": { "id": "GoogleCloudDialogflowV2ImportDocumentsResponse", "properties": { "warnings": { "items": { "$ref": "GoogleRpcStatus" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2InferenceParameter": { "id": "GoogleCloudDialogflowV2InferenceParameter", "properties": { "maxOutputTokens": { "format": "int32", "type": "integer" }, "temperature": { "format": "double", "type": "number" }, "topK": { "format": "int32", "type": "integer" }, "topP": { "format": "double", "type": "number" } }, "type": "object" }, "GoogleCloudDialogflowV2IngestContextReferencesRequest": { "id": "GoogleCloudDialogflowV2IngestContextReferencesRequest", "properties": { "contextReferences": { "additionalProperties": { "$ref": "GoogleCloudDialogflowV2ConversationContextReference" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2IngestContextReferencesResponse": { "id": "GoogleCloudDialogflowV2IngestContextReferencesResponse", "properties": { "ingestedContextReferences": { "additionalProperties": { "$ref": "GoogleCloudDialogflowV2ConversationContextReference" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo": { "id": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo", "properties": { "contextReferenceRetrieved": { "type": "boolean" }, "ingestedParametersDebugInfo": { "items": { "$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" }, "type": "array" }, "projectNotAllowlisted": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo": { "id": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo", "properties": { "ingestionStatus": { "enum": [ "INGESTION_STATUS_UNSPECIFIED", "INGESTION_STATUS_SUCCEEDED", "INGESTION_STATUS_CONTEXT_NOT_AVAILABLE", "INGESTION_STATUS_PARSE_FAILED", "INGESTION_STATUS_INVALID_ENTRY", "INGESTION_STATUS_INVALID_FORMAT", "INGESTION_STATUS_LANGUAGE_MISMATCH" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" }, "parameter": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata": { "id": "GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata", "properties": { "request": { "$ref": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest": { "id": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest", "properties": { "encryptionSpec": { "$ref": "GoogleCloudDialogflowV2EncryptionSpec" } }, "type": "object" }, "GoogleCloudDialogflowV2InputAudioConfig": { "id": "GoogleCloudDialogflowV2InputAudioConfig", "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" }, "disableNoSpeechRecognizedEvent": { "type": "boolean" }, "enableAutomaticPunctuation": { "type": "boolean" }, "enableWordInfo": { "type": "boolean" }, "languageCode": { "type": "string" }, "model": { "type": "string" }, "modelVariant": { "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "optOutConformerModelMigration": { "type": "boolean" }, "phraseHints": { "deprecated": true, "items": { "type": "string" }, "type": "array" }, "phraseSets": { "items": { "type": "string" }, "type": "array" }, "sampleRateHertz": { "format": "int32", "type": "integer" }, "singleUtterance": { "type": "boolean" }, "speechContexts": { "items": { "$ref": "GoogleCloudDialogflowV2SpeechContext" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2InputConfig": { "id": "GoogleCloudDialogflowV2InputConfig", "properties": { "gcsSource": { "$ref": "GoogleCloudDialogflowV2GcsSources" } }, "type": "object" }, "GoogleCloudDialogflowV2InputDataset": { "id": "GoogleCloudDialogflowV2InputDataset", "properties": { "dataset": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2Intent": { "id": "GoogleCloudDialogflowV2Intent", "properties": { "action": { "type": "string" }, "defaultResponsePlatforms": { "items": { "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "GOOGLE_HANGOUTS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "type": "array" }, "displayName": { "type": "string" }, "endInteraction": { "type": "boolean" }, "events": { "items": { "type": "string" }, "type": "array" }, "followupIntentInfo": { "items": { "$ref": "GoogleCloudDialogflowV2IntentFollowupIntentInfo" }, "readOnly": true, "type": "array" }, "inputContextNames": { "items": { "type": "string" }, "type": "array" }, "isFallback": { "type": "boolean" }, "liveAgentHandoff": { "type": "boolean" }, "messages": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" }, "type": "array" }, "mlDisabled": { "type": "boolean" }, "name": { "type": "string" }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2Context" }, "type": "array" }, "parameters": { "items": { "$ref": "GoogleCloudDialogflowV2IntentParameter" }, "type": "array" }, "parentFollowupIntentName": { "type": "string" }, "priority": { "format": "int32", "type": "integer" }, "resetContexts": { "type": "boolean" }, "rootFollowupIntentName": { "readOnly": true, "type": "string" }, "trainingPhrases": { "items": { "$ref": "GoogleCloudDialogflowV2IntentTrainingPhrase" }, "type": "array" }, "webhookState": { "enum": [ "WEBHOOK_STATE_UNSPECIFIED", "WEBHOOK_STATE_ENABLED", "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentBatch": { "id": "GoogleCloudDialogflowV2IntentBatch", "properties": { "intents": { "items": { "$ref": "GoogleCloudDialogflowV2Intent" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentFollowupIntentInfo": { "id": "GoogleCloudDialogflowV2IntentFollowupIntentInfo", "properties": { "followupIntentName": { "type": "string" }, "parentFollowupIntentName": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessage": { "id": "GoogleCloudDialogflowV2IntentMessage", "properties": { "basicCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCard" }, "browseCarouselCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard" }, "card": { "$ref": "GoogleCloudDialogflowV2IntentMessageCard" }, "carouselSelect": { "$ref": "GoogleCloudDialogflowV2IntentMessageCarouselSelect" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "linkOutSuggestion": { "$ref": "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion" }, "listSelect": { "$ref": "GoogleCloudDialogflowV2IntentMessageListSelect" }, "mediaContent": { "$ref": "GoogleCloudDialogflowV2IntentMessageMediaContent" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "platform": { "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "GOOGLE_HANGOUTS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "quickReplies": { "$ref": "GoogleCloudDialogflowV2IntentMessageQuickReplies" }, "simpleResponses": { "$ref": "GoogleCloudDialogflowV2IntentMessageSimpleResponses" }, "suggestions": { "$ref": "GoogleCloudDialogflowV2IntentMessageSuggestions" }, "tableCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCard" }, "text": { "$ref": "GoogleCloudDialogflowV2IntentMessageText" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBasicCard": { "id": "GoogleCloudDialogflowV2IntentMessageBasicCard", "properties": { "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButton" }, "type": "array" }, "formattedText": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "subtitle": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBasicCardButton": { "id": "GoogleCloudDialogflowV2IntentMessageBasicCardButton", "properties": { "openUriAction": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction": { "id": "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction", "properties": { "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard": { "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard", "properties": { "imageDisplayOptions": { "enum": [ "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED", "GRAY", "WHITE", "CROPPED", "BLURRED_BACKGROUND" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" }, "items": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem": { "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem", "properties": { "description": { "type": "string" }, "footer": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "openUriAction": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": { "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction", "properties": { "url": { "type": "string" }, "urlTypeHint": { "enum": [ "URL_TYPE_HINT_UNSPECIFIED", "AMP_ACTION", "AMP_CONTENT" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageCard": { "id": "GoogleCloudDialogflowV2IntentMessageCard", "properties": { "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageCardButton" }, "type": "array" }, "imageUri": { "type": "string" }, "subtitle": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageCardButton": { "id": "GoogleCloudDialogflowV2IntentMessageCardButton", "properties": { "postback": { "type": "string" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageCarouselSelect": { "id": "GoogleCloudDialogflowV2IntentMessageCarouselSelect", "properties": { "items": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem": { "id": "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem", "properties": { "description": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "info": { "$ref": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageColumnProperties": { "id": "GoogleCloudDialogflowV2IntentMessageColumnProperties", "properties": { "header": { "type": "string" }, "horizontalAlignment": { "enum": [ "HORIZONTAL_ALIGNMENT_UNSPECIFIED", "LEADING", "CENTER", "TRAILING" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageImage": { "id": "GoogleCloudDialogflowV2IntentMessageImage", "properties": { "accessibilityText": { "type": "string" }, "imageUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion": { "id": "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion", "properties": { "destinationName": { "type": "string" }, "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageListSelect": { "id": "GoogleCloudDialogflowV2IntentMessageListSelect", "properties": { "items": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageListSelectItem" }, "type": "array" }, "subtitle": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageListSelectItem": { "id": "GoogleCloudDialogflowV2IntentMessageListSelectItem", "properties": { "description": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "info": { "$ref": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageMediaContent": { "id": "GoogleCloudDialogflowV2IntentMessageMediaContent", "properties": { "mediaObjects": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject" }, "type": "array" }, "mediaType": { "enum": [ "RESPONSE_MEDIA_TYPE_UNSPECIFIED", "AUDIO" ], "enumDescriptions": [ "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject": { "id": "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject", "properties": { "contentUrl": { "type": "string" }, "description": { "type": "string" }, "icon": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "largeImage": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageQuickReplies": { "id": "GoogleCloudDialogflowV2IntentMessageQuickReplies", "properties": { "quickReplies": { "items": { "type": "string" }, "type": "array" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageSelectItemInfo": { "id": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo", "properties": { "key": { "type": "string" }, "synonyms": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageSimpleResponse": { "id": "GoogleCloudDialogflowV2IntentMessageSimpleResponse", "properties": { "displayText": { "type": "string" }, "ssml": { "type": "string" }, "textToSpeech": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageSimpleResponses": { "id": "GoogleCloudDialogflowV2IntentMessageSimpleResponses", "properties": { "simpleResponses": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageSimpleResponse" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageSuggestion": { "id": "GoogleCloudDialogflowV2IntentMessageSuggestion", "properties": { "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageSuggestions": { "id": "GoogleCloudDialogflowV2IntentMessageSuggestions", "properties": { "suggestions": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageSuggestion" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageTableCard": { "id": "GoogleCloudDialogflowV2IntentMessageTableCard", "properties": { "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButton" }, "type": "array" }, "columnProperties": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageColumnProperties" }, "type": "array" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "rows": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCardRow" }, "type": "array" }, "subtitle": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageTableCardCell": { "id": "GoogleCloudDialogflowV2IntentMessageTableCardCell", "properties": { "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageTableCardRow": { "id": "GoogleCloudDialogflowV2IntentMessageTableCardRow", "properties": { "cells": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCardCell" }, "type": "array" }, "dividerAfter": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageText": { "id": "GoogleCloudDialogflowV2IntentMessageText", "properties": { "text": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentParameter": { "id": "GoogleCloudDialogflowV2IntentParameter", "properties": { "defaultValue": { "type": "string" }, "displayName": { "type": "string" }, "entityTypeDisplayName": { "type": "string" }, "isList": { "type": "boolean" }, "mandatory": { "type": "boolean" }, "name": { "type": "string" }, "prompts": { "items": { "type": "string" }, "type": "array" }, "value": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentSuggestion": { "id": "GoogleCloudDialogflowV2IntentSuggestion", "properties": { "description": { "type": "string" }, "displayName": { "type": "string" }, "intentV2": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentTrainingPhrase": { "id": "GoogleCloudDialogflowV2IntentTrainingPhrase", "properties": { "name": { "readOnly": true, "type": "string" }, "parts": { "items": { "$ref": "GoogleCloudDialogflowV2IntentTrainingPhrasePart" }, "type": "array" }, "timesAddedCount": { "format": "int32", "type": "integer" }, "type": { "enum": [ "TYPE_UNSPECIFIED", "EXAMPLE", "TEMPLATE" ], "enumDeprecated": [ false, false, true ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentTrainingPhrasePart": { "id": "GoogleCloudDialogflowV2IntentTrainingPhrasePart", "properties": { "alias": { "type": "string" }, "entityType": { "type": "string" }, "text": { "type": "string" }, "userDefined": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswer": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswer", "properties": { "answerRecord": { "type": "string" }, "knowledgeAssistDebugInfo": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo" }, "suggestedQuery": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery" }, "suggestedQueryAnswer": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer" } }, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer", "properties": { "answerText": { "type": "string" }, "faqSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource" }, "generativeSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" } }, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource", "properties": { "question": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource", "properties": { "snippets": { "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet", "properties": { "metadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "text": { "type": "string" }, "title": { "type": "string" }, "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery", "properties": { "queryText": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo": { "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo", "properties": { "datastoreResponseReason": { "enum": [ "DATASTORE_RESPONSE_REASON_UNSPECIFIED", "NONE", "SEARCH_OUT_OF_QUOTA", "SEARCH_EMPTY_RESULTS", "ANSWER_GENERATION_GEN_AI_DISABLED", "ANSWER_GENERATION_OUT_OF_QUOTA", "ANSWER_GENERATION_ERROR", "ANSWER_GENERATION_NOT_ENOUGH_INFO", "ANSWER_GENERATION_RAI_FAILED", "ANSWER_GENERATION_NOT_GROUNDED" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "ingestedContextReferenceDebugInfo": { "$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo" }, "knowledgeAssistBehavior": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior" }, "queryCategorizationFailureReason": { "enum": [ "QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED", "QUERY_CATEGORIZATION_INVALID_CONFIG", "QUERY_CATEGORIZATION_RESULT_NOT_FOUND", "QUERY_CATEGORIZATION_FAILED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "queryGenerationFailureReason": { "enum": [ "QUERY_GENERATION_FAILURE_REASON_UNSPECIFIED", "QUERY_GENERATION_OUT_OF_QUOTA", "QUERY_GENERATION_FAILED", "QUERY_GENERATION_NO_QUERY_GENERATED", "QUERY_GENERATION_RAI_FAILED", "NOT_IN_ALLOWLIST", "QUERY_GENERATION_QUERY_REDACTED", "QUERY_GENERATION_LLM_RESPONSE_PARSE_FAILED", "QUERY_GENERATION_EMPTY_CONVERSATION", "QUERY_GENERATION_EMPTY_LAST_MESSAGE", "QUERY_GENERATION_TRIGGERING_EVENT_CONDITION_NOT_MET" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "serviceLatency": { "$ref": "GoogleCloudDialogflowV2ServiceLatency" } }, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior": { "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior", "properties": { "answerGenerationRewriterOn": { "type": "boolean" }, "appendedSearchContextCount": { "format": "int32", "type": "integer" }, "conversationTranscriptHasMixedLanguages": { "type": "boolean" }, "disableSyncDelivery": { "type": "boolean" }, "endUserMetadataIncluded": { "type": "boolean" }, "invalidItemsQuerySuggestionSkipped": { "type": "boolean" }, "multipleQueriesGenerated": { "type": "boolean" }, "previousQueriesIncluded": { "type": "boolean" }, "primaryQueryRedactedAndReplaced": { "type": "boolean" }, "queryContainedSearchContext": { "type": "boolean" }, "queryGenerationAgentLanguageMismatch": { "type": "boolean" }, "queryGenerationEndUserLanguageMismatch": { "type": "boolean" }, "returnQueryOnly": { "type": "boolean" }, "thirdPartyConnectorAllowed": { "type": "boolean" }, "useCustomSafetyFilterLevel": { "type": "boolean" }, "usePubsubDelivery": { "type": "boolean" }, "useTranslatedMessage": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeBase": { "id": "GoogleCloudDialogflowV2KnowledgeBase", "properties": { "displayName": { "type": "string" }, "languageCode": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeOperationMetadata": { "id": "GoogleCloudDialogflowV2KnowledgeOperationMetadata", "properties": { "doneTime": { "format": "google-datetime", "type": "string" }, "exportOperationMetadata": { "$ref": "GoogleCloudDialogflowV2ExportOperationMetadata" }, "knowledgeBase": { "type": "string" }, "state": { "enum": [ "STATE_UNSPECIFIED", "PENDING", "RUNNING", "DONE" ], "enumDescriptions": [ "", "", "", "" ], "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListAnswerRecordsResponse": { "id": "GoogleCloudDialogflowV2ListAnswerRecordsResponse", "properties": { "answerRecords": { "items": { "$ref": "GoogleCloudDialogflowV2AnswerRecord" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListContextsResponse": { "id": "GoogleCloudDialogflowV2ListContextsResponse", "properties": { "contexts": { "items": { "$ref": "GoogleCloudDialogflowV2Context" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListConversationDatasetsResponse": { "id": "GoogleCloudDialogflowV2ListConversationDatasetsResponse", "properties": { "conversationDatasets": { "items": { "$ref": "GoogleCloudDialogflowV2ConversationDataset" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse": { "id": "GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse", "properties": { "conversationModelEvaluations": { "items": { "$ref": "GoogleCloudDialogflowV2ConversationModelEvaluation" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListConversationModelsResponse": { "id": "GoogleCloudDialogflowV2ListConversationModelsResponse", "properties": { "conversationModels": { "items": { "$ref": "GoogleCloudDialogflowV2ConversationModel" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListConversationProfilesResponse": { "id": "GoogleCloudDialogflowV2ListConversationProfilesResponse", "properties": { "conversationProfiles": { "items": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListConversationsResponse": { "id": "GoogleCloudDialogflowV2ListConversationsResponse", "properties": { "conversations": { "items": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListDocumentsResponse": { "id": "GoogleCloudDialogflowV2ListDocumentsResponse", "properties": { "documents": { "items": { "$ref": "GoogleCloudDialogflowV2Document" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListEntityTypesResponse": { "id": "GoogleCloudDialogflowV2ListEntityTypesResponse", "properties": { "entityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListEnvironmentsResponse": { "id": "GoogleCloudDialogflowV2ListEnvironmentsResponse", "properties": { "environments": { "items": { "$ref": "GoogleCloudDialogflowV2Environment" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListGeneratorEvaluationsResponse": { "id": "GoogleCloudDialogflowV2ListGeneratorEvaluationsResponse", "properties": { "generatorEvaluations": { "items": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluation" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListGeneratorsResponse": { "id": "GoogleCloudDialogflowV2ListGeneratorsResponse", "properties": { "generators": { "items": { "$ref": "GoogleCloudDialogflowV2Generator" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListIntentsResponse": { "id": "GoogleCloudDialogflowV2ListIntentsResponse", "properties": { "intents": { "items": { "$ref": "GoogleCloudDialogflowV2Intent" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListKnowledgeBasesResponse": { "id": "GoogleCloudDialogflowV2ListKnowledgeBasesResponse", "properties": { "knowledgeBases": { "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListMessagesResponse": { "id": "GoogleCloudDialogflowV2ListMessagesResponse", "properties": { "messages": { "items": { "$ref": "GoogleCloudDialogflowV2Message" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ListParticipantsResponse": { "id": "GoogleCloudDialogflowV2ListParticipantsResponse", "properties": { "nextPageToken": { "type": "string" }, "participants": { "items": { "$ref": "GoogleCloudDialogflowV2Participant" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ListSessionEntityTypesResponse": { "id": "GoogleCloudDialogflowV2ListSessionEntityTypesResponse", "properties": { "nextPageToken": { "type": "string" }, "sessionEntityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ListSipTrunksResponse": { "id": "GoogleCloudDialogflowV2ListSipTrunksResponse", "properties": { "nextPageToken": { "type": "string" }, "sipTrunks": { "items": { "$ref": "GoogleCloudDialogflowV2SipTrunk" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ListToolsResponse": { "id": "GoogleCloudDialogflowV2ListToolsResponse", "properties": { "nextPageToken": { "type": "string" }, "tools": { "items": { "$ref": "GoogleCloudDialogflowV2Tool" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ListVersionsResponse": { "id": "GoogleCloudDialogflowV2ListVersionsResponse", "properties": { "nextPageToken": { "type": "string" }, "versions": { "items": { "$ref": "GoogleCloudDialogflowV2Version" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2LoggingConfig": { "id": "GoogleCloudDialogflowV2LoggingConfig", "properties": { "enableStackdriverLogging": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2Message": { "id": "GoogleCloudDialogflowV2Message", "properties": { "content": { "type": "string" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "languageCode": { "type": "string" }, "messageAnnotation": { "$ref": "GoogleCloudDialogflowV2MessageAnnotation", "readOnly": true }, "name": { "type": "string" }, "participant": { "readOnly": true, "type": "string" }, "participantRole": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ], "readOnly": true, "type": "string" }, "sendTime": { "format": "google-datetime", "type": "string" }, "sentimentAnalysis": { "$ref": "GoogleCloudDialogflowV2SentimentAnalysisResult", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2MessageAnnotation": { "id": "GoogleCloudDialogflowV2MessageAnnotation", "properties": { "containEntities": { "type": "boolean" }, "parts": { "items": { "$ref": "GoogleCloudDialogflowV2AnnotatedMessagePart" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2MessageEntry": { "id": "GoogleCloudDialogflowV2MessageEntry", "properties": { "createTime": { "format": "google-datetime", "type": "string" }, "languageCode": { "type": "string" }, "role": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2NotificationConfig": { "id": "GoogleCloudDialogflowV2NotificationConfig", "properties": { "messageFormat": { "enum": [ "MESSAGE_FORMAT_UNSPECIFIED", "PROTO", "JSON" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "topic": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2OriginalDetectIntentRequest": { "id": "GoogleCloudDialogflowV2OriginalDetectIntentRequest", "properties": { "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "source": { "type": "string" }, "version": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2OutputAudio": { "id": "GoogleCloudDialogflowV2OutputAudio", "properties": { "audio": { "format": "byte", "type": "string" }, "config": { "$ref": "GoogleCloudDialogflowV2OutputAudioConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2OutputAudioConfig": { "id": "GoogleCloudDialogflowV2OutputAudioConfig", "properties": { "audioEncoding": { "enum": [ "OUTPUT_AUDIO_ENCODING_UNSPECIFIED", "OUTPUT_AUDIO_ENCODING_LINEAR_16", "OUTPUT_AUDIO_ENCODING_MP3", "OUTPUT_AUDIO_ENCODING_MP3_64_KBPS", "OUTPUT_AUDIO_ENCODING_OGG_OPUS", "OUTPUT_AUDIO_ENCODING_MULAW", "OUTPUT_AUDIO_ENCODING_ALAW" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" }, "sampleRateHertz": { "format": "int32", "type": "integer" }, "synthesizeSpeechConfig": { "$ref": "GoogleCloudDialogflowV2SynthesizeSpeechConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2Participant": { "id": "GoogleCloudDialogflowV2Participant", "properties": { "agentDesktopSource": { "enum": [ "AGENT_DESKTOP_SOURCE_UNSPECIFIED", "LIVE_PERSON", "GENESYS_CLOUD", "TWILIO", "SALESFORCE", "OTHER" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" }, "documentsMetadataFilters": { "additionalProperties": { "type": "string" }, "type": "object" }, "name": { "type": "string" }, "obfuscatedExternalUserId": { "type": "string" }, "role": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "sipRecordingMediaLabel": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2QueryInput": { "id": "GoogleCloudDialogflowV2QueryInput", "properties": { "audioConfig": { "$ref": "GoogleCloudDialogflowV2InputAudioConfig" }, "event": { "$ref": "GoogleCloudDialogflowV2EventInput" }, "text": { "$ref": "GoogleCloudDialogflowV2TextInput" } }, "type": "object" }, "GoogleCloudDialogflowV2QueryParameters": { "id": "GoogleCloudDialogflowV2QueryParameters", "properties": { "contexts": { "items": { "$ref": "GoogleCloudDialogflowV2Context" }, "type": "array" }, "geoLocation": { "$ref": "GoogleTypeLatLng" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "platform": { "type": "string" }, "resetContexts": { "type": "boolean" }, "sentimentAnalysisRequestConfig": { "$ref": "GoogleCloudDialogflowV2SentimentAnalysisRequestConfig" }, "sessionEntityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "type": "array" }, "timeZone": { "type": "string" }, "webhookHeaders": { "additionalProperties": { "type": "string" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2QueryResult": { "id": "GoogleCloudDialogflowV2QueryResult", "properties": { "action": { "type": "string" }, "allRequiredParamsPresent": { "type": "boolean" }, "cancelsSlotFilling": { "type": "boolean" }, "diagnosticInfo": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "fulfillmentMessages": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" }, "type": "array" }, "fulfillmentText": { "type": "string" }, "intent": { "$ref": "GoogleCloudDialogflowV2Intent" }, "intentDetectionConfidence": { "format": "float", "type": "number" }, "languageCode": { "type": "string" }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2Context" }, "type": "array" }, "parameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "queryText": { "type": "string" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowV2SentimentAnalysisResult" }, "speechRecognitionConfidence": { "format": "float", "type": "number" }, "webhookPayload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "webhookSource": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2RaiSettings": { "id": "GoogleCloudDialogflowV2RaiSettings", "properties": { "raiCategoryConfigs": { "items": { "$ref": "GoogleCloudDialogflowV2RaiSettingsRaiCategoryConfig" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2RaiSettingsRaiCategoryConfig": { "id": "GoogleCloudDialogflowV2RaiSettingsRaiCategoryConfig", "properties": { "category": { "enum": [ "RAI_CATEGORY_UNSPECIFIED", "DANGEROUS_CONTENT", "SEXUALLY_EXPLICIT", "HARASSMENT", "HATE_SPEECH" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" }, "sensitivityLevel": { "enum": [ "SENSITIVITY_LEVEL_UNSPECIFIED", "BLOCK_MOST", "BLOCK_SOME", "BLOCK_FEW", "BLOCK_NONE" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ReloadDocumentRequest": { "id": "GoogleCloudDialogflowV2ReloadDocumentRequest", "properties": { "contentUri": { "type": "string" }, "importGcsCustomMetadata": { "type": "boolean" }, "smartMessagingPartialUpdate": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2RestoreAgentRequest": { "id": "GoogleCloudDialogflowV2RestoreAgentRequest", "properties": { "agentContent": { "format": "byte", "type": "string" }, "agentUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchAgentsResponse": { "id": "GoogleCloudDialogflowV2SearchAgentsResponse", "properties": { "agents": { "items": { "$ref": "GoogleCloudDialogflowV2Agent" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeAnswer": { "id": "GoogleCloudDialogflowV2SearchKnowledgeAnswer", "properties": { "answer": { "type": "string" }, "answerRecord": { "type": "string" }, "answerSources": { "items": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource" }, "type": "array" }, "answerType": { "enum": [ "ANSWER_TYPE_UNSPECIFIED", "FAQ", "GENERATIVE", "INTENT" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource": { "id": "GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource", "properties": { "metadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "snippet": { "type": "string" }, "title": { "type": "string" }, "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeDebugInfo": { "id": "GoogleCloudDialogflowV2SearchKnowledgeDebugInfo", "properties": { "datastoreResponseReason": { "enum": [ "DATASTORE_RESPONSE_REASON_UNSPECIFIED", "NONE", "SEARCH_OUT_OF_QUOTA", "SEARCH_EMPTY_RESULTS", "ANSWER_GENERATION_GEN_AI_DISABLED", "ANSWER_GENERATION_OUT_OF_QUOTA", "ANSWER_GENERATION_ERROR", "ANSWER_GENERATION_NOT_ENOUGH_INFO", "ANSWER_GENERATION_RAI_FAILED", "ANSWER_GENERATION_NOT_GROUNDED" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "ingestedContextReferenceDebugInfo": { "$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo" }, "searchKnowledgeBehavior": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeDebugInfoSearchKnowledgeBehavior" }, "serviceLatency": { "$ref": "GoogleCloudDialogflowV2ServiceLatency" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeDebugInfoSearchKnowledgeBehavior": { "id": "GoogleCloudDialogflowV2SearchKnowledgeDebugInfoSearchKnowledgeBehavior", "properties": { "answerGenerationRewriterOn": { "type": "boolean" }, "endUserMetadataIncluded": { "type": "boolean" }, "thirdPartyConnectorAllowed": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeRequest": { "id": "GoogleCloudDialogflowV2SearchKnowledgeRequest", "properties": { "conversation": { "type": "string" }, "conversationProfile": { "type": "string" }, "endUserMetadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "exactSearch": { "type": "boolean" }, "latestMessage": { "type": "string" }, "parent": { "type": "string" }, "query": { "$ref": "GoogleCloudDialogflowV2TextInput" }, "querySource": { "enum": [ "QUERY_SOURCE_UNSPECIFIED", "AGENT_QUERY", "SUGGESTED_QUERY" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "searchConfig": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig" }, "sessionId": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig": { "id": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig", "properties": { "boostSpecs": { "items": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs" }, "type": "array" }, "filterSpecs": { "items": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs": { "id": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs", "properties": { "dataStores": { "items": { "type": "string" }, "type": "array" }, "spec": { "items": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec": { "id": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec", "properties": { "conditionBoostSpecs": { "items": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec": { "id": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec", "properties": { "boost": { "format": "float", "type": "number" }, "boostControlSpec": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec" }, "condition": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec": { "id": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec", "properties": { "attributeType": { "enum": [ "ATTRIBUTE_TYPE_UNSPECIFIED", "NUMERICAL", "FRESHNESS" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "controlPoints": { "items": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint" }, "type": "array" }, "fieldName": { "type": "string" }, "interpolationType": { "enum": [ "INTERPOLATION_TYPE_UNSPECIFIED", "LINEAR" ], "enumDescriptions": [ "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint": { "id": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint", "properties": { "attributeValue": { "type": "string" }, "boostAmount": { "format": "float", "type": "number" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs": { "id": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs", "properties": { "dataStores": { "items": { "type": "string" }, "type": "array" }, "filter": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeResponse": { "id": "GoogleCloudDialogflowV2SearchKnowledgeResponse", "properties": { "answers": { "items": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeAnswer" }, "type": "array" }, "rewrittenQuery": { "type": "string" }, "searchKnowledgeDebugInfo": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeDebugInfo" } }, "type": "object" }, "GoogleCloudDialogflowV2Sentiment": { "id": "GoogleCloudDialogflowV2Sentiment", "properties": { "magnitude": { "format": "float", "type": "number" }, "score": { "format": "float", "type": "number" } }, "type": "object" }, "GoogleCloudDialogflowV2SentimentAnalysisRequestConfig": { "id": "GoogleCloudDialogflowV2SentimentAnalysisRequestConfig", "properties": { "analyzeQueryTextSentiment": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2SentimentAnalysisResult": { "id": "GoogleCloudDialogflowV2SentimentAnalysisResult", "properties": { "queryTextSentiment": { "$ref": "GoogleCloudDialogflowV2Sentiment" } }, "type": "object" }, "GoogleCloudDialogflowV2ServiceLatency": { "id": "GoogleCloudDialogflowV2ServiceLatency", "properties": { "internalServiceLatencies": { "items": { "$ref": "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency": { "id": "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency", "properties": { "completeTime": { "format": "google-datetime", "type": "string" }, "latencyMs": { "format": "float", "type": "number" }, "startTime": { "format": "google-datetime", "type": "string" }, "step": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SessionEntityType": { "id": "GoogleCloudDialogflowV2SessionEntityType", "properties": { "entities": { "items": { "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" }, "type": "array" }, "entityOverrideMode": { "enum": [ "ENTITY_OVERRIDE_MODE_UNSPECIFIED", "ENTITY_OVERRIDE_MODE_OVERRIDE", "ENTITY_OVERRIDE_MODE_SUPPLEMENT" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata": { "id": "GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata", "properties": { "conversationProfile": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "participantRole": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "suggestionFeatureType": { "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest": { "id": "GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest", "properties": { "participantRole": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "suggestionFeatureConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2SipTrunk": { "id": "GoogleCloudDialogflowV2SipTrunk", "properties": { "connections": { "items": { "$ref": "GoogleCloudDialogflowV2Connection" }, "readOnly": true, "type": "array" }, "displayName": { "type": "string" }, "expectedHostname": { "items": { "type": "string" }, "type": "array" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SmartReplyAnswer": { "id": "GoogleCloudDialogflowV2SmartReplyAnswer", "properties": { "answerRecord": { "type": "string" }, "confidence": { "format": "float", "type": "number" }, "reply": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SmartReplyMetrics": { "id": "GoogleCloudDialogflowV2SmartReplyMetrics", "properties": { "allowlistCoverage": { "format": "float", "type": "number" }, "conversationCount": { "format": "int64", "type": "string" }, "topNMetrics": { "items": { "$ref": "GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics": { "id": "GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics", "properties": { "n": { "format": "int32", "type": "integer" }, "recall": { "format": "float", "type": "number" } }, "type": "object" }, "GoogleCloudDialogflowV2SmartReplyModelMetadata": { "id": "GoogleCloudDialogflowV2SmartReplyModelMetadata", "properties": { "trainingModelType": { "enum": [ "MODEL_TYPE_UNSPECIFIED", "SMART_REPLY_DUAL_ENCODER_MODEL", "SMART_REPLY_BERT_MODEL" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SpeechContext": { "id": "GoogleCloudDialogflowV2SpeechContext", "properties": { "boost": { "format": "float", "type": "number" }, "phrases": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2SpeechToTextConfig": { "id": "GoogleCloudDialogflowV2SpeechToTextConfig", "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" }, "enableWordInfo": { "type": "boolean" }, "languageCode": { "type": "string" }, "model": { "type": "string" }, "phraseSets": { "items": { "type": "string" }, "type": "array" }, "sampleRateHertz": { "format": "int32", "type": "integer" }, "speechModelVariant": { "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "useTimeoutBasedEndpointing": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2SpeechWordInfo": { "id": "GoogleCloudDialogflowV2SpeechWordInfo", "properties": { "confidence": { "format": "float", "type": "number" }, "endOffset": { "format": "google-duration", "type": "string" }, "startOffset": { "format": "google-duration", "type": "string" }, "word": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2StreamingRecognitionResult": { "id": "GoogleCloudDialogflowV2StreamingRecognitionResult", "properties": { "confidence": { "format": "float", "type": "number" }, "isFinal": { "type": "boolean" }, "languageCode": { "type": "string" }, "messageType": { "enum": [ "MESSAGE_TYPE_UNSPECIFIED", "TRANSCRIPT", "END_OF_SINGLE_UTTERANCE" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "speechEndOffset": { "format": "google-duration", "type": "string" }, "speechWordInfo": { "items": { "$ref": "GoogleCloudDialogflowV2SpeechWordInfo" }, "type": "array" }, "transcript": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestArticlesRequest": { "id": "GoogleCloudDialogflowV2SuggestArticlesRequest", "properties": { "assistQueryParams": { "$ref": "GoogleCloudDialogflowV2AssistQueryParameters" }, "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestArticlesResponse": { "id": "GoogleCloudDialogflowV2SuggestArticlesResponse", "properties": { "articleAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2ArticleAnswer" }, "type": "array" }, "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestConversationSummaryRequest": { "id": "GoogleCloudDialogflowV2SuggestConversationSummaryRequest", "properties": { "assistQueryParams": { "$ref": "GoogleCloudDialogflowV2AssistQueryParameters" }, "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestConversationSummaryResponse": { "id": "GoogleCloudDialogflowV2SuggestConversationSummaryResponse", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" }, "summary": { "$ref": "GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary": { "id": "GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary", "properties": { "answerRecord": { "type": "string" }, "baselineModelVersion": { "type": "string" }, "sortedTextSections": { "items": { "$ref": "GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummarySummarySection" }, "type": "array" }, "text": { "type": "string" }, "textSections": { "additionalProperties": { "type": "string" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummarySummarySection": { "id": "GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummarySummarySection", "properties": { "section": { "readOnly": true, "type": "string" }, "summary": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestFaqAnswersRequest": { "id": "GoogleCloudDialogflowV2SuggestFaqAnswersRequest", "properties": { "assistQueryParams": { "$ref": "GoogleCloudDialogflowV2AssistQueryParameters" }, "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestFaqAnswersResponse": { "id": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "faqAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2FaqAnswer" }, "type": "array" }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestKnowledgeAssistRequest": { "id": "GoogleCloudDialogflowV2SuggestKnowledgeAssistRequest", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" }, "previousSuggestedQuery": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse": { "id": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "knowledgeAssistAnswer": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswer", "readOnly": true }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestSmartRepliesRequest": { "id": "GoogleCloudDialogflowV2SuggestSmartRepliesRequest", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "currentTextInput": { "$ref": "GoogleCloudDialogflowV2TextInput" }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestSmartRepliesResponse": { "id": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" }, "smartReplyAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2SmartReplyAnswer" }, "readOnly": true, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestionDedupingConfig": { "id": "GoogleCloudDialogflowV2SuggestionDedupingConfig", "properties": { "enableDeduping": { "type": "boolean" }, "similarityThreshold": { "format": "float", "type": "number" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestionFeature": { "id": "GoogleCloudDialogflowV2SuggestionFeature", "properties": { "type": { "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestionInput": { "id": "GoogleCloudDialogflowV2SuggestionInput", "properties": { "action": { "enum": [ "ACTION_UNSPECIFIED", "CANCEL", "REVISE", "CONFIRM" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "answerRecord": { "type": "string" }, "parameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "sendTime": { "format": "google-datetime", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestionResult": { "id": "GoogleCloudDialogflowV2SuggestionResult", "properties": { "error": { "$ref": "GoogleRpcStatus" }, "generateSuggestionsResponse": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponse" }, "suggestArticlesResponse": { "$ref": "GoogleCloudDialogflowV2SuggestArticlesResponse" }, "suggestFaqAnswersResponse": { "$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse" }, "suggestKnowledgeAssistResponse": { "$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse" }, "suggestSmartRepliesResponse": { "$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationContext": { "id": "GoogleCloudDialogflowV2SummarizationContext", "properties": { "fewShotExamples": { "items": { "$ref": "GoogleCloudDialogflowV2FewShotExample" }, "type": "array" }, "outputLanguageCode": { "type": "string" }, "summarizationSections": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationSection" }, "type": "array" }, "version": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetrics": { "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetrics", "properties": { "conversationDetails": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail" }, "readOnly": true, "type": "array" }, "overallMetrics": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsOverallScoresByMetric" }, "readOnly": true, "type": "array" }, "overallSectionTokens": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken" }, "readOnly": true, "type": "array" }, "summarizationEvaluationMergedResultsUri": { "readOnly": true, "type": "string" }, "summarizationEvaluationResults": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult" }, "readOnly": true, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAccuracyDecomposition": { "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAccuracyDecomposition", "properties": { "accuracyReasoning": { "readOnly": true, "type": "string" }, "isAccurate": { "readOnly": true, "type": "boolean" }, "point": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition": { "deprecated": true, "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition", "properties": { "adherenceReasoning": { "readOnly": true, "type": "string" }, "isAdherent": { "readOnly": true, "type": "boolean" }, "point": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceRubric": { "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceRubric", "properties": { "isAddressed": { "readOnly": true, "type": "boolean" }, "question": { "readOnly": true, "type": "string" }, "reasoning": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsCompletenessRubric": { "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsCompletenessRubric", "properties": { "isAddressed": { "readOnly": true, "type": "boolean" }, "question": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail": { "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail", "properties": { "messageEntries": { "items": { "$ref": "GoogleCloudDialogflowV2MessageEntry" }, "readOnly": true, "type": "array" }, "metricDetails": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetail" }, "readOnly": true, "type": "array" }, "sectionTokens": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken" }, "readOnly": true, "type": "array" }, "summarySections": { "items": { "$ref": "GoogleCloudDialogflowV2SummarySuggestionSummarySection" }, "readOnly": true, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetail": { "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetail", "properties": { "metric": { "readOnly": true, "type": "string" }, "score": { "format": "float", "readOnly": true, "type": "number" }, "sectionDetails": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail" }, "readOnly": true, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail": { "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail", "properties": { "evaluationResults": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult" }, "readOnly": true, "type": "array" }, "score": { "format": "float", "readOnly": true, "type": "number" }, "section": { "readOnly": true, "type": "string" }, "sectionSummary": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition": { "deprecated": true, "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition", "properties": { "accuracyDecomposition": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAccuracyDecomposition" }, "adherenceDecomposition": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult": { "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult", "properties": { "accuracyDecomposition": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAccuracyDecomposition" }, "adherenceRubric": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceRubric" }, "completenessRubric": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsCompletenessRubric" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsOverallScoresByMetric": { "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsOverallScoresByMetric", "properties": { "metric": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken": { "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken", "properties": { "section": { "readOnly": true, "type": "string" }, "tokenCount": { "format": "int64", "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult": { "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult", "properties": { "decompositions": { "deprecated": true, "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition" }, "readOnly": true, "type": "array" }, "evaluationResults": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult" }, "readOnly": true, "type": "array" }, "metric": { "readOnly": true, "type": "string" }, "score": { "format": "float", "readOnly": true, "type": "number" }, "section": { "readOnly": true, "type": "string" }, "sectionSummary": { "readOnly": true, "type": "string" }, "sessionId": { "deprecated": true, "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationSection": { "id": "GoogleCloudDialogflowV2SummarizationSection", "properties": { "definition": { "type": "string" }, "key": { "type": "string" }, "type": { "enum": [ "TYPE_UNSPECIFIED", "SITUATION", "ACTION", "RESOLUTION", "REASON_FOR_CANCELLATION", "CUSTOMER_SATISFACTION", "ENTITIES", "CUSTOMER_DEFINED", "SITUATION_CONCISE", "ACTION_CONCISE" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationSectionList": { "id": "GoogleCloudDialogflowV2SummarizationSectionList", "properties": { "summarizationSections": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationSection" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarySuggestion": { "id": "GoogleCloudDialogflowV2SummarySuggestion", "properties": { "summarySections": { "items": { "$ref": "GoogleCloudDialogflowV2SummarySuggestionSummarySection" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarySuggestionSummarySection": { "id": "GoogleCloudDialogflowV2SummarySuggestionSummarySection", "properties": { "section": { "type": "string" }, "summary": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SynthesizeSpeechConfig": { "id": "GoogleCloudDialogflowV2SynthesizeSpeechConfig", "properties": { "effectsProfileId": { "items": { "type": "string" }, "type": "array" }, "pitch": { "format": "double", "type": "number" }, "pronunciations": { "items": { "$ref": "GoogleCloudDialogflowV2CustomPronunciationParams" }, "type": "array" }, "speakingRate": { "format": "double", "type": "number" }, "voice": { "$ref": "GoogleCloudDialogflowV2VoiceSelectionParams" }, "volumeGainDb": { "format": "double", "type": "number" } }, "type": "object" }, "GoogleCloudDialogflowV2TextInput": { "id": "GoogleCloudDialogflowV2TextInput", "properties": { "languageCode": { "type": "string" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2TextToSpeechSettings": { "id": "GoogleCloudDialogflowV2TextToSpeechSettings", "properties": { "enableTextToSpeech": { "type": "boolean" }, "outputAudioEncoding": { "enum": [ "OUTPUT_AUDIO_ENCODING_UNSPECIFIED", "OUTPUT_AUDIO_ENCODING_LINEAR_16", "OUTPUT_AUDIO_ENCODING_MP3", "OUTPUT_AUDIO_ENCODING_MP3_64_KBPS", "OUTPUT_AUDIO_ENCODING_OGG_OPUS", "OUTPUT_AUDIO_ENCODING_MULAW", "OUTPUT_AUDIO_ENCODING_ALAW" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" }, "sampleRateHertz": { "format": "int32", "type": "integer" }, "synthesizeSpeechConfigs": { "additionalProperties": { "$ref": "GoogleCloudDialogflowV2SynthesizeSpeechConfig" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2Tool": { "id": "GoogleCloudDialogflowV2Tool", "properties": { "actionConfirmationRequirement": { "additionalProperties": { "enum": [ "CONFIRMATION_REQUIREMENT_UNSPECIFIED", "REQUIRED", "NOT_REQUIRED" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "type": "object" }, "connectorSpec": { "$ref": "GoogleCloudDialogflowV2ToolConnectorTool" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "description": { "type": "string" }, "displayName": { "type": "string" }, "extensionSpec": { "$ref": "GoogleCloudDialogflowV2ToolExtensionTool", "deprecated": true }, "functionSpec": { "$ref": "GoogleCloudDialogflowV2ToolFunctionTool" }, "name": { "readOnly": true, "type": "string" }, "openApiSpec": { "$ref": "GoogleCloudDialogflowV2ToolOpenApiTool" }, "satisfiesPzi": { "readOnly": true, "type": "boolean" }, "satisfiesPzs": { "readOnly": true, "type": "boolean" }, "toolKey": { "type": "string" }, "updateTime": { "format": "google-datetime", "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolAuthentication": { "id": "GoogleCloudDialogflowV2ToolAuthentication", "properties": { "apiKeyConfig": { "$ref": "GoogleCloudDialogflowV2ToolAuthenticationApiKeyConfig" }, "bearerTokenConfig": { "$ref": "GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig" }, "oauthConfig": { "$ref": "GoogleCloudDialogflowV2ToolAuthenticationOAuthConfig" }, "serviceAgentAuthConfig": { "$ref": "GoogleCloudDialogflowV2ToolAuthenticationServiceAgentAuthConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolAuthenticationApiKeyConfig": { "id": "GoogleCloudDialogflowV2ToolAuthenticationApiKeyConfig", "properties": { "apiKey": { "type": "string" }, "keyName": { "type": "string" }, "requestLocation": { "enum": [ "REQUEST_LOCATION_UNSPECIFIED", "HEADER", "QUERY_STRING" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "secretVersionForApiKey": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig": { "id": "GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig", "properties": { "secretVersionForToken": { "type": "string" }, "token": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolAuthenticationOAuthConfig": { "id": "GoogleCloudDialogflowV2ToolAuthenticationOAuthConfig", "properties": { "clientId": { "type": "string" }, "clientSecret": { "type": "string" }, "oauthGrantType": { "enum": [ "OAUTH_GRANT_TYPE_UNSPECIFIED", "CLIENT_CREDENTIAL" ], "enumDescriptions": [ "", "" ], "type": "string" }, "scopes": { "items": { "type": "string" }, "type": "array" }, "secretVersionForClientSecret": { "type": "string" }, "tokenEndpoint": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolAuthenticationServiceAgentAuthConfig": { "id": "GoogleCloudDialogflowV2ToolAuthenticationServiceAgentAuthConfig", "properties": { "serviceAgentAuth": { "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "ID_TOKEN", "ACCESS_TOKEN" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolCall": { "id": "GoogleCloudDialogflowV2ToolCall", "properties": { "action": { "type": "string" }, "answerRecord": { "type": "string" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "inputParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "state": { "enum": [ "STATE_UNSPECIFIED", "TRIGGERED", "NEEDS_CONFIRMATION" ], "enumDescriptions": [ "", "", "" ], "readOnly": true, "type": "string" }, "tool": { "type": "string" }, "toolDisplayDetails": { "type": "string" }, "toolDisplayName": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolCallResult": { "id": "GoogleCloudDialogflowV2ToolCallResult", "properties": { "action": { "type": "string" }, "answerRecord": { "type": "string" }, "content": { "type": "string" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "error": { "$ref": "GoogleCloudDialogflowV2ToolCallResultError" }, "rawContent": { "format": "byte", "type": "string" }, "tool": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolCallResultError": { "id": "GoogleCloudDialogflowV2ToolCallResultError", "properties": { "message": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolConnectorTool": { "id": "GoogleCloudDialogflowV2ToolConnectorTool", "properties": { "actions": { "items": { "$ref": "GoogleCloudDialogflowV2ToolConnectorToolAction" }, "type": "array" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolConnectorToolAction": { "id": "GoogleCloudDialogflowV2ToolConnectorToolAction", "properties": { "connectionActionId": { "type": "string" }, "entityOperation": { "$ref": "GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation" }, "inputFields": { "items": { "type": "string" }, "type": "array" }, "outputFields": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation": { "id": "GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation", "properties": { "entityId": { "type": "string" }, "operation": { "enum": [ "OPERATION_TYPE_UNSPECIFIED", "LIST", "GET", "CREATE", "UPDATE", "DELETE" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolExtensionTool": { "id": "GoogleCloudDialogflowV2ToolExtensionTool", "properties": { "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolFunctionTool": { "id": "GoogleCloudDialogflowV2ToolFunctionTool", "properties": { "inputSchema": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "methodType": { "enum": [ "METHOD_TYPE_UNSPECIFIED", "GET", "POST", "PUT", "DELETE", "PATCH" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" }, "outputSchema": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolOpenApiTool": { "id": "GoogleCloudDialogflowV2ToolOpenApiTool", "properties": { "authentication": { "$ref": "GoogleCloudDialogflowV2ToolAuthentication" }, "serviceDirectoryConfig": { "$ref": "GoogleCloudDialogflowV2ToolServiceDirectoryConfig" }, "textSchema": { "type": "string" }, "tlsConfig": { "$ref": "GoogleCloudDialogflowV2ToolTLSConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolServiceDirectoryConfig": { "id": "GoogleCloudDialogflowV2ToolServiceDirectoryConfig", "properties": { "service": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolTLSConfig": { "id": "GoogleCloudDialogflowV2ToolTLSConfig", "properties": { "caCerts": { "items": { "$ref": "GoogleCloudDialogflowV2ToolTLSConfigCACert" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolTLSConfigCACert": { "id": "GoogleCloudDialogflowV2ToolTLSConfigCACert", "properties": { "cert": { "format": "byte", "type": "string" }, "displayName": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2TrainAgentRequest": { "id": "GoogleCloudDialogflowV2TrainAgentRequest", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata": { "id": "GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata", "properties": { "conversationModel": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "doneTime": { "format": "google-datetime", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2UndeployConversationModelRequest": { "id": "GoogleCloudDialogflowV2UndeployConversationModelRequest", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2ValidationError": { "id": "GoogleCloudDialogflowV2ValidationError", "properties": { "entries": { "items": { "type": "string" }, "type": "array" }, "errorMessage": { "type": "string" }, "severity": { "enum": [ "SEVERITY_UNSPECIFIED", "INFO", "WARNING", "ERROR", "CRITICAL" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ValidationResult": { "id": "GoogleCloudDialogflowV2ValidationResult", "properties": { "validationErrors": { "items": { "$ref": "GoogleCloudDialogflowV2ValidationError" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2Version": { "id": "GoogleCloudDialogflowV2Version", "properties": { "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "description": { "type": "string" }, "name": { "readOnly": true, "type": "string" }, "status": { "enum": [ "VERSION_STATUS_UNSPECIFIED", "IN_PROGRESS", "READY", "FAILED" ], "enumDescriptions": [ "", "", "", "" ], "readOnly": true, "type": "string" }, "versionNumber": { "format": "int32", "readOnly": true, "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowV2VoiceSelectionParams": { "id": "GoogleCloudDialogflowV2VoiceSelectionParams", "properties": { "name": { "type": "string" }, "ssmlGender": { "enum": [ "SSML_VOICE_GENDER_UNSPECIFIED", "SSML_VOICE_GENDER_MALE", "SSML_VOICE_GENDER_FEMALE", "SSML_VOICE_GENDER_NEUTRAL" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2WebhookRequest": { "id": "GoogleCloudDialogflowV2WebhookRequest", "properties": { "originalDetectIntentRequest": { "$ref": "GoogleCloudDialogflowV2OriginalDetectIntentRequest" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2QueryResult" }, "responseId": { "type": "string" }, "session": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2WebhookResponse": { "id": "GoogleCloudDialogflowV2WebhookResponse", "properties": { "followupEventInput": { "$ref": "GoogleCloudDialogflowV2EventInput" }, "fulfillmentMessages": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" }, "type": "array" }, "fulfillmentText": { "type": "string" }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2Context" }, "type": "array" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "sessionEntityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "type": "array" }, "source": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingInstruction": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction", "properties": { "agentAction": { "type": "string" }, "condition": { "type": "string" }, "displayDetails": { "type": "string" }, "displayName": { "type": "string" }, "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult", "readOnly": true }, "systemAction": { "type": "string" }, "triggeringEvent": { "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE", "TOOL_CALL_COMPLETION" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult", "properties": { "duplicateSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" }, "readOnly": true, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion", "properties": { "answerRecord": { "readOnly": true, "type": "string" }, "similarityScore": { "format": "float", "readOnly": true, "type": "number" }, "suggestionIndex": { "format": "int32", "readOnly": true, "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion", "properties": { "agentActionSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion" }, "type": "array" }, "applicableInstructions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction" }, "type": "array" }, "sampleResponses": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion", "properties": { "agentAction": { "type": "string" }, "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult", "readOnly": true }, "sources": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult", "properties": { "duplicateSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" }, "readOnly": true, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion", "properties": { "answerRecord": { "readOnly": true, "type": "string" }, "similarityScore": { "format": "float", "readOnly": true, "type": "number" }, "sources": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources", "readOnly": true }, "suggestionIndex": { "format": "int32", "readOnly": true, "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse", "properties": { "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult", "readOnly": true }, "responseText": { "type": "string" }, "sources": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources", "properties": { "instructionIndexes": { "items": { "format": "int32", "type": "integer" }, "readOnly": true, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AnnotatedMessagePart": { "id": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart", "properties": { "entityType": { "type": "string" }, "formattedValue": { "type": "any" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ArticleAnswer": { "id": "GoogleCloudDialogflowV2beta1ArticleAnswer", "properties": { "answerRecord": { "type": "string" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "snippets": { "items": { "type": "string" }, "type": "array" }, "title": { "type": "string" }, "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse": { "id": "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse", "properties": { "entityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse": { "id": "GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse", "properties": { "intents": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata": { "id": "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata", "properties": { "conversationProfile": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "participantRole": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "suggestionFeatureType": { "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "DIALOGFLOW_ASSIST", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "enumDescriptions": [ "", "", "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1Context": { "id": "GoogleCloudDialogflowV2beta1Context", "properties": { "lifespanCount": { "format": "int32", "type": "integer" }, "name": { "type": "string" }, "parameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ConversationEvent": { "id": "GoogleCloudDialogflowV2beta1ConversationEvent", "properties": { "conversation": { "type": "string" }, "errorStatus": { "$ref": "GoogleRpcStatus" }, "newMessagePayload": { "$ref": "GoogleCloudDialogflowV2beta1Message" }, "newRecognitionResultPayload": { "$ref": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult" }, "type": { "enum": [ "TYPE_UNSPECIFIED", "CONVERSATION_STARTED", "CONVERSATION_FINISHED", "HUMAN_INTERVENTION_NEEDED", "NEW_MESSAGE", "NEW_RECOGNITION_RESULT", "UNRECOVERABLE_ERROR" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer": { "id": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer", "properties": { "answerRecord": { "type": "string" }, "intentSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1IntentSuggestion" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1EncryptionSpec": { "id": "GoogleCloudDialogflowV2beta1EncryptionSpec", "properties": { "kmsKey": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1EntityType": { "id": "GoogleCloudDialogflowV2beta1EntityType", "properties": { "autoExpansionMode": { "enum": [ "AUTO_EXPANSION_MODE_UNSPECIFIED", "AUTO_EXPANSION_MODE_DEFAULT" ], "enumDescriptions": [ "", "" ], "type": "string" }, "displayName": { "type": "string" }, "enableFuzzyExtraction": { "type": "boolean" }, "entities": { "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity" }, "type": "array" }, "kind": { "enum": [ "KIND_UNSPECIFIED", "KIND_MAP", "KIND_LIST", "KIND_REGEXP" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1EntityTypeEntity": { "id": "GoogleCloudDialogflowV2beta1EntityTypeEntity", "properties": { "synonyms": { "items": { "type": "string" }, "type": "array" }, "value": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1EventInput": { "id": "GoogleCloudDialogflowV2beta1EventInput", "properties": { "languageCode": { "type": "string" }, "name": { "type": "string" }, "parameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ExportAgentResponse": { "id": "GoogleCloudDialogflowV2beta1ExportAgentResponse", "properties": { "agentContent": { "format": "byte", "type": "string" }, "agentUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ExportOperationMetadata": { "id": "GoogleCloudDialogflowV2beta1ExportOperationMetadata", "properties": { "exportedGcsDestination": { "$ref": "GoogleCloudDialogflowV2beta1GcsDestination" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1FaqAnswer": { "id": "GoogleCloudDialogflowV2beta1FaqAnswer", "properties": { "answer": { "type": "string" }, "answerRecord": { "type": "string" }, "confidence": { "format": "float", "type": "number" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "question": { "type": "string" }, "source": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1FreeFormSuggestion": { "id": "GoogleCloudDialogflowV2beta1FreeFormSuggestion", "properties": { "response": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1GcsDestination": { "id": "GoogleCloudDialogflowV2beta1GcsDestination", "properties": { "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse": { "id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse", "properties": { "generatorSuggestionAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer" }, "type": "array" }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer": { "id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer", "properties": { "answerRecord": { "type": "string" }, "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestion" }, "sourceGenerator": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1GeneratorSuggestion": { "id": "GoogleCloudDialogflowV2beta1GeneratorSuggestion", "properties": { "agentCoachingSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion" }, "freeFormSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1FreeFormSuggestion" }, "summarySuggestion": { "$ref": "GoogleCloudDialogflowV2beta1SummarySuggestion" }, "toolCallInfo": { "items": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo": { "id": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo", "properties": { "toolCall": { "$ref": "GoogleCloudDialogflowV2beta1ToolCall" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowV2beta1ToolCallResult" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent": { "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent", "properties": { "conversation": { "type": "string" }, "participant": { "type": "string" }, "suggestionResults": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SuggestionResult" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ImportDocumentsResponse": { "id": "GoogleCloudDialogflowV2beta1ImportDocumentsResponse", "properties": { "warnings": { "items": { "$ref": "GoogleRpcStatus" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo": { "id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo", "properties": { "contextReferenceRetrieved": { "type": "boolean" }, "ingestedParametersDebugInfo": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" }, "type": "array" }, "projectNotAllowlisted": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo": { "id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo", "properties": { "ingestionStatus": { "enum": [ "INGESTION_STATUS_UNSPECIFIED", "INGESTION_STATUS_SUCCEEDED", "INGESTION_STATUS_CONTEXT_NOT_AVAILABLE", "INGESTION_STATUS_PARSE_FAILED", "INGESTION_STATUS_INVALID_ENTRY", "INGESTION_STATUS_INVALID_FORMAT", "INGESTION_STATUS_LANGUAGE_MISMATCH" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" }, "parameter": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata": { "id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata", "properties": { "request": { "$ref": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest": { "id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest", "properties": { "encryptionSpec": { "$ref": "GoogleCloudDialogflowV2beta1EncryptionSpec" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1Intent": { "id": "GoogleCloudDialogflowV2beta1Intent", "properties": { "action": { "type": "string" }, "defaultResponsePlatforms": { "items": { "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "TELEPHONY", "GOOGLE_HANGOUTS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "type": "array" }, "displayName": { "type": "string" }, "endInteraction": { "type": "boolean" }, "events": { "items": { "type": "string" }, "type": "array" }, "followupIntentInfo": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo" }, "readOnly": true, "type": "array" }, "inputContextNames": { "items": { "type": "string" }, "type": "array" }, "isFallback": { "type": "boolean" }, "liveAgentHandoff": { "type": "boolean" }, "messages": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" }, "type": "array" }, "mlDisabled": { "type": "boolean" }, "mlEnabled": { "deprecated": true, "type": "boolean" }, "name": { "type": "string" }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "type": "array" }, "parameters": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentParameter" }, "type": "array" }, "parentFollowupIntentName": { "type": "string" }, "priority": { "format": "int32", "type": "integer" }, "resetContexts": { "type": "boolean" }, "rootFollowupIntentName": { "readOnly": true, "type": "string" }, "trainingPhrases": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase" }, "type": "array" }, "webhookState": { "enum": [ "WEBHOOK_STATE_UNSPECIFIED", "WEBHOOK_STATE_ENABLED", "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo": { "id": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo", "properties": { "followupIntentName": { "type": "string" }, "parentFollowupIntentName": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessage": { "id": "GoogleCloudDialogflowV2beta1IntentMessage", "properties": { "basicCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard" }, "browseCarouselCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard" }, "card": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCard" }, "carouselSelect": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "linkOutSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion" }, "listSelect": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelect" }, "mediaContent": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "platform": { "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "TELEPHONY", "GOOGLE_HANGOUTS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "quickReplies": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies" }, "rbmCarouselRichCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard" }, "rbmStandaloneRichCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard" }, "rbmText": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmText" }, "simpleResponses": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses" }, "suggestions": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions" }, "tableCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCard" }, "telephonyPlayAudio": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio" }, "telephonySynthesizeSpeech": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall" }, "text": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageText" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCard": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard", "properties": { "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" }, "type": "array" }, "formattedText": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "subtitle": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton", "properties": { "openUriAction": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction", "properties": { "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard", "properties": { "imageDisplayOptions": { "enum": [ "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED", "GRAY", "WHITE", "CROPPED", "BLURRED_BACKGROUND" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" }, "items": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem", "properties": { "description": { "type": "string" }, "footer": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "openUriAction": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction", "properties": { "url": { "type": "string" }, "urlTypeHint": { "enum": [ "URL_TYPE_HINT_UNSPECIFIED", "AMP_ACTION", "AMP_CONTENT" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageCard": { "id": "GoogleCloudDialogflowV2beta1IntentMessageCard", "properties": { "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCardButton" }, "type": "array" }, "imageUri": { "type": "string" }, "subtitle": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageCardButton": { "id": "GoogleCloudDialogflowV2beta1IntentMessageCardButton", "properties": { "postback": { "type": "string" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect": { "id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect", "properties": { "items": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem": { "id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem", "properties": { "description": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "info": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties": { "id": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties", "properties": { "header": { "type": "string" }, "horizontalAlignment": { "enum": [ "HORIZONTAL_ALIGNMENT_UNSPECIFIED", "LEADING", "CENTER", "TRAILING" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageImage": { "id": "GoogleCloudDialogflowV2beta1IntentMessageImage", "properties": { "accessibilityText": { "type": "string" }, "imageUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion": { "id": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion", "properties": { "destinationName": { "type": "string" }, "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageListSelect": { "id": "GoogleCloudDialogflowV2beta1IntentMessageListSelect", "properties": { "items": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem" }, "type": "array" }, "subtitle": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem": { "id": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem", "properties": { "description": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "info": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageMediaContent": { "id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent", "properties": { "mediaObjects": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject" }, "type": "array" }, "mediaType": { "enum": [ "RESPONSE_MEDIA_TYPE_UNSPECIFIED", "AUDIO" ], "enumDescriptions": [ "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject": { "id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject", "properties": { "contentUrl": { "type": "string" }, "description": { "type": "string" }, "icon": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "largeImage": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies": { "id": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies", "properties": { "quickReplies": { "items": { "type": "string" }, "type": "array" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent", "properties": { "description": { "type": "string" }, "media": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia" }, "suggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion" }, "type": "array" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia", "properties": { "fileUri": { "type": "string" }, "height": { "enum": [ "HEIGHT_UNSPECIFIED", "SHORT", "MEDIUM", "TALL" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "thumbnailUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard", "properties": { "cardContents": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent" }, "type": "array" }, "cardWidth": { "enum": [ "CARD_WIDTH_UNSPECIFIED", "SMALL", "MEDIUM" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard", "properties": { "cardContent": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent" }, "cardOrientation": { "enum": [ "CARD_ORIENTATION_UNSPECIFIED", "HORIZONTAL", "VERTICAL" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "thumbnailImageAlignment": { "enum": [ "THUMBNAIL_IMAGE_ALIGNMENT_UNSPECIFIED", "LEFT", "RIGHT" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction", "properties": { "dial": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial" }, "openUrl": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri" }, "postbackData": { "type": "string" }, "shareLocation": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial", "properties": { "phoneNumber": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri", "properties": { "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply", "properties": { "postbackData": { "type": "string" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion", "properties": { "action": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction" }, "reply": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmText": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmText", "properties": { "rbmSuggestion": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion" }, "type": "array" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo": { "id": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo", "properties": { "key": { "type": "string" }, "synonyms": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse": { "id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse", "properties": { "displayText": { "type": "string" }, "ssml": { "type": "string" }, "textToSpeech": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses": { "id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses", "properties": { "simpleResponses": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageSuggestion": { "id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion", "properties": { "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageSuggestions": { "id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions", "properties": { "suggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageTableCard": { "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCard", "properties": { "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" }, "type": "array" }, "columnProperties": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties" }, "type": "array" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "rows": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow" }, "type": "array" }, "subtitle": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell": { "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell", "properties": { "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow": { "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow", "properties": { "cells": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell" }, "type": "array" }, "dividerAfter": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio": { "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio", "properties": { "audioUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech": { "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech", "properties": { "ssml": { "type": "string" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall": { "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall", "properties": { "phoneNumber": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageText": { "id": "GoogleCloudDialogflowV2beta1IntentMessageText", "properties": { "text": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentParameter": { "id": "GoogleCloudDialogflowV2beta1IntentParameter", "properties": { "defaultValue": { "type": "string" }, "displayName": { "type": "string" }, "entityTypeDisplayName": { "type": "string" }, "isList": { "type": "boolean" }, "mandatory": { "type": "boolean" }, "name": { "type": "string" }, "prompts": { "items": { "type": "string" }, "type": "array" }, "value": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentSuggestion": { "id": "GoogleCloudDialogflowV2beta1IntentSuggestion", "properties": { "description": { "type": "string" }, "displayName": { "type": "string" }, "intentV2": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentTrainingPhrase": { "id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase", "properties": { "name": { "readOnly": true, "type": "string" }, "parts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart" }, "type": "array" }, "timesAddedCount": { "format": "int32", "type": "integer" }, "type": { "enum": [ "TYPE_UNSPECIFIED", "EXAMPLE", "TEMPLATE" ], "enumDeprecated": [ false, false, true ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart": { "id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart", "properties": { "alias": { "type": "string" }, "entityType": { "type": "string" }, "text": { "type": "string" }, "userDefined": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAnswers": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAnswers", "properties": { "answers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer", "properties": { "answer": { "type": "string" }, "faqQuestion": { "type": "string" }, "matchConfidence": { "format": "float", "type": "number" }, "matchConfidenceLevel": { "enum": [ "MATCH_CONFIDENCE_LEVEL_UNSPECIFIED", "LOW", "MEDIUM", "HIGH" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "source": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer", "properties": { "answerRecord": { "type": "string" }, "knowledgeAssistDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo" }, "suggestedQuery": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery" }, "suggestedQueryAnswer": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer", "properties": { "answerText": { "type": "string" }, "faqSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource" }, "generativeSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource", "properties": { "question": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource", "properties": { "snippets": { "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet", "properties": { "metadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "text": { "type": "string" }, "title": { "type": "string" }, "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery", "properties": { "queryText": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo", "properties": { "datastoreResponseReason": { "enum": [ "DATASTORE_RESPONSE_REASON_UNSPECIFIED", "NONE", "SEARCH_OUT_OF_QUOTA", "SEARCH_EMPTY_RESULTS", "ANSWER_GENERATION_GEN_AI_DISABLED", "ANSWER_GENERATION_OUT_OF_QUOTA", "ANSWER_GENERATION_ERROR", "ANSWER_GENERATION_NOT_ENOUGH_INFO", "ANSWER_GENERATION_RAI_FAILED", "ANSWER_GENERATION_NOT_GROUNDED" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "ingestedContextReferenceDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo" }, "knowledgeAssistBehavior": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior" }, "queryCategorizationFailureReason": { "enum": [ "QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED", "QUERY_CATEGORIZATION_INVALID_CONFIG", "QUERY_CATEGORIZATION_RESULT_NOT_FOUND", "QUERY_CATEGORIZATION_FAILED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "queryGenerationFailureReason": { "enum": [ "QUERY_GENERATION_FAILURE_REASON_UNSPECIFIED", "QUERY_GENERATION_OUT_OF_QUOTA", "QUERY_GENERATION_FAILED", "QUERY_GENERATION_NO_QUERY_GENERATED", "QUERY_GENERATION_RAI_FAILED", "NOT_IN_ALLOWLIST", "QUERY_GENERATION_QUERY_REDACTED", "QUERY_GENERATION_LLM_RESPONSE_PARSE_FAILED", "QUERY_GENERATION_EMPTY_CONVERSATION", "QUERY_GENERATION_EMPTY_LAST_MESSAGE", "QUERY_GENERATION_TRIGGERING_EVENT_CONDITION_NOT_MET" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "serviceLatency": { "$ref": "GoogleCloudDialogflowV2beta1ServiceLatency" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior", "properties": { "answerGenerationRewriterOn": { "type": "boolean" }, "appendedSearchContextCount": { "format": "int32", "type": "integer" }, "conversationTranscriptHasMixedLanguages": { "type": "boolean" }, "disableSyncDelivery": { "type": "boolean" }, "endUserMetadataIncluded": { "type": "boolean" }, "invalidItemsQuerySuggestionSkipped": { "type": "boolean" }, "multipleQueriesGenerated": { "type": "boolean" }, "previousQueriesIncluded": { "type": "boolean" }, "primaryQueryRedactedAndReplaced": { "type": "boolean" }, "queryContainedSearchContext": { "type": "boolean" }, "queryGenerationAgentLanguageMismatch": { "type": "boolean" }, "queryGenerationEndUserLanguageMismatch": { "type": "boolean" }, "returnQueryOnly": { "type": "boolean" }, "thirdPartyConnectorAllowed": { "type": "boolean" }, "useCustomSafetyFilterLevel": { "type": "boolean" }, "usePubsubDelivery": { "type": "boolean" }, "useTranslatedMessage": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata": { "id": "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata", "properties": { "doneTime": { "format": "google-datetime", "type": "string" }, "exportOperationMetadata": { "$ref": "GoogleCloudDialogflowV2beta1ExportOperationMetadata" }, "knowledgeBase": { "type": "string" }, "state": { "enum": [ "STATE_UNSPECIFIED", "PENDING", "RUNNING", "DONE" ], "enumDescriptions": [ "", "", "", "" ], "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1Message": { "id": "GoogleCloudDialogflowV2beta1Message", "properties": { "content": { "type": "string" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "languageCode": { "type": "string" }, "messageAnnotation": { "$ref": "GoogleCloudDialogflowV2beta1MessageAnnotation", "readOnly": true }, "name": { "type": "string" }, "participant": { "readOnly": true, "type": "string" }, "participantRole": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ], "readOnly": true, "type": "string" }, "responseMessages": { "items": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessage" }, "type": "array" }, "sendTime": { "format": "google-datetime", "type": "string" }, "sentimentAnalysis": { "$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2beta1MessageAnnotation": { "id": "GoogleCloudDialogflowV2beta1MessageAnnotation", "properties": { "containEntities": { "type": "boolean" }, "parts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest": { "id": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest", "properties": { "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "source": { "type": "string" }, "version": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1QueryResult": { "id": "GoogleCloudDialogflowV2beta1QueryResult", "properties": { "action": { "type": "string" }, "allRequiredParamsPresent": { "type": "boolean" }, "cancelsSlotFilling": { "type": "boolean" }, "diagnosticInfo": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "fulfillmentMessages": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" }, "type": "array" }, "fulfillmentText": { "type": "string" }, "intent": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "intentDetectionConfidence": { "format": "float", "type": "number" }, "knowledgeAnswers": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswers" }, "languageCode": { "type": "string" }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "type": "array" }, "parameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "queryText": { "type": "string" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult" }, "speechRecognitionConfidence": { "format": "float", "type": "number" }, "webhookPayload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "webhookSource": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessage": { "id": "GoogleCloudDialogflowV2beta1ResponseMessage", "properties": { "endInteraction": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction" }, "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff" }, "mixedAudio": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall" }, "text": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageText" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff", "properties": { "metadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio", "properties": { "segments": { "items": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment", "properties": { "allowPlaybackInterruption": { "type": "boolean" }, "audio": { "format": "byte", "type": "string" }, "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall", "properties": { "phoneNumber": { "type": "string" }, "sipUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessageText": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageText", "properties": { "text": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1Sentiment": { "id": "GoogleCloudDialogflowV2beta1Sentiment", "properties": { "magnitude": { "format": "float", "type": "number" }, "score": { "format": "float", "type": "number" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SentimentAnalysisResult": { "id": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult", "properties": { "queryTextSentiment": { "$ref": "GoogleCloudDialogflowV2beta1Sentiment" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ServiceLatency": { "id": "GoogleCloudDialogflowV2beta1ServiceLatency", "properties": { "internalServiceLatencies": { "items": { "$ref": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency": { "id": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency", "properties": { "completeTime": { "format": "google-datetime", "type": "string" }, "latencyMs": { "format": "float", "type": "number" }, "startTime": { "format": "google-datetime", "type": "string" }, "step": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SessionEntityType": { "id": "GoogleCloudDialogflowV2beta1SessionEntityType", "properties": { "entities": { "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity" }, "type": "array" }, "entityOverrideMode": { "enum": [ "ENTITY_OVERRIDE_MODE_UNSPECIFIED", "ENTITY_OVERRIDE_MODE_OVERRIDE", "ENTITY_OVERRIDE_MODE_SUPPLEMENT" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata": { "id": "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata", "properties": { "conversationProfile": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "participantRole": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "suggestionFeatureType": { "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "DIALOGFLOW_ASSIST", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "enumDescriptions": [ "", "", "", "", "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SmartReplyAnswer": { "id": "GoogleCloudDialogflowV2beta1SmartReplyAnswer", "properties": { "answerRecord": { "type": "string" }, "confidence": { "format": "float", "type": "number" }, "reply": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SpeechWordInfo": { "id": "GoogleCloudDialogflowV2beta1SpeechWordInfo", "properties": { "confidence": { "format": "float", "type": "number" }, "endOffset": { "format": "google-duration", "type": "string" }, "startOffset": { "format": "google-duration", "type": "string" }, "word": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1StreamingRecognitionResult": { "id": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult", "properties": { "confidence": { "format": "float", "type": "number" }, "dtmfDigits": { "$ref": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents" }, "isFinal": { "type": "boolean" }, "languageCode": { "type": "string" }, "messageType": { "enum": [ "MESSAGE_TYPE_UNSPECIFIED", "TRANSCRIPT", "END_OF_SINGLE_UTTERANCE", "DTMF_DIGITS", "PARTIAL_DTMF_DIGITS" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" }, "speechEndOffset": { "format": "google-duration", "type": "string" }, "speechWordInfo": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SpeechWordInfo" }, "type": "array" }, "stability": { "format": "float", "type": "number" }, "transcript": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestArticlesResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse", "properties": { "articleAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1ArticleAnswer" }, "type": "array" }, "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "dialogflowAssistAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer" }, "type": "array" }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "faqAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1FaqAnswer" }, "type": "array" }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "knowledgeAssistAnswer": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer", "readOnly": true }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" }, "smartReplyAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SmartReplyAnswer" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestionResult": { "id": "GoogleCloudDialogflowV2beta1SuggestionResult", "properties": { "error": { "$ref": "GoogleRpcStatus" }, "generateSuggestionsResponse": { "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse" }, "suggestArticlesResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse" }, "suggestDialogflowAssistsResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse" }, "suggestEntityExtractionResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse" }, "suggestFaqAnswersResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse" }, "suggestKnowledgeAssistResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse" }, "suggestSmartRepliesResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SummarySuggestion": { "id": "GoogleCloudDialogflowV2beta1SummarySuggestion", "properties": { "summarySections": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection": { "id": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection", "properties": { "section": { "type": "string" }, "summary": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents": { "id": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents", "properties": { "dtmfEvents": { "items": { "enum": [ "TELEPHONY_DTMF_UNSPECIFIED", "DTMF_ONE", "DTMF_TWO", "DTMF_THREE", "DTMF_FOUR", "DTMF_FIVE", "DTMF_SIX", "DTMF_SEVEN", "DTMF_EIGHT", "DTMF_NINE", "DTMF_ZERO", "DTMF_A", "DTMF_B", "DTMF_C", "DTMF_D", "DTMF_STAR", "DTMF_POUND" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ToolCall": { "id": "GoogleCloudDialogflowV2beta1ToolCall", "properties": { "action": { "type": "string" }, "answerRecord": { "type": "string" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "inputParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "state": { "enum": [ "STATE_UNSPECIFIED", "TRIGGERED", "NEEDS_CONFIRMATION" ], "enumDescriptions": [ "", "", "" ], "readOnly": true, "type": "string" }, "tool": { "type": "string" }, "toolDisplayDetails": { "type": "string" }, "toolDisplayName": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ToolCallResult": { "id": "GoogleCloudDialogflowV2beta1ToolCallResult", "properties": { "action": { "type": "string" }, "answerRecord": { "type": "string" }, "content": { "type": "string" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "error": { "$ref": "GoogleCloudDialogflowV2beta1ToolCallResultError" }, "rawContent": { "format": "byte", "type": "string" }, "tool": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ToolCallResultError": { "id": "GoogleCloudDialogflowV2beta1ToolCallResultError", "properties": { "message": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1WebhookRequest": { "id": "GoogleCloudDialogflowV2beta1WebhookRequest", "properties": { "alternativeQueryResults": { "items": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" }, "type": "array" }, "originalDetectIntentRequest": { "$ref": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" }, "responseId": { "type": "string" }, "session": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1WebhookResponse": { "id": "GoogleCloudDialogflowV2beta1WebhookResponse", "properties": { "endInteraction": { "type": "boolean" }, "followupEventInput": { "$ref": "GoogleCloudDialogflowV2beta1EventInput" }, "fulfillmentMessages": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" }, "type": "array" }, "fulfillmentText": { "type": "string" }, "liveAgentHandoff": { "type": "boolean" }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "type": "array" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "sessionEntityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "type": "array" }, "source": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV3alpha1ConversationSignals": { "id": "GoogleCloudDialogflowV3alpha1ConversationSignals", "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowV3alpha1TurnSignals" } }, "type": "object" }, "GoogleCloudDialogflowV3alpha1TurnSignals": { "id": "GoogleCloudDialogflowV3alpha1TurnSignals", "properties": { "agentEscalated": { "type": "boolean" }, "dtmfUsed": { "type": "boolean" }, "failureReasons": { "items": { "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "type": "array" }, "noMatch": { "type": "boolean" }, "noUserInput": { "type": "boolean" }, "reachedEndPage": { "type": "boolean" }, "sentimentMagnitude": { "format": "float", "type": "number" }, "sentimentScore": { "format": "float", "type": "number" }, "triggeredAbandonmentEvent": { "type": "boolean" }, "userEscalated": { "type": "boolean" }, "webhookStatuses": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudLocationListLocationsResponse": { "id": "GoogleCloudLocationListLocationsResponse", "properties": { "locations": { "items": { "$ref": "GoogleCloudLocationLocation" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudLocationLocation": { "id": "GoogleCloudLocationLocation", "properties": { "displayName": { "type": "string" }, "labels": { "additionalProperties": { "type": "string" }, "type": "object" }, "locationId": { "type": "string" }, "metadata": { "additionalProperties": { "description": "Properties of the object. Contains field @type with type URL.", "type": "any" }, "type": "object" }, "name": { "type": "string" } }, "type": "object" }, "GoogleLongrunningListOperationsResponse": { "id": "GoogleLongrunningListOperationsResponse", "properties": { "nextPageToken": { "type": "string" }, "operations": { "items": { "$ref": "GoogleLongrunningOperation" }, "type": "array" }, "unreachable": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleLongrunningOperation": { "id": "GoogleLongrunningOperation", "properties": { "done": { "type": "boolean" }, "error": { "$ref": "GoogleRpcStatus" }, "metadata": { "additionalProperties": { "description": "Properties of the object. Contains field @type with type URL.", "type": "any" }, "type": "object" }, "name": { "type": "string" }, "response": { "additionalProperties": { "description": "Properties of the object. Contains field @type with type URL.", "type": "any" }, "type": "object" } }, "type": "object" }, "GoogleProtobufEmpty": { "id": "GoogleProtobufEmpty", "properties": {}, "type": "object" }, "GoogleRpcStatus": { "id": "GoogleRpcStatus", "properties": { "code": { "format": "int32", "type": "integer" }, "details": { "items": { "additionalProperties": { "description": "Properties of the object. Contains field @type with type URL.", "type": "any" }, "type": "object" }, "type": "array" }, "message": { "type": "string" } }, "type": "object" }, "GoogleTypeLatLng": { "id": "GoogleTypeLatLng", "properties": { "latitude": { "format": "double", "type": "number" }, "longitude": { "format": "double", "type": "number" } }, "type": "object" } }, "servicePath": "", "title": "Dialogflow API", "version": "v2", "version_module": true }