{ "ownerName": "Google", "basePath": "", "discoveryVersion": "v1", "auth": { "oauth2": { "scopes": { "https://www.googleapis.com/auth/dialogflow": { "description": "View, manage and query your Dialogflow agents" }, "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." } } } }, "protocol": "rest", "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" }, "servicePath": "", "ownerDomain": "google.com", "canonicalName": "Dialogflow", "version": "v2", "title": "Dialogflow API", "mtlsRootUrl": "https://dialogflow.mtls.googleapis.com/", "baseUrl": "https://dialogflow.googleapis.com/", "batchPath": "batch", "resources": { "projects": { "resources": { "knowledgeBases": { "methods": { "delete": { "path": "v2/{+name}", "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$", "type": "string" }, "force": { "type": "boolean", "location": "query" } }, "response": { "$ref": "GoogleProtobufEmpty" }, "id": "dialogflow.projects.knowledgeBases.delete", "parameterOrder": [ "name" ] }, "create": { "path": "v2/{+parent}/knowledgeBases", "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "description": "", "request": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+$" } }, "id": "dialogflow.projects.knowledgeBases.create", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "flatPath": "v2/projects/{projectsId}/knowledgeBases", "parameterOrder": [ "parent" ] }, "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "path": "v2/{+parent}/knowledgeBases", "response": { "$ref": "GoogleCloudDialogflowV2ListKnowledgeBasesResponse" }, "id": "dialogflow.projects.knowledgeBases.list", "flatPath": "v2/projects/{projectsId}/knowledgeBases", "httpMethod": "GET", "parameterOrder": [ "parent" ], "parameters": { "filter": { "location": "query", "type": "string" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "type": "string", "pattern": "^projects/[^/]+$", "location": "path", "required": true }, "pageSize": { "type": "integer", "location": "query", "format": "int32" } } }, "get": { "id": "dialogflow.projects.knowledgeBases.get", "description": "", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}", "path": "v2/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$" } }, "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "httpMethod": "GET" }, "patch": { "parameters": { "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$" } }, "httpMethod": "PATCH", "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "path": "v2/{+name}", "id": "dialogflow.projects.knowledgeBases.patch", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}" } }, "resources": { "documents": { "methods": { "delete": { "description": "", "id": "dialogflow.projects.knowledgeBases.documents.delete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "parameterOrder": [ "name" ], "path": "v2/{+name}", "httpMethod": "DELETE", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$" } }, "response": { "$ref": "GoogleLongrunningOperation" } }, "get": { "description": "", "id": "dialogflow.projects.knowledgeBases.documents.get", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "path": "v2/{+name}", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2Document" }, "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$" } } }, "patch": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "httpMethod": "PATCH", "description": "", "parameters": { "name": { "pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "location": "path", "required": true, "type": "string" }, "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" } }, "id": "dialogflow.projects.knowledgeBases.documents.patch", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2/{+name}", "request": { "$ref": "GoogleCloudDialogflowV2Document" } }, "reload": { "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$" } }, "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:reload", "id": "dialogflow.projects.knowledgeBases.documents.reload", "request": { "$ref": "GoogleCloudDialogflowV2ReloadDocumentRequest" }, "path": "v2/{+name}:reload", "description": "", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleLongrunningOperation" } }, "list": { "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents", "path": "v2/{+parent}/documents", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.knowledgeBases.documents.list", "response": { "$ref": "GoogleCloudDialogflowV2ListDocumentsResponse" }, "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "filter": { "location": "query", "type": "string" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$" } }, "description": "", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "parameters": { "parent": { "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$", "type": "string", "location": "path", "required": true } }, "request": { "$ref": "GoogleCloudDialogflowV2Document" }, "httpMethod": "POST", "id": "dialogflow.projects.knowledgeBases.documents.create", "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents", "path": "v2/{+parent}/documents", "parameterOrder": [ "parent" ], "description": "", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "export": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "parameterOrder": [ "name" ], "description": "", "parameters": { "name": { "pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$", "type": "string", "location": "path", "required": true } }, "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:export", "request": { "$ref": "GoogleCloudDialogflowV2ExportDocumentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2/{+name}:export", "id": "dialogflow.projects.knowledgeBases.documents.export" }, "import": { "id": "dialogflow.projects.knowledgeBases.documents.import", "request": { "$ref": "GoogleCloudDialogflowV2ImportDocumentsRequest" }, "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents:import", "path": "v2/{+parent}/documents:import", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/knowledgeBases/[^/]+$", "type": "string" } }, "response": { "$ref": "GoogleLongrunningOperation" }, "description": "" } } } } }, "locations": { "resources": { "sipTrunks": { "methods": { "patch": { "httpMethod": "PATCH", "request": { "$ref": "GoogleCloudDialogflowV2SipTrunk" }, "parameterOrder": [ "name" ], "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$" }, "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.sipTrunks.patch", "path": "v2/{+name}", "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}", "response": { "$ref": "GoogleCloudDialogflowV2SipTrunk" } }, "list": { "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/sipTrunks", "path": "v2/{+parent}/sipTrunks", "id": "dialogflow.projects.locations.sipTrunks.list", "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "pageToken": { "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowV2ListSipTrunksResponse" }, "description": "" }, "create": { "parameterOrder": [ "parent" ], "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2SipTrunk" }, "path": "v2/{+parent}/sipTrunks", "description": "", "id": "dialogflow.projects.locations.sipTrunks.create", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/sipTrunks", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2SipTrunk" } }, "get": { "description": "", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.sipTrunks.get", "response": { "$ref": "GoogleCloudDialogflowV2SipTrunk" }, "httpMethod": "GET", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$" } }, "path": "v2/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}" }, "delete": { "id": "dialogflow.projects.locations.sipTrunks.delete", "description": "", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$" } }, "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE", "parameterOrder": [ "name" ], "path": "v2/{+name}", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "conversationDatasets": { "methods": { "importConversationData": { "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversationDatasets/[^/]+$", "location": "path", "required": true } }, "httpMethod": "POST", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationDatasets/{conversationDatasetsId}:importConversationData", "parameterOrder": [ "name" ], "description": "", "path": "v2/{+name}:importConversationData", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.conversationDatasets.importConversationData", "request": { "$ref": "GoogleCloudDialogflowV2ImportConversationDataRequest" }, "response": { "$ref": "GoogleLongrunningOperation" } }, "list": { "response": { "$ref": "GoogleCloudDialogflowV2ListConversationDatasetsResponse" }, "httpMethod": "GET", "parameters": { "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true }, "pageToken": { "type": "string", "location": "query" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationDatasets", "id": "dialogflow.projects.locations.conversationDatasets.list", "path": "v2/{+parent}/conversationDatasets", "parameterOrder": [ "parent" ] }, "get": { "httpMethod": "GET", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/conversationDatasets/[^/]+$", "type": "string" } }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationDatasets/{conversationDatasetsId}", "id": "dialogflow.projects.locations.conversationDatasets.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2ConversationDataset" }, "path": "v2/{+name}", "description": "", "parameterOrder": [ "name" ] }, "create": { "id": "dialogflow.projects.locations.conversationDatasets.create", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/conversationDatasets", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2ConversationDataset" }, "httpMethod": "POST", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationDatasets", "parameterOrder": [ "parent" ], "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string", "location": "path", "required": true } } }, "delete": { "parameterOrder": [ "name" ], "path": "v2/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationDatasets/{conversationDatasetsId}", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/conversationDatasets/[^/]+$", "location": "path", "required": true, "type": "string" } }, "id": "dialogflow.projects.locations.conversationDatasets.delete", "httpMethod": "DELETE", "description": "", "response": { "$ref": "GoogleLongrunningOperation" } } } }, "statelessSuggestion": { "methods": { "generate": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/statelessSuggestion:generate", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSuggestionRequest" }, "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$" } }, "path": "v2/{+parent}/statelessSuggestion:generate", "id": "dialogflow.projects.locations.statelessSuggestion.generate", "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSuggestionResponse" }, "parameterOrder": [ "parent" ] } } }, "suggestions": { "methods": { "searchKnowledge": { "path": "v2/{+parent}/suggestions:searchKnowledge", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/suggestions:searchKnowledge", "request": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.suggestions.searchKnowledge", "response": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeResponse" }, "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" } }, "parameterOrder": [ "parent" ], "description": "", "httpMethod": "POST" }, "generateStatelessSummary": { "request": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSummaryRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.suggestions.generateStatelessSummary", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSummaryResponse" }, "parameterOrder": [ "parent" ], "path": "v2/{+parent}/suggestions:generateStatelessSummary", "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/suggestions:generateStatelessSummary" } } }, "operations": { "methods": { "cancel": { "response": { "$ref": "GoogleProtobufEmpty" }, "parameterOrder": [ "name" ], "path": "v2/{+name}:cancel", "description": "", "httpMethod": "POST", "id": "dialogflow.projects.locations.operations.cancel", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$" } }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", "description": "", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.operations.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+name}", "response": { "$ref": "GoogleLongrunningOperation" }, "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$" } }, "httpMethod": "GET" }, "list": { "parameters": { "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "filter": { "location": "query", "type": "string" }, "returnPartialSuccess": { "location": "query", "type": "boolean" }, "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true }, "pageToken": { "location": "query", "type": "string" } }, "httpMethod": "GET", "response": { "$ref": "GoogleLongrunningListOperationsResponse" }, "parameterOrder": [ "name" ], "path": "v2/{+name}/operations", "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/operations", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.operations.list" } } }, "agent": { "resources": { "sessions": { "resources": { "entityTypes": { "methods": { "patch": { "httpMethod": "PATCH", "id": "dialogflow.projects.locations.agent.sessions.entityTypes.patch", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$", "type": "string", "location": "path", "required": true }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "description": "", "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "path": "v2/{+name}", "parameterOrder": [ "name" ] }, "list": { "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes", "path": "v2/{+parent}/entityTypes", "parameterOrder": [ "parent" ], "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2ListSessionEntityTypesResponse" }, "parameters": { "pageToken": { "type": "string", "location": "query" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" } }, "id": "dialogflow.projects.locations.agent.sessions.entityTypes.list", "httpMethod": "GET" }, "delete": { "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$", "location": "path", "required": true } }, "httpMethod": "DELETE", "parameterOrder": [ "name" ], "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleProtobufEmpty" }, "id": "dialogflow.projects.locations.agent.sessions.entityTypes.delete", "path": "v2/{+name}" }, "get": { "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$" } }, "httpMethod": "GET", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "id": "dialogflow.projects.locations.agent.sessions.entityTypes.get", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" } }, "create": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "type": "string" } }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "httpMethod": "POST", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agent.sessions.entityTypes.create", "path": "v2/{+parent}/entityTypes", "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" } } } }, "contexts": { "methods": { "create": { "id": "dialogflow.projects.locations.agent.sessions.contexts.create", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts", "httpMethod": "POST", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "path": "v2/{+parent}/contexts", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "response": { "$ref": "GoogleCloudDialogflowV2Context" } }, "patch": { "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "id": "dialogflow.projects.locations.agent.sessions.contexts.patch", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "httpMethod": "PATCH", "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } } }, "delete": { "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "description": "", "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$" } }, "id": "dialogflow.projects.locations.agent.sessions.contexts.delete", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "parameterOrder": [ "name" ] }, "list": { "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts", "description": "", "path": "v2/{+parent}/contexts", "id": "dialogflow.projects.locations.agent.sessions.contexts.list", "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2ListContextsResponse" }, "parameters": { "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$" } }, "httpMethod": "GET", "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}", "path": "v2/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agent.sessions.contexts.get", "httpMethod": "GET", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$", "location": "path", "required": true, "type": "string" } } } } } }, "methods": { "deleteContexts": { "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "type": "string" } }, "httpMethod": "DELETE", "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v2/{+parent}/contexts", "id": "dialogflow.projects.locations.agent.sessions.deleteContexts", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts" }, "detectIntent": { "response": { "$ref": "GoogleCloudDialogflowV2DetectIntentResponse" }, "request": { "$ref": "GoogleCloudDialogflowV2DetectIntentRequest" }, "parameterOrder": [ "session" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "session": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}:detectIntent", "id": "dialogflow.projects.locations.agent.sessions.detectIntent", "httpMethod": "POST", "path": "v2/{+session}:detectIntent" } } }, "entityTypes": { "resources": { "entities": { "methods": { "batchDelete": { "request": { "$ref": "GoogleCloudDialogflowV2BatchDeleteEntitiesRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" }, "id": "dialogflow.projects.locations.agent.entityTypes.entities.batchDelete", "path": "v2/{+parent}/entities:batchDelete", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$" } }, "description": "", "parameterOrder": [ "parent" ], "httpMethod": "POST", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}/entities:batchDelete" }, "batchUpdate": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}/entities:batchUpdate", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$" } }, "id": "dialogflow.projects.locations.agent.entityTypes.entities.batchUpdate", "parameterOrder": [ "parent" ], "httpMethod": "POST", "path": "v2/{+parent}/entities:batchUpdate", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" }, "request": { "$ref": "GoogleCloudDialogflowV2BatchUpdateEntitiesRequest" } }, "batchCreate": { "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$", "type": "string" } }, "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agent.entityTypes.entities.batchCreate", "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2/{+parent}/entities:batchCreate", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}/entities:batchCreate", "request": { "$ref": "GoogleCloudDialogflowV2BatchCreateEntitiesRequest" }, "description": "" } } } }, "methods": { "list": { "id": "dialogflow.projects.locations.agent.entityTypes.list", "response": { "$ref": "GoogleCloudDialogflowV2ListEntityTypesResponse" }, "parameters": { "languageCode": { "location": "query", "type": "string" }, "pageToken": { "type": "string", "location": "query" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent$" } }, "httpMethod": "GET", "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes", "path": "v2/{+parent}/entityTypes", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "batchDelete": { "request": { "$ref": "GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest" }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes:batchDelete", "parameterOrder": [ "parent" ], "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agent.entityTypes.batchDelete", "httpMethod": "POST", "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2/{+parent}/entityTypes:batchDelete", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "type": "string", "location": "path", "required": true } } }, "patch": { "path": "v2/{+name}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agent.entityTypes.patch", "request": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}", "parameters": { "languageCode": { "location": "query", "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$", "location": "path", "required": true, "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "PATCH" }, "create": { "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "path": "v2/{+parent}/entityTypes", "response": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "id": "dialogflow.projects.locations.agent.entityTypes.create", "httpMethod": "POST", "description": "", "parameters": { "languageCode": { "location": "query", "type": "string" }, "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "location": "path", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes" }, "delete": { "response": { "$ref": "GoogleProtobufEmpty" }, "id": "dialogflow.projects.locations.agent.entityTypes.delete", "parameterOrder": [ "name" ], "path": "v2/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "DELETE", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$", "type": "string", "location": "path", "required": true } }, "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}" }, "get": { "id": "dialogflow.projects.locations.agent.entityTypes.get", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$" }, "languageCode": { "type": "string", "location": "query" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "httpMethod": "GET", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "path": "v2/{+name}" }, "batchUpdate": { "response": { "$ref": "GoogleLongrunningOperation" }, "id": "dialogflow.projects.locations.agent.entityTypes.batchUpdate", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "type": "string", "location": "path", "required": true } }, "httpMethod": "POST", "path": "v2/{+parent}/entityTypes:batchUpdate", "request": { "$ref": "GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest" }, "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/entityTypes:batchUpdate", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "" } } }, "intents": { "methods": { "delete": { "httpMethod": "DELETE", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/intents/{intentsId}", "description": "", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/intents/[^/]+$", "type": "string", "location": "path", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v2/{+name}", "id": "dialogflow.projects.locations.agent.intents.delete" }, "batchUpdate": { "path": "v2/{+parent}/intents:batchUpdate", "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/intents:batchUpdate", "httpMethod": "POST", "id": "dialogflow.projects.locations.agent.intents.batchUpdate", "request": { "$ref": "GoogleCloudDialogflowV2BatchUpdateIntentsRequest" }, "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent$" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" }, "description": "" }, "create": { "request": { "$ref": "GoogleCloudDialogflowV2Intent" }, "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "type": "string" }, "intentView": { "location": "query", "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "" ], "type": "string" }, "languageCode": { "type": "string", "location": "query" } }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/intents", "description": "", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/intents", "response": { "$ref": "GoogleCloudDialogflowV2Intent" }, "id": "dialogflow.projects.locations.agent.intents.create", "parameterOrder": [ "parent" ] }, "list": { "parameterOrder": [ "parent" ], "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2ListIntentsResponse" }, "path": "v2/{+parent}/intents", "id": "dialogflow.projects.locations.agent.intents.list", "parameters": { "pageToken": { "type": "string", "location": "query" }, "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "location": "query", "enumDescriptions": [ "", "" ], "type": "string" }, "languageCode": { "type": "string", "location": "query" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent$" } }, "httpMethod": "GET", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/intents" }, "patch": { "request": { "$ref": "GoogleCloudDialogflowV2Intent" }, "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2Intent" }, "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/intents/{intentsId}", "httpMethod": "PATCH", "path": "v2/{+name}", "id": "dialogflow.projects.locations.agent.intents.patch", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "intentView": { "type": "string", "location": "query", "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "" ] }, "languageCode": { "location": "query", "type": "string" }, "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/intents/[^/]+$" }, "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" } } }, "batchDelete": { "response": { "$ref": "GoogleLongrunningOperation" }, "id": "dialogflow.projects.locations.agent.intents.batchDelete", "httpMethod": "POST", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "type": "string", "location": "path", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "path": "v2/{+parent}/intents:batchDelete", "request": { "$ref": "GoogleCloudDialogflowV2BatchDeleteIntentsRequest" }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/intents:batchDelete", "parameterOrder": [ "parent" ] }, "get": { "httpMethod": "GET", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/intents/[^/]+$" }, "intentView": { "type": "string", "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "location": "query", "enumDescriptions": [ "", "" ] }, "languageCode": { "type": "string", "location": "query" } }, "id": "dialogflow.projects.locations.agent.intents.get", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/intents/{intentsId}", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+name}", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2Intent" } } } }, "versions": { "methods": { "delete": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v2/{+name}", "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/versions/{versionsId}", "description": "", "id": "dialogflow.projects.locations.agent.versions.delete", "httpMethod": "DELETE", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/versions/[^/]+$", "type": "string", "location": "path", "required": true } } }, "get": { "response": { "$ref": "GoogleCloudDialogflowV2Version" }, "path": "v2/{+name}", "id": "dialogflow.projects.locations.agent.versions.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/versions/{versionsId}", "description": "", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/versions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "httpMethod": "GET" }, "create": { "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/versions", "request": { "$ref": "GoogleCloudDialogflowV2Version" }, "description": "", "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "location": "path", "required": true } }, "path": "v2/{+parent}/versions", "httpMethod": "POST", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2Version" }, "id": "dialogflow.projects.locations.agent.versions.create" }, "list": { "parameters": { "pageToken": { "type": "string", "location": "query" }, "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent$" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" } }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/versions", "httpMethod": "GET", "id": "dialogflow.projects.locations.agent.versions.list", "parameterOrder": [ "parent" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowV2ListVersionsResponse" }, "path": "v2/{+parent}/versions", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/versions/{versionsId}", "path": "v2/{+name}", "id": "dialogflow.projects.locations.agent.versions.patch", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2Version" }, "request": { "$ref": "GoogleCloudDialogflowV2Version" }, "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/versions/[^/]+$", "type": "string" }, "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" } }, "httpMethod": "PATCH" } } }, "environments": { "resources": { "users": { "resources": { "sessions": { "methods": { "detectIntent": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "session": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "id": "dialogflow.projects.locations.agent.environments.users.sessions.detectIntent", "httpMethod": "POST", "parameterOrder": [ "session" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}:detectIntent", "path": "v2/{+session}:detectIntent", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2DetectIntentResponse" }, "request": { "$ref": "GoogleCloudDialogflowV2DetectIntentRequest" } }, "deleteContexts": { "parameterOrder": [ "parent" ], "path": "v2/{+parent}/contexts", "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agent.environments.users.sessions.deleteContexts", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "description": "" } }, "resources": { "entityTypes": { "methods": { "list": { "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes", "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.list", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/entityTypes", "parameters": { "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "location": "path", "required": true }, "pageToken": { "location": "query", "type": "string" } }, "description": "", "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowV2ListSessionEntityTypesResponse" } }, "patch": { "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.patch", "httpMethod": "PATCH", "parameters": { "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" }, "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$" } }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "path": "v2/{+name}", "parameterOrder": [ "name" ] }, "get": { "path": "v2/{+name}", "description": "", "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.get", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "type": "string", "location": "path", "required": true } }, "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "parameterOrder": [ "name" ], "httpMethod": "GET" }, "create": { "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.create", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "description": "", "path": "v2/{+parent}/entityTypes", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "type": "string" } }, "httpMethod": "POST" }, "delete": { "response": { "$ref": "GoogleProtobufEmpty" }, "description": "", "httpMethod": "DELETE", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$" } }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "path": "v2/{+name}", "id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.delete" } } }, "contexts": { "methods": { "patch": { "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "parameterOrder": [ "name" ], "httpMethod": "PATCH", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+name}", "parameters": { "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" }, "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$" } }, "description": "", "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.patch" }, "create": { "path": "v2/{+parent}/contexts", "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.create", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "type": "string" } }, "description": "", "httpMethod": "POST", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts" }, "delete": { "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$", "location": "path", "required": true, "type": "string" } }, "httpMethod": "DELETE", "description": "", "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.delete", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+name}" }, "list": { "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.list", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2ListContextsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "path": "v2/{+parent}/contexts", "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "location": "path", "required": true }, "pageToken": { "location": "query", "type": "string" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" } }, "httpMethod": "GET" }, "get": { "id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.get", "path": "v2/{+name}", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$" } }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "description": "" } } } } } } }, "intents": { "methods": { "list": { "response": { "$ref": "GoogleCloudDialogflowV2ListIntentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/intents", "id": "dialogflow.projects.locations.agent.environments.intents.list", "parameters": { "languageCode": { "type": "string", "location": "query" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$" }, "intentView": { "enumDescriptions": [ "", "" ], "type": "string", "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "location": "query" } }, "path": "v2/{+parent}/intents", "httpMethod": "GET" } } } }, "methods": { "delete": { "description": "", "httpMethod": "DELETE", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$" } }, "id": "dialogflow.projects.locations.agent.environments.delete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}", "path": "v2/{+name}" }, "create": { "httpMethod": "POST", "path": "v2/{+parent}/environments", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent$" }, "environmentId": { "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments", "id": "dialogflow.projects.locations.agent.environments.create", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2Environment" }, "request": { "$ref": "GoogleCloudDialogflowV2Environment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments", "id": "dialogflow.projects.locations.agent.environments.list", "path": "v2/{+parent}/environments", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2ListEnvironmentsResponse" }, "parameterOrder": [ "parent" ], "httpMethod": "GET", "parameters": { "pageToken": { "type": "string", "location": "query" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agent$", "location": "path", "required": true, "type": "string" } } }, "patch": { "description": "", "request": { "$ref": "GoogleCloudDialogflowV2Environment" }, "id": "dialogflow.projects.locations.agent.environments.patch", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}", "parameterOrder": [ "name" ], "parameters": { "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" }, "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$", "type": "string" }, "allowLoadToDraftAndDiscardChanges": { "location": "query", "type": "boolean" } }, "httpMethod": "PATCH", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2Environment" }, "path": "v2/{+name}" }, "get": { "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$", "type": "string" } }, "httpMethod": "GET", "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Environment" }, "description": "", "id": "dialogflow.projects.locations.agent.environments.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "getHistory": { "parameterOrder": [ "parent" ], "description": "", "path": "v2/{+parent}/history", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2EnvironmentHistory" }, "id": "dialogflow.projects.locations.agent.environments.getHistory", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/history", "parameters": { "pageToken": { "type": "string", "location": "query" }, "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$", "location": "path", "required": true }, "pageSize": { "location": "query", "format": "int32", "type": "integer" } }, "httpMethod": "GET" } } } }, "methods": { "restore": { "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent:restore", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2RestoreAgentRequest" }, "id": "dialogflow.projects.locations.agent.restore", "httpMethod": "POST", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$" } }, "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2/{+parent}/agent:restore", "parameterOrder": [ "parent" ] }, "updateFulfillment": { "response": { "$ref": "GoogleCloudDialogflowV2Fulfillment" }, "id": "dialogflow.projects.locations.agent.updateFulfillment", "request": { "$ref": "GoogleCloudDialogflowV2Fulfillment" }, "description": "", "path": "v2/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/fulfillment", "httpMethod": "PATCH", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/fulfillment$" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } } }, "getValidationResult": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/validationResult", "httpMethod": "GET", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "languageCode": { "type": "string", "location": "query" } }, "parameterOrder": [ "parent" ], "path": "v2/{+parent}/agent/validationResult", "description": "", "id": "dialogflow.projects.locations.agent.getValidationResult", "response": { "$ref": "GoogleCloudDialogflowV2ValidationResult" } }, "search": { "description": "", "parameters": { "pageToken": { "type": "string", "location": "query" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "GET", "path": "v2/{+parent}/agent:search", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent:search", "id": "dialogflow.projects.locations.agent.search", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2SearchAgentsResponse" }, "parameterOrder": [ "parent" ] }, "export": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2ExportAgentRequest" }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent:export", "path": "v2/{+parent}/agent:export", "id": "dialogflow.projects.locations.agent.export", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string", "location": "path", "required": true } }, "response": { "$ref": "GoogleLongrunningOperation" }, "description": "", "httpMethod": "POST", "parameterOrder": [ "parent" ] }, "train": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/agent:train", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent:train", "parameterOrder": [ "parent" ], "description": "", "request": { "$ref": "GoogleCloudDialogflowV2TrainAgentRequest" }, "id": "dialogflow.projects.locations.agent.train", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" } }, "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST" }, "getFulfillment": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2Fulfillment" }, "id": "dialogflow.projects.locations.agent.getFulfillment", "parameterOrder": [ "name" ], "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agent/fulfillment$", "location": "path", "required": true } }, "path": "v2/{+name}", "httpMethod": "GET", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent/fulfillment" }, "import": { "description": "", "response": { "$ref": "GoogleLongrunningOperation" }, "id": "dialogflow.projects.locations.agent.import", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2ImportAgentRequest" }, "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" } }, "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/agent:import", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent:import" } } }, "tools": { "methods": { "create": { "path": "v2/{+parent}/tools", "response": { "$ref": "GoogleCloudDialogflowV2Tool" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "id": "dialogflow.projects.locations.tools.create", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2Tool" }, "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true }, "toolId": { "type": "string", "location": "query" } }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools", "parameterOrder": [ "parent" ] }, "delete": { "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$" } }, "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}", "path": "v2/{+name}", "id": "dialogflow.projects.locations.tools.delete", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$", "type": "string" } }, "httpMethod": "GET", "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Tool" }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.tools.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}" }, "list": { "path": "v2/{+parent}/tools", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools", "parameters": { "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string", "location": "path", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowV2ListToolsResponse" }, "id": "dialogflow.projects.locations.tools.list", "parameterOrder": [ "parent" ], "description": "" }, "patch": { "parameters": { "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" }, "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$" } }, "response": { "$ref": "GoogleCloudDialogflowV2Tool" }, "id": "dialogflow.projects.locations.tools.patch", "path": "v2/{+name}", "httpMethod": "PATCH", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2Tool" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}" } } }, "conversationProfiles": { "methods": { "delete": { "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}", "path": "v2/{+name}", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$", "type": "string" } }, "httpMethod": "DELETE", "response": { "$ref": "GoogleProtobufEmpty" }, "id": "dialogflow.projects.locations.conversationProfiles.delete", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "" }, "get": { "description": "", "response": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "path": "v2/{+name}", "parameterOrder": [ "name" ], "httpMethod": "GET", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$", "type": "string", "location": "path", "required": true } }, "id": "dialogflow.projects.locations.conversationProfiles.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "response": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "path": "v2/{+parent}/conversationProfiles", "request": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "description": "", "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationProfiles", "httpMethod": "POST", "id": "dialogflow.projects.locations.conversationProfiles.create", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "setSuggestionFeatureConfig": { "id": "dialogflow.projects.locations.conversationProfiles.setSuggestionFeatureConfig", "response": { "$ref": "GoogleLongrunningOperation" }, "description": "", "path": "v2/{+conversationProfile}:setSuggestionFeatureConfig", "request": { "$ref": "GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "parameterOrder": [ "conversationProfile" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}:setSuggestionFeatureConfig", "parameters": { "conversationProfile": { "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$", "location": "path", "required": true, "type": "string" } } }, "clearSuggestionFeatureConfig": { "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.conversationProfiles.clearSuggestionFeatureConfig", "parameters": { "conversationProfile": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$", "type": "string" } }, "parameterOrder": [ "conversationProfile" ], "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest" }, "path": "v2/{+conversationProfile}:clearSuggestionFeatureConfig", "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}:clearSuggestionFeatureConfig" }, "patch": { "response": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "path": "v2/{+name}", "parameters": { "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$" } }, "description": "", "httpMethod": "PATCH", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}", "id": "dialogflow.projects.locations.conversationProfiles.patch" }, "list": { "path": "v2/{+parent}/conversationProfiles", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationProfilesResponse" }, "id": "dialogflow.projects.locations.conversationProfiles.list", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" }, "pageToken": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" } }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationProfiles", "description": "", "httpMethod": "GET", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "answerRecords": { "methods": { "list": { "description": "", "path": "v2/{+parent}/answerRecords", "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2ListAnswerRecordsResponse" }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/answerRecords", "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$" }, "pageToken": { "location": "query", "type": "string" } }, "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.answerRecords.list" }, "patch": { "httpMethod": "PATCH", "request": { "$ref": "GoogleCloudDialogflowV2AnswerRecord" }, "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/answerRecords/[^/]+$" }, "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" } }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/answerRecords/{answerRecordsId}", "description": "", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2AnswerRecord" }, "id": "dialogflow.projects.locations.answerRecords.patch", "path": "v2/{+name}" } } }, "conversations": { "resources": { "participants": { "resources": { "suggestions": { "methods": { "suggestFaqAnswers": { "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestFaqAnswers", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "type": "string", "location": "path", "required": true } }, "response": { "$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse" }, "description": "", "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersRequest" }, "path": "v2/{+parent}/suggestions:suggestFaqAnswers", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestFaqAnswers", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "suggestKnowledgeAssist": { "path": "v2/{+parent}/suggestions:suggestKnowledgeAssist", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "type": "string" } }, "request": { "$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistRequest" }, "response": { "$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse" }, "id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestKnowledgeAssist", "parameterOrder": [ "parent" ], "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestKnowledgeAssist" }, "suggestSmartReplies": { "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "location": "path", "required": true } }, "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestSmartReplies", "id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestSmartReplies", "request": { "$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesRequest" }, "path": "v2/{+parent}/suggestions:suggestSmartReplies", "response": { "$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse" }, "parameterOrder": [ "parent" ] }, "suggestArticles": { "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestArticles", "response": { "$ref": "GoogleCloudDialogflowV2SuggestArticlesResponse" }, "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2SuggestArticlesRequest" }, "path": "v2/{+parent}/suggestions:suggestArticles", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestArticles", "description": "", "parameterOrder": [ "parent" ] } } } }, "methods": { "list": { "description": "", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "type": "string", "location": "path", "required": true }, "pageToken": { "location": "query", "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowV2ListParticipantsResponse" }, "path": "v2/{+parent}/participants", "id": "dialogflow.projects.locations.conversations.participants.list", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants" }, "patch": { "description": "", "response": { "$ref": "GoogleCloudDialogflowV2Participant" }, "path": "v2/{+name}", "httpMethod": "PATCH", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}", "parameters": { "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "type": "string" } }, "request": { "$ref": "GoogleCloudDialogflowV2Participant" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.conversations.participants.patch" }, "create": { "response": { "$ref": "GoogleCloudDialogflowV2Participant" }, "parameterOrder": [ "parent" ], "path": "v2/{+parent}/participants", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants", "request": { "$ref": "GoogleCloudDialogflowV2Participant" }, "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "type": "string" } }, "httpMethod": "POST", "id": "dialogflow.projects.locations.conversations.participants.create" }, "analyzeContent": { "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}:analyzeContent", "request": { "$ref": "GoogleCloudDialogflowV2AnalyzeContentRequest" }, "parameterOrder": [ "participant" ], "response": { "$ref": "GoogleCloudDialogflowV2AnalyzeContentResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+participant}:analyzeContent", "httpMethod": "POST", "parameters": { "participant": { "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "location": "path", "required": true, "type": "string" } }, "id": "dialogflow.projects.locations.conversations.participants.analyzeContent" }, "get": { "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$", "location": "path", "required": true, "type": "string" } }, "httpMethod": "GET", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2Participant" }, "description": "", "id": "dialogflow.projects.locations.conversations.participants.get", "path": "v2/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}" } } }, "suggestions": { "methods": { "suggestConversationSummary": { "response": { "$ref": "GoogleCloudDialogflowV2SuggestConversationSummaryResponse" }, "request": { "$ref": "GoogleCloudDialogflowV2SuggestConversationSummaryRequest" }, "path": "v2/{+conversation}/suggestions:suggestConversationSummary", "httpMethod": "POST", "parameterOrder": [ "conversation" ], "parameters": { "conversation": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$" } }, "id": "dialogflow.projects.locations.conversations.suggestions.suggestConversationSummary", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/suggestions:suggestConversationSummary", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "searchKnowledge": { "response": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeResponse" }, "httpMethod": "POST", "parameterOrder": [ "conversation" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "conversation": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$" } }, "request": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequest" }, "id": "dialogflow.projects.locations.conversations.suggestions.searchKnowledge", "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/suggestions:searchKnowledge", "path": "v2/{+conversation}/suggestions:searchKnowledge" }, "generate": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponse" }, "parameters": { "conversation": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "location": "path", "required": true } }, "id": "dialogflow.projects.locations.conversations.suggestions.generate", "path": "v2/{+conversation}/suggestions:generate", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/suggestions:generate", "parameterOrder": [ "conversation" ], "description": "", "request": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsRequest" } } } }, "messages": { "methods": { "list": { "description": "", "response": { "$ref": "GoogleCloudDialogflowV2ListMessagesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/messages", "id": "dialogflow.projects.locations.conversations.messages.list", "httpMethod": "GET", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/messages", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$" }, "pageToken": { "type": "string", "location": "query" }, "filter": { "type": "string", "location": "query" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" } }, "parameterOrder": [ "parent" ] } } } }, "methods": { "get": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.conversations.get", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$" } }, "response": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "path": "v2/{+name}", "parameterOrder": [ "name" ] }, "complete": { "httpMethod": "POST", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}:complete", "parameterOrder": [ "name" ], "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+name}:complete", "response": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "description": "", "request": { "$ref": "GoogleCloudDialogflowV2CompleteConversationRequest" }, "id": "dialogflow.projects.locations.conversations.complete" }, "create": { "id": "dialogflow.projects.locations.conversations.create", "response": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "path": "v2/{+parent}/conversations", "request": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "parameterOrder": [ "parent" ], "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations", "parameters": { "conversationId": { "location": "query", "type": "string" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$" } }, "httpMethod": "POST" }, "ingestContextReferences": { "parameterOrder": [ "conversation" ], "httpMethod": "POST", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}:ingestContextReferences", "parameters": { "conversation": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$" } }, "description": "", "path": "v2/{+conversation}:ingestContextReferences", "request": { "$ref": "GoogleCloudDialogflowV2IngestContextReferencesRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2IngestContextReferencesResponse" }, "id": "dialogflow.projects.locations.conversations.ingestContextReferences" }, "list": { "response": { "$ref": "GoogleCloudDialogflowV2ListConversationsResponse" }, "description": "", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversations", "path": "v2/{+parent}/conversations", "httpMethod": "GET", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "location": "query", "type": "string" }, "filter": { "type": "string", "location": "query" } }, "id": "dialogflow.projects.locations.conversations.list" } } }, "conversationModels": { "methods": { "deploy": { "response": { "$ref": "GoogleLongrunningOperation" }, "id": "dialogflow.projects.locations.conversationModels.deploy", "request": { "$ref": "GoogleCloudDialogflowV2DeployConversationModelRequest" }, "path": "v2/{+name}:deploy", "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels/{conversationModelsId}:deploy", "description": "", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/conversationModels/[^/]+$", "type": "string", "location": "path", "required": true } } }, "create": { "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true } }, "httpMethod": "POST", "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2/{+parent}/conversationModels", "id": "dialogflow.projects.locations.conversationModels.create", "request": { "$ref": "GoogleCloudDialogflowV2ConversationModel" }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2ConversationModel" }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.conversationModels.get", "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels/{conversationModelsId}", "httpMethod": "GET", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversationModels/[^/]+$" } } }, "list": { "response": { "$ref": "GoogleCloudDialogflowV2ListConversationModelsResponse" }, "id": "dialogflow.projects.locations.conversationModels.list", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$" }, "pageToken": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" } }, "path": "v2/{+parent}/conversationModels", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels", "httpMethod": "GET", "description": "" }, "undeploy": { "httpMethod": "POST", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversationModels/[^/]+$", "location": "path", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.conversationModels.undeploy", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels/{conversationModelsId}:undeploy", "request": { "$ref": "GoogleCloudDialogflowV2UndeployConversationModelRequest" }, "path": "v2/{+name}:undeploy", "response": { "$ref": "GoogleLongrunningOperation" }, "parameterOrder": [ "name" ], "description": "" }, "delete": { "response": { "$ref": "GoogleLongrunningOperation" }, "description": "", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.conversationModels.delete", "path": "v2/{+name}", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels/{conversationModelsId}", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/conversationModels/[^/]+$" } }, "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "evaluations": { "methods": { "list": { "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.conversationModels.evaluations.list", "parameters": { "pageToken": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/conversationModels/[^/]+$" } }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels/{conversationModelsId}/evaluations", "description": "", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/evaluations", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse" } }, "create": { "id": "dialogflow.projects.locations.conversationModels.evaluations.create", "path": "v2/{+parent}/evaluations", "parameterOrder": [ "parent" ], "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/conversationModels/[^/]+$", "location": "path", "required": true } }, "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels/{conversationModelsId}/evaluations", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest" }, "description": "" }, "get": { "id": "dialogflow.projects.locations.conversationModels.evaluations.get", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/conversationModels/[^/]+/evaluations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowV2ConversationModelEvaluation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "path": "v2/{+name}", "parameterOrder": [ "name" ], "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/conversationModels/{conversationModelsId}/evaluations/{evaluationsId}" } } } } }, "encryptionSpec": { "methods": { "initialize": { "request": { "$ref": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest" }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/encryptionSpec:initialize", "description": "", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/encryptionSpec$" } }, "httpMethod": "POST", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2/{+name}:initialize", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.encryptionSpec.initialize" } } }, "generators": { "resources": { "evaluations": { "methods": { "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations/{evaluationsId}", "id": "dialogflow.projects.locations.generators.evaluations.get", "parameterOrder": [ "name" ], "path": "v2/{+name}", "description": "", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+/evaluations/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluation" } }, "list": { "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$", "type": "string" }, "pageToken": { "location": "query", "type": "string" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" } }, "description": "", "parameterOrder": [ "parent" ], "httpMethod": "GET", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations", "response": { "$ref": "GoogleCloudDialogflowV2ListGeneratorEvaluationsResponse" }, "id": "dialogflow.projects.locations.generators.evaluations.list", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/evaluations" }, "create": { "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$" } }, "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluation" }, "path": "v2/{+parent}/evaluations", "response": { "$ref": "GoogleLongrunningOperation" }, "id": "dialogflow.projects.locations.generators.evaluations.create" }, "delete": { "description": "", "path": "v2/{+name}", "id": "dialogflow.projects.locations.generators.evaluations.delete", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations/{evaluationsId}", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+/evaluations/[^/]+$", "type": "string", "location": "path", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "DELETE" } } } }, "methods": { "create": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" }, "generatorId": { "location": "query", "type": "string" } }, "path": "v2/{+parent}/generators", "id": "dialogflow.projects.locations.generators.create", "request": { "$ref": "GoogleCloudDialogflowV2Generator" }, "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2Generator" } }, "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/generators", "parameterOrder": [ "parent" ], "httpMethod": "GET", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "location": "query", "type": "string" } }, "id": "dialogflow.projects.locations.generators.list", "response": { "$ref": "GoogleCloudDialogflowV2ListGeneratorsResponse" }, "description": "" }, "patch": { "path": "v2/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2Generator" }, "id": "dialogflow.projects.locations.generators.patch", "response": { "$ref": "GoogleCloudDialogflowV2Generator" }, "parameters": { "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$" } }, "httpMethod": "PATCH" }, "delete": { "httpMethod": "DELETE", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$" } }, "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.generators.delete", "parameterOrder": [ "name" ], "path": "v2/{+name}", "response": { "$ref": "GoogleProtobufEmpty" } }, "get": { "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$" } }, "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowV2Generator" }, "path": "v2/{+name}", "id": "dialogflow.projects.locations.generators.get", "description": "" } } }, "knowledgeBases": { "methods": { "delete": { "description": "", "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.knowledgeBases.delete", "httpMethod": "DELETE", "path": "v2/{+name}", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "location": "path", "required": true, "type": "string" }, "force": { "type": "boolean", "location": "query" } }, "response": { "$ref": "GoogleProtobufEmpty" } }, "create": { "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "request": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "id": "dialogflow.projects.locations.knowledgeBases.create", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$" } }, "path": "v2/{+parent}/knowledgeBases", "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "" }, "get": { "description": "", "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "path": "v2/{+name}", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.knowledgeBases.get", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "GET" }, "list": { "parameterOrder": [ "parent" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowV2ListKnowledgeBasesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "id": "dialogflow.projects.locations.knowledgeBases.list", "path": "v2/{+parent}/knowledgeBases", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "location": "query", "type": "string" }, "filter": { "location": "query", "type": "string" } }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases" }, "patch": { "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}", "id": "dialogflow.projects.locations.knowledgeBases.patch", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "type": "string" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "description": "", "httpMethod": "PATCH", "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "request": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "documents": { "methods": { "get": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "response": { "$ref": "GoogleCloudDialogflowV2Document" }, "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$" } }, "path": "v2/{+name}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.knowledgeBases.documents.get", "httpMethod": "GET" }, "export": { "id": "dialogflow.projects.locations.knowledgeBases.documents.export", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:export", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$" } }, "path": "v2/{+name}:export", "description": "", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleLongrunningOperation" }, "request": { "$ref": "GoogleCloudDialogflowV2ExportDocumentRequest" } }, "import": { "request": { "$ref": "GoogleCloudDialogflowV2ImportDocumentsRequest" }, "parameterOrder": [ "parent" ], "httpMethod": "POST", "description": "", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "type": "string" } }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/documents:import", "id": "dialogflow.projects.locations.knowledgeBases.documents.import", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents:import" }, "delete": { "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+name}", "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "DELETE", "id": "dialogflow.projects.locations.knowledgeBases.documents.delete", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$" } } }, "list": { "id": "dialogflow.projects.locations.knowledgeBases.documents.list", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents", "path": "v2/{+parent}/documents", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2ListDocumentsResponse" }, "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$", "type": "string" }, "pageToken": { "location": "query", "type": "string" } }, "httpMethod": "GET", "description": "" }, "create": { "parameterOrder": [ "parent" ], "httpMethod": "POST", "id": "dialogflow.projects.locations.knowledgeBases.documents.create", "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$" } }, "description": "", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2Document" }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents", "path": "v2/{+parent}/documents" }, "patch": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" }, "id": "dialogflow.projects.locations.knowledgeBases.documents.patch", "description": "", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "parameterOrder": [ "name" ], "path": "v2/{+name}", "parameters": { "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" }, "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$" } }, "request": { "$ref": "GoogleCloudDialogflowV2Document" }, "httpMethod": "PATCH" }, "reload": { "httpMethod": "POST", "id": "dialogflow.projects.locations.knowledgeBases.documents.reload", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$" } }, "response": { "$ref": "GoogleLongrunningOperation" }, "description": "", "path": "v2/{+name}:reload", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:reload", "request": { "$ref": "GoogleCloudDialogflowV2ReloadDocumentRequest" }, "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } } }, "methods": { "get": { "path": "v2/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}", "id": "dialogflow.projects.locations.get", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" } }, "description": "", "httpMethod": "GET", "response": { "$ref": "GoogleCloudLocationLocation" }, "parameterOrder": [ "name" ] }, "getAgent": { "parameterOrder": [ "parent" ], "description": "", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" } }, "path": "v2/{+parent}/agent", "response": { "$ref": "GoogleCloudDialogflowV2Agent" }, "httpMethod": "GET", "id": "dialogflow.projects.locations.getAgent", "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "getEncryptionSpec": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2EncryptionSpec" }, "description": "", "id": "dialogflow.projects.locations.getEncryptionSpec", "httpMethod": "GET", "path": "v2/{+name}", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/encryptionSpec$", "type": "string" } }, "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/encryptionSpec" }, "setAgent": { "id": "dialogflow.projects.locations.setAgent", "response": { "$ref": "GoogleCloudDialogflowV2Agent" }, "httpMethod": "POST", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "description": "", "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent", "request": { "$ref": "GoogleCloudDialogflowV2Agent" }, "path": "v2/{+parent}/agent", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "deleteAgent": { "response": { "$ref": "GoogleProtobufEmpty" }, "parameterOrder": [ "parent" ], "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/agent", "id": "dialogflow.projects.locations.deleteAgent", "path": "v2/{+parent}/agent", "description": "" }, "list": { "flatPath": "v2/projects/{projectsId}/locations", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.list", "parameterOrder": [ "name" ], "description": "", "path": "v2/{+name}/locations", "parameters": { "pageToken": { "location": "query", "type": "string" }, "extraLocationTypes": { "location": "query", "repeated": true, "type": "string" }, "filter": { "type": "string", "location": "query" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "name": { "pattern": "^projects/[^/]+$", "location": "path", "required": true, "type": "string" } }, "httpMethod": "GET", "response": { "$ref": "GoogleCloudLocationListLocationsResponse" } } } }, "agent": { "methods": { "restore": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" }, "parameters": { "parent": { "pattern": "^projects/[^/]+$", "type": "string", "location": "path", "required": true } }, "path": "v2/{+parent}/agent:restore", "httpMethod": "POST", "flatPath": "v2/projects/{projectsId}/agent:restore", "id": "dialogflow.projects.agent.restore", "request": { "$ref": "GoogleCloudDialogflowV2RestoreAgentRequest" }, "parameterOrder": [ "parent" ] }, "search": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "id": "dialogflow.projects.agent.search", "path": "v2/{+parent}/agent:search", "response": { "$ref": "GoogleCloudDialogflowV2SearchAgentsResponse" }, "httpMethod": "GET", "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+$" }, "pageToken": { "location": "query", "type": "string" }, "pageSize": { "type": "integer", "format": "int32", "location": "query" } }, "flatPath": "v2/projects/{projectsId}/agent:search", "parameterOrder": [ "parent" ] }, "getValidationResult": { "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+$" }, "languageCode": { "location": "query", "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowV2ValidationResult" }, "httpMethod": "GET", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v2/projects/{projectsId}/agent/validationResult", "path": "v2/{+parent}/agent/validationResult", "id": "dialogflow.projects.agent.getValidationResult" }, "export": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "pattern": "^projects/[^/]+$", "location": "path", "required": true, "type": "string" } }, "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2ExportAgentRequest" }, "parameterOrder": [ "parent" ], "path": "v2/{+parent}/agent:export", "description": "", "id": "dialogflow.projects.agent.export", "flatPath": "v2/projects/{projectsId}/agent:export" }, "updateFulfillment": { "path": "v2/{+name}", "httpMethod": "PATCH", "response": { "$ref": "GoogleCloudDialogflowV2Fulfillment" }, "parameters": { "name": { "pattern": "^projects/[^/]+/agent/fulfillment$", "type": "string", "location": "path", "required": true }, "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" } }, "id": "dialogflow.projects.agent.updateFulfillment", "request": { "$ref": "GoogleCloudDialogflowV2Fulfillment" }, "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v2/projects/{projectsId}/agent/fulfillment" }, "getFulfillment": { "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/fulfillment$", "type": "string" } }, "flatPath": "v2/projects/{projectsId}/agent/fulfillment", "httpMethod": "GET", "id": "dialogflow.projects.agent.getFulfillment", "description": "", "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Fulfillment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ] }, "import": { "parameterOrder": [ "parent" ], "id": "dialogflow.projects.agent.import", "request": { "$ref": "GoogleCloudDialogflowV2ImportAgentRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2/{+parent}/agent:import", "description": "", "flatPath": "v2/projects/{projectsId}/agent:import", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+$" } }, "httpMethod": "POST" }, "train": { "parameterOrder": [ "parent" ], "path": "v2/{+parent}/agent:train", "request": { "$ref": "GoogleCloudDialogflowV2TrainAgentRequest" }, "id": "dialogflow.projects.agent.train", "flatPath": "v2/projects/{projectsId}/agent:train", "description": "", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+$" } }, "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" } } }, "resources": { "knowledgeBases": { "methods": { "delete": { "parameterOrder": [ "name" ], "parameters": { "force": { "location": "query", "type": "boolean" }, "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "DELETE", "path": "v2/{+name}", "id": "dialogflow.projects.agent.knowledgeBases.delete", "description": "", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}", "response": { "$ref": "GoogleProtobufEmpty" } }, "patch": { "httpMethod": "PATCH", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$", "type": "string" }, "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" } }, "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}", "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "request": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "id": "dialogflow.projects.agent.knowledgeBases.patch", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "path": "v2/{+name}" }, "create": { "id": "dialogflow.projects.agent.knowledgeBases.create", "request": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "path": "v2/{+parent}/knowledgeBases", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "parameterOrder": [ "parent" ], "description": "", "parameters": { "parent": { "pattern": "^projects/[^/]+/agent$", "type": "string", "location": "path", "required": true } }, "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases", "httpMethod": "POST" }, "list": { "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent$", "type": "string" }, "filter": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" } }, "description": "", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.knowledgeBases.list", "response": { "$ref": "GoogleCloudDialogflowV2ListKnowledgeBasesResponse" }, "parameterOrder": [ "parent" ], "path": "v2/{+parent}/knowledgeBases", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases" }, "get": { "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}", "description": "", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$", "type": "string" } }, "id": "dialogflow.projects.agent.knowledgeBases.get", "parameterOrder": [ "name" ], "path": "v2/{+name}", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" } } }, "resources": { "documents": { "methods": { "patch": { "request": { "$ref": "GoogleCloudDialogflowV2Document" }, "path": "v2/{+name}", "id": "dialogflow.projects.agent.knowledgeBases.documents.patch", "response": { "$ref": "GoogleLongrunningOperation" }, "description": "", "parameterOrder": [ "name" ], "parameters": { "name": { "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$", "location": "path", "required": true, "type": "string" }, "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "httpMethod": "PATCH" }, "get": { "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "description": "", "id": "dialogflow.projects.agent.knowledgeBases.documents.get", "parameters": { "name": { "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$", "location": "path", "required": true, "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowV2Document" }, "httpMethod": "GET", "parameterOrder": [ "name" ], "path": "v2/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "path": "v2/{+parent}/documents", "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents", "parameters": { "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$", "type": "string", "location": "path", "required": true }, "filter": { "location": "query", "type": "string" } }, "description": "", "id": "dialogflow.projects.agent.knowledgeBases.documents.list", "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowV2ListDocumentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "reload": { "parameterOrder": [ "name" ], "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.knowledgeBases.documents.reload", "description": "", "path": "v2/{+name}:reload", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2ReloadDocumentRequest" }, "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:reload", "parameters": { "name": { "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$", "location": "path", "required": true, "type": "string" } } }, "create": { "request": { "$ref": "GoogleCloudDialogflowV2Document" }, "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2/{+parent}/documents", "id": "dialogflow.projects.agent.knowledgeBases.documents.create", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$" } }, "httpMethod": "POST", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents", "description": "" }, "delete": { "path": "v2/{+name}", "id": "dialogflow.projects.agent.knowledgeBases.documents.delete", "description": "", "flatPath": "v2/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$" } }, "parameterOrder": [ "name" ], "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" } } } } } }, "entityTypes": { "methods": { "batchDelete": { "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent$" } }, "description": "", "httpMethod": "POST", "path": "v2/{+parent}/entityTypes:batchDelete", "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/agent/entityTypes:batchDelete", "request": { "$ref": "GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest" }, "id": "dialogflow.projects.agent.entityTypes.batchDelete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" } }, "create": { "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/agent/entityTypes", "path": "v2/{+parent}/entityTypes", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/agent$", "location": "path", "required": true }, "languageCode": { "type": "string", "location": "query" } }, "httpMethod": "POST", "id": "dialogflow.projects.agent.entityTypes.create", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "request": { "$ref": "GoogleCloudDialogflowV2EntityType" } }, "patch": { "request": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "description": "", "flatPath": "v2/projects/{projectsId}/agent/entityTypes/{entityTypesId}", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.entityTypes.patch", "response": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$" }, "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "languageCode": { "location": "query", "type": "string" } }, "httpMethod": "PATCH", "path": "v2/{+name}" }, "get": { "httpMethod": "GET", "id": "dialogflow.projects.agent.entityTypes.get", "parameters": { "languageCode": { "location": "query", "type": "string" }, "name": { "type": "string", "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$", "location": "path", "required": true } }, "response": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "flatPath": "v2/projects/{projectsId}/agent/entityTypes/{entityTypesId}", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+name}", "description": "" }, "delete": { "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v2/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.entityTypes.delete", "httpMethod": "DELETE", "description": "", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$" } }, "flatPath": "v2/projects/{projectsId}/agent/entityTypes/{entityTypesId}", "parameterOrder": [ "name" ] }, "list": { "response": { "$ref": "GoogleCloudDialogflowV2ListEntityTypesResponse" }, "path": "v2/{+parent}/entityTypes", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "languageCode": { "type": "string", "location": "query" }, "pageToken": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent$" } }, "description": "", "httpMethod": "GET", "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/agent/entityTypes", "id": "dialogflow.projects.agent.entityTypes.list" }, "batchUpdate": { "id": "dialogflow.projects.agent.entityTypes.batchUpdate", "flatPath": "v2/projects/{projectsId}/agent/entityTypes:batchUpdate", "request": { "$ref": "GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest" }, "parameters": { "parent": { "pattern": "^projects/[^/]+/agent$", "location": "path", "required": true, "type": "string" } }, "httpMethod": "POST", "description": "", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/entityTypes:batchUpdate", "parameterOrder": [ "parent" ] } }, "resources": { "entities": { "methods": { "batchDelete": { "id": "dialogflow.projects.agent.entityTypes.entities.batchDelete", "description": "", "flatPath": "v2/projects/{projectsId}/agent/entityTypes/{entityTypesId}/entities:batchDelete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "path": "v2/{+parent}/entities:batchDelete", "request": { "$ref": "GoogleCloudDialogflowV2BatchDeleteEntitiesRequest" }, "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$", "type": "string" } }, "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST" }, "batchUpdate": { "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/agent/entityTypes/{entityTypesId}/entities:batchUpdate", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2/{+parent}/entities:batchUpdate", "description": "", "id": "dialogflow.projects.agent.entityTypes.entities.batchUpdate", "parameters": { "parent": { "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$", "type": "string", "location": "path", "required": true } }, "request": { "$ref": "GoogleCloudDialogflowV2BatchUpdateEntitiesRequest" }, "httpMethod": "POST" }, "batchCreate": { "parameterOrder": [ "parent" ], "description": "", "httpMethod": "POST", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$" } }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.entityTypes.entities.batchCreate", "path": "v2/{+parent}/entities:batchCreate", "request": { "$ref": "GoogleCloudDialogflowV2BatchCreateEntitiesRequest" }, "flatPath": "v2/projects/{projectsId}/agent/entityTypes/{entityTypesId}/entities:batchCreate" } } } } }, "versions": { "methods": { "patch": { "id": "dialogflow.projects.agent.versions.patch", "description": "", "path": "v2/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowV2Version" }, "response": { "$ref": "GoogleCloudDialogflowV2Version" }, "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/versions/[^/]+$" }, "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" } }, "httpMethod": "PATCH", "flatPath": "v2/projects/{projectsId}/agent/versions/{versionsId}", "parameterOrder": [ "name" ] }, "get": { "id": "dialogflow.projects.agent.versions.get", "flatPath": "v2/projects/{projectsId}/agent/versions/{versionsId}", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/versions/[^/]+$" } }, "description": "", "httpMethod": "GET", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Version" } }, "list": { "httpMethod": "GET", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "pattern": "^projects/[^/]+/agent$", "location": "path", "required": true, "type": "string" } }, "id": "dialogflow.projects.agent.versions.list", "path": "v2/{+parent}/versions", "response": { "$ref": "GoogleCloudDialogflowV2ListVersionsResponse" }, "description": "", "flatPath": "v2/projects/{projectsId}/agent/versions", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "flatPath": "v2/projects/{projectsId}/agent/versions/{versionsId}", "parameters": { "name": { "pattern": "^projects/[^/]+/agent/versions/[^/]+$", "type": "string", "location": "path", "required": true } }, "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "DELETE", "parameterOrder": [ "name" ], "path": "v2/{+name}", "description": "", "id": "dialogflow.projects.agent.versions.delete" }, "create": { "id": "dialogflow.projects.agent.versions.create", "response": { "$ref": "GoogleCloudDialogflowV2Version" }, "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent$" } }, "parameterOrder": [ "parent" ], "httpMethod": "POST", "path": "v2/{+parent}/versions", "request": { "$ref": "GoogleCloudDialogflowV2Version" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/agent/versions", "description": "" } } }, "environments": { "resources": { "users": { "resources": { "sessions": { "methods": { "deleteContexts": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v2/{+parent}/contexts", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.agent.environments.users.sessions.deleteContexts", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "type": "string" } }, "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "httpMethod": "DELETE" }, "detectIntent": { "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "session": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowV2DetectIntentResponse" }, "description": "", "request": { "$ref": "GoogleCloudDialogflowV2DetectIntentRequest" }, "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}:detectIntent", "parameterOrder": [ "session" ], "path": "v2/{+session}:detectIntent", "id": "dialogflow.projects.agent.environments.users.sessions.detectIntent" } }, "resources": { "contexts": { "methods": { "patch": { "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "description": "", "id": "dialogflow.projects.agent.environments.users.sessions.contexts.patch", "parameters": { "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" }, "name": { "type": "string", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$", "location": "path", "required": true } }, "httpMethod": "PATCH" }, "get": { "httpMethod": "GET", "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$", "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "id": "dialogflow.projects.agent.environments.users.sessions.contexts.get", "path": "v2/{+name}" }, "create": { "httpMethod": "POST", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "id": "dialogflow.projects.agent.environments.users.sessions.contexts.create", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "path": "v2/{+parent}/contexts" }, "delete": { "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}", "id": "dialogflow.projects.agent.environments.users.sessions.contexts.delete", "path": "v2/{+name}", "description": "", "httpMethod": "DELETE", "parameters": { "name": { "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$", "location": "path", "required": true, "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleProtobufEmpty" }, "parameterOrder": [ "name" ] }, "list": { "response": { "$ref": "GoogleCloudDialogflowV2ListContextsResponse" }, "parameterOrder": [ "parent" ], "description": "", "parameters": { "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$" }, "pageToken": { "type": "string", "location": "query" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "path": "v2/{+parent}/contexts", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts", "id": "dialogflow.projects.agent.environments.users.sessions.contexts.list" } } }, "entityTypes": { "methods": { "create": { "description": "", "path": "v2/{+parent}/entityTypes", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "type": "string", "location": "path", "required": true } }, "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.create", "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes", "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" } }, "get": { "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "path": "v2/{+name}", "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.get", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "location": "path", "required": true } }, "parameterOrder": [ "name" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET" }, "list": { "description": "", "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.list", "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes", "path": "v2/{+parent}/entityTypes", "parameters": { "parent": { "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageToken": { "type": "string", "location": "query" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" } }, "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2ListSessionEntityTypesResponse" } }, "delete": { "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "httpMethod": "DELETE", "parameters": { "name": { "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "type": "string", "location": "path", "required": true } }, "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.delete", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "description": "", "path": "v2/{+name}" }, "patch": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameterOrder": [ "name" ], "id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.patch", "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "path": "v2/{+name}", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "parameters": { "name": { "pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "type": "string", "location": "path", "required": true }, "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" } }, "httpMethod": "PATCH" } } } } } } }, "intents": { "methods": { "list": { "path": "v2/{+parent}/intents", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/intents", "id": "dialogflow.projects.agent.environments.intents.list", "description": "", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/environments/[^/]+$" }, "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "location": "query", "type": "string", "enumDescriptions": [ "", "" ] }, "languageCode": { "type": "string", "location": "query" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "location": "query", "type": "string" } }, "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowV2ListIntentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ] } } } }, "methods": { "getHistory": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}/history", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/environments/[^/]+$" }, "pageToken": { "type": "string", "location": "query" } }, "id": "dialogflow.projects.agent.environments.getHistory", "response": { "$ref": "GoogleCloudDialogflowV2EnvironmentHistory" }, "httpMethod": "GET", "path": "v2/{+parent}/history" }, "delete": { "path": "v2/{+name}", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}", "id": "dialogflow.projects.agent.environments.delete", "response": { "$ref": "GoogleProtobufEmpty" }, "parameterOrder": [ "name" ], "description": "", "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "pattern": "^projects/[^/]+/agent/environments/[^/]+$", "location": "path", "required": true, "type": "string" } } }, "create": { "request": { "$ref": "GoogleCloudDialogflowV2Environment" }, "flatPath": "v2/projects/{projectsId}/agent/environments", "parameters": { "parent": { "pattern": "^projects/[^/]+/agent$", "type": "string", "location": "path", "required": true }, "environmentId": { "type": "string", "location": "query" } }, "httpMethod": "POST", "id": "dialogflow.projects.agent.environments.create", "response": { "$ref": "GoogleCloudDialogflowV2Environment" }, "path": "v2/{+parent}/environments", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "description": "" }, "list": { "description": "", "response": { "$ref": "GoogleCloudDialogflowV2ListEnvironmentsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent$", "type": "string" } }, "id": "dialogflow.projects.agent.environments.list", "path": "v2/{+parent}/environments", "flatPath": "v2/projects/{projectsId}/agent/environments" }, "get": { "response": { "$ref": "GoogleCloudDialogflowV2Environment" }, "path": "v2/{+name}", "httpMethod": "GET", "description": "", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/environments/[^/]+$" } }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.agent.environments.get", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "httpMethod": "PATCH", "flatPath": "v2/projects/{projectsId}/agent/environments/{environmentsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" }, "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/environments/[^/]+$" }, "allowLoadToDraftAndDiscardChanges": { "type": "boolean", "location": "query" } }, "path": "v2/{+name}", "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudDialogflowV2Environment" }, "id": "dialogflow.projects.agent.environments.patch", "response": { "$ref": "GoogleCloudDialogflowV2Environment" }, "description": "" } } }, "intents": { "methods": { "patch": { "description": "", "httpMethod": "PATCH", "path": "v2/{+name}", "id": "dialogflow.projects.agent.intents.patch", "parameters": { "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "intentView": { "enumDescriptions": [ "", "" ], "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "location": "query", "type": "string" }, "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/intents/[^/]+$", "type": "string" }, "languageCode": { "type": "string", "location": "query" } }, "response": { "$ref": "GoogleCloudDialogflowV2Intent" }, "request": { "$ref": "GoogleCloudDialogflowV2Intent" }, "flatPath": "v2/projects/{projectsId}/agent/intents/{intentsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ] }, "batchUpdate": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.intents.batchUpdate", "parameters": { "parent": { "pattern": "^projects/[^/]+/agent$", "location": "path", "required": true, "type": "string" } }, "httpMethod": "POST", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2BatchUpdateIntentsRequest" }, "flatPath": "v2/projects/{projectsId}/agent/intents:batchUpdate", "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v2/{+parent}/intents:batchUpdate" }, "get": { "response": { "$ref": "GoogleCloudDialogflowV2Intent" }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.agent.intents.get", "httpMethod": "GET", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/intents/[^/]+$" }, "languageCode": { "type": "string", "location": "query" }, "intentView": { "enumDescriptions": [ "", "" ], "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "location": "query", "type": "string" } }, "flatPath": "v2/projects/{projectsId}/agent/intents/{intentsId}", "path": "v2/{+name}", "parameterOrder": [ "name" ] }, "list": { "id": "dialogflow.projects.agent.intents.list", "response": { "$ref": "GoogleCloudDialogflowV2ListIntentsResponse" }, "httpMethod": "GET", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent$" }, "pageToken": { "type": "string", "location": "query" }, "languageCode": { "type": "string", "location": "query" }, "intentView": { "type": "string", "location": "query", "enumDescriptions": [ "", "" ], "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ] }, "pageSize": { "type": "integer", "format": "int32", "location": "query" } }, "path": "v2/{+parent}/intents", "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/agent/intents", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "" }, "create": { "flatPath": "v2/projects/{projectsId}/agent/intents", "httpMethod": "POST", "parameters": { "languageCode": { "location": "query", "type": "string" }, "intentView": { "location": "query", "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "" ], "type": "string" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent$", "type": "string" } }, "description": "", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.agent.intents.create", "response": { "$ref": "GoogleCloudDialogflowV2Intent" }, "path": "v2/{+parent}/intents", "request": { "$ref": "GoogleCloudDialogflowV2Intent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "httpMethod": "DELETE", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/intents/[^/]+$" } }, "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "id": "dialogflow.projects.agent.intents.delete", "flatPath": "v2/projects/{projectsId}/agent/intents/{intentsId}", "path": "v2/{+name}", "description": "" }, "batchDelete": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/intents:batchDelete", "parameters": { "parent": { "pattern": "^projects/[^/]+/agent$", "location": "path", "required": true, "type": "string" } }, "httpMethod": "POST", "response": { "$ref": "GoogleLongrunningOperation" }, "request": { "$ref": "GoogleCloudDialogflowV2BatchDeleteIntentsRequest" }, "id": "dialogflow.projects.agent.intents.batchDelete", "description": "", "flatPath": "v2/projects/{projectsId}/agent/intents:batchDelete", "parameterOrder": [ "parent" ] } } }, "sessions": { "resources": { "entityTypes": { "methods": { "patch": { "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "id": "dialogflow.projects.agent.sessions.entityTypes.patch", "httpMethod": "PATCH", "parameters": { "name": { "pattern": "^projects/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$", "type": "string", "location": "path", "required": true }, "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" } }, "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" } }, "create": { "parameterOrder": [ "parent" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "request": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "path": "v2/{+parent}/entityTypes", "id": "dialogflow.projects.agent.sessions.entityTypes.create", "parameters": { "parent": { "pattern": "^projects/[^/]+/agent/sessions/[^/]+$", "type": "string", "location": "path", "required": true } }, "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "parameters": { "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/sessions/[^/]+$", "type": "string" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" } }, "description": "", "path": "v2/{+parent}/entityTypes", "httpMethod": "GET", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes", "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2ListSessionEntityTypesResponse" }, "id": "dialogflow.projects.agent.sessions.entityTypes.list", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "path": "v2/{+name}", "id": "dialogflow.projects.agent.sessions.entityTypes.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$", "location": "path", "required": true } }, "response": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "httpMethod": "GET", "description": "", "parameterOrder": [ "name" ] }, "delete": { "parameters": { "name": { "pattern": "^projects/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$", "type": "string", "location": "path", "required": true } }, "description": "", "httpMethod": "DELETE", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}", "path": "v2/{+name}", "id": "dialogflow.projects.agent.sessions.entityTypes.delete", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleProtobufEmpty" } } } }, "contexts": { "methods": { "get": { "parameters": { "name": { "pattern": "^projects/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "GET", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.agent.sessions.contexts.get" }, "list": { "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/contexts", "httpMethod": "GET", "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "parent": { "type": "string", "pattern": "^projects/[^/]+/agent/sessions/[^/]+$", "location": "path", "required": true }, "pageToken": { "location": "query", "type": "string" } }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2ListContextsResponse" }, "id": "dialogflow.projects.agent.sessions.contexts.list", "path": "v2/{+parent}/contexts", "parameterOrder": [ "parent" ] }, "create": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "parameterOrder": [ "parent" ], "id": "dialogflow.projects.agent.sessions.contexts.create", "description": "", "httpMethod": "POST", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/contexts", "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/sessions/[^/]+$" } }, "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "path": "v2/{+parent}/contexts" }, "patch": { "description": "", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudDialogflowV2Context" }, "response": { "$ref": "GoogleCloudDialogflowV2Context" }, "id": "dialogflow.projects.agent.sessions.contexts.patch", "httpMethod": "PATCH", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$", "type": "string" }, "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" } }, "path": "v2/{+name}" }, "delete": { "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/contexts/{contextsId}", "path": "v2/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleProtobufEmpty" }, "description": "", "parameterOrder": [ "name" ], "id": "dialogflow.projects.agent.sessions.contexts.delete", "httpMethod": "DELETE", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$" } } } } } }, "methods": { "detectIntent": { "response": { "$ref": "GoogleCloudDialogflowV2DetectIntentResponse" }, "path": "v2/{+session}:detectIntent", "request": { "$ref": "GoogleCloudDialogflowV2DetectIntentRequest" }, "parameterOrder": [ "session" ], "description": "", "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}:detectIntent", "id": "dialogflow.projects.agent.sessions.detectIntent", "parameters": { "session": { "pattern": "^projects/[^/]+/agent/sessions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST" }, "deleteContexts": { "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE", "id": "dialogflow.projects.agent.sessions.deleteContexts", "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/agent/sessions/[^/]+$" } }, "flatPath": "v2/projects/{projectsId}/agent/sessions/{sessionsId}/contexts", "description": "", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/contexts" } } } } }, "conversationProfiles": { "methods": { "create": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.conversationProfiles.create", "flatPath": "v2/projects/{projectsId}/conversationProfiles", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+$", "type": "string" } }, "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "description": "", "path": "v2/{+parent}/conversationProfiles" }, "setSuggestionFeatureConfig": { "id": "dialogflow.projects.conversationProfiles.setSuggestionFeatureConfig", "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST", "parameters": { "conversationProfile": { "type": "string", "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$", "location": "path", "required": true } }, "request": { "$ref": "GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest" }, "path": "v2/{+conversationProfile}:setSuggestionFeatureConfig", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "conversationProfile" ], "description": "", "flatPath": "v2/projects/{projectsId}/conversationProfiles/{conversationProfilesId}:setSuggestionFeatureConfig" }, "patch": { "httpMethod": "PATCH", "parameters": { "name": { "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$", "type": "string", "location": "path", "required": true }, "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" } }, "flatPath": "v2/projects/{projectsId}/conversationProfiles/{conversationProfilesId}", "request": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "path": "v2/{+name}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.conversationProfiles.patch", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" } }, "delete": { "path": "v2/{+name}", "description": "", "httpMethod": "DELETE", "id": "dialogflow.projects.conversationProfiles.delete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$", "type": "string", "location": "path", "required": true } }, "response": { "$ref": "GoogleProtobufEmpty" }, "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/conversationProfiles/{conversationProfilesId}" }, "list": { "path": "v2/{+parent}/conversationProfiles", "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/conversationProfiles", "parameters": { "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+$" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "id": "dialogflow.projects.conversationProfiles.list", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationProfilesResponse" }, "description": "" }, "get": { "description": "", "id": "dialogflow.projects.conversationProfiles.get", "httpMethod": "GET", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$", "location": "path", "required": true } }, "flatPath": "v2/projects/{projectsId}/conversationProfiles/{conversationProfilesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+name}", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" } }, "clearSuggestionFeatureConfig": { "parameterOrder": [ "conversationProfile" ], "parameters": { "conversationProfile": { "type": "string", "pattern": "^projects/[^/]+/conversationProfiles/[^/]+$", "location": "path", "required": true } }, "httpMethod": "POST", "flatPath": "v2/projects/{projectsId}/conversationProfiles/{conversationProfilesId}:clearSuggestionFeatureConfig", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.conversationProfiles.clearSuggestionFeatureConfig", "path": "v2/{+conversationProfile}:clearSuggestionFeatureConfig", "response": { "$ref": "GoogleLongrunningOperation" }, "request": { "$ref": "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest" } } } }, "conversationDatasets": { "methods": { "get": { "path": "v2/{+name}", "parameters": { "name": { "pattern": "^projects/[^/]+/conversationDatasets/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "GET", "flatPath": "v2/projects/{projectsId}/conversationDatasets/{conversationDatasetsId}", "description": "", "parameterOrder": [ "name" ], "id": "dialogflow.projects.conversationDatasets.get", "response": { "$ref": "GoogleCloudDialogflowV2ConversationDataset" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "id": "dialogflow.projects.conversationDatasets.list", "parameters": { "pageToken": { "type": "string", "location": "query" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+$", "type": "string" } }, "flatPath": "v2/projects/{projectsId}/conversationDatasets", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "path": "v2/{+parent}/conversationDatasets", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationDatasetsResponse" }, "description": "" }, "importConversationData": { "flatPath": "v2/projects/{projectsId}/conversationDatasets/{conversationDatasetsId}:importConversationData", "path": "v2/{+name}:importConversationData", "request": { "$ref": "GoogleCloudDialogflowV2ImportConversationDataRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.conversationDatasets.importConversationData", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleLongrunningOperation" }, "description": "", "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/conversationDatasets/[^/]+$" } }, "httpMethod": "POST" } } }, "conversations": { "methods": { "complete": { "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/conversations/[^/]+$", "location": "path", "required": true } }, "path": "v2/{+name}:complete", "httpMethod": "POST", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "id": "dialogflow.projects.conversations.complete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}:complete", "request": { "$ref": "GoogleCloudDialogflowV2CompleteConversationRequest" } }, "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/conversations", "id": "dialogflow.projects.conversations.list", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationsResponse" }, "description": "", "flatPath": "v2/projects/{projectsId}/conversations", "httpMethod": "GET", "parameterOrder": [ "parent" ], "parameters": { "filter": { "type": "string", "location": "query" }, "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "parent": { "type": "string", "pattern": "^projects/[^/]+$", "location": "path", "required": true }, "pageToken": { "type": "string", "location": "query" } } }, "create": { "response": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "httpMethod": "POST", "parameters": { "conversationId": { "type": "string", "location": "query" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+$" } }, "id": "dialogflow.projects.conversations.create", "description": "", "path": "v2/{+parent}/conversations", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/conversations", "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowV2Conversation" } }, "get": { "description": "", "path": "v2/{+name}", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}", "id": "dialogflow.projects.conversations.get", "parameterOrder": [ "name" ], "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "parameters": { "name": { "pattern": "^projects/[^/]+/conversations/[^/]+$", "location": "path", "required": true, "type": "string" } } } }, "resources": { "participants": { "resources": { "suggestions": { "methods": { "suggestSmartReplies": { "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestSmartReplies", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.conversations.participants.suggestions.suggestSmartReplies", "parameterOrder": [ "parent" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse" }, "parameters": { "parent": { "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "type": "string", "location": "path", "required": true } }, "path": "v2/{+parent}/suggestions:suggestSmartReplies", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesRequest" } }, "suggestArticles": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2SuggestArticlesResponse" }, "parameters": { "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$" } }, "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2SuggestArticlesRequest" }, "path": "v2/{+parent}/suggestions:suggestArticles", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestArticles", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.conversations.participants.suggestions.suggestArticles", "description": "" }, "suggestKnowledgeAssist": { "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestKnowledgeAssist", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.conversations.participants.suggestions.suggestKnowledgeAssist", "request": { "$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistRequest" }, "description": "", "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse" }, "parameters": { "parent": { "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "type": "string", "location": "path", "required": true } }, "path": "v2/{+parent}/suggestions:suggestKnowledgeAssist", "httpMethod": "POST" }, "suggestFaqAnswers": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse" }, "description": "", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersRequest" }, "parameters": { "parent": { "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "type": "string", "location": "path", "required": true } }, "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestFaqAnswers", "path": "v2/{+parent}/suggestions:suggestFaqAnswers", "id": "dialogflow.projects.conversations.participants.suggestions.suggestFaqAnswers" } } } }, "methods": { "create": { "path": "v2/{+parent}/participants", "httpMethod": "POST", "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/conversations/[^/]+$", "type": "string" } }, "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants", "request": { "$ref": "GoogleCloudDialogflowV2Participant" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2Participant" }, "id": "dialogflow.projects.conversations.participants.create" }, "get": { "parameters": { "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$" } }, "path": "v2/{+name}", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}", "parameterOrder": [ "name" ], "httpMethod": "GET", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2Participant" }, "id": "dialogflow.projects.conversations.participants.get" }, "analyzeContent": { "parameters": { "participant": { "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "type": "string", "location": "path", "required": true } }, "response": { "$ref": "GoogleCloudDialogflowV2AnalyzeContentResponse" }, "httpMethod": "POST", "path": "v2/{+participant}:analyzeContent", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "participant" ], "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}:analyzeContent", "id": "dialogflow.projects.conversations.participants.analyzeContent", "request": { "$ref": "GoogleCloudDialogflowV2AnalyzeContentRequest" }, "description": "" }, "patch": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}", "id": "dialogflow.projects.conversations.participants.patch", "request": { "$ref": "GoogleCloudDialogflowV2Participant" }, "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$", "type": "string" }, "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" } }, "parameterOrder": [ "name" ], "httpMethod": "PATCH", "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2Participant" }, "description": "" }, "list": { "description": "", "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/participants", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/participants", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "parent": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/conversations/[^/]+$" }, "pageToken": { "location": "query", "type": "string" } }, "id": "dialogflow.projects.conversations.participants.list", "response": { "$ref": "GoogleCloudDialogflowV2ListParticipantsResponse" }, "httpMethod": "GET" } } }, "messages": { "methods": { "list": { "path": "v2/{+parent}/messages", "parameterOrder": [ "parent" ], "httpMethod": "GET", "description": "", "parameters": { "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/conversations/[^/]+$", "type": "string" }, "pageToken": { "type": "string", "location": "query" }, "filter": { "location": "query", "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowV2ListMessagesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/messages", "id": "dialogflow.projects.conversations.messages.list" } } }, "suggestions": { "methods": { "generate": { "httpMethod": "POST", "id": "dialogflow.projects.conversations.suggestions.generate", "parameters": { "conversation": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/conversations/[^/]+$" } }, "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/suggestions:generate", "request": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsRequest" }, "description": "", "parameterOrder": [ "conversation" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponse" }, "path": "v2/{+conversation}/suggestions:generate" }, "searchKnowledge": { "request": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequest" }, "parameterOrder": [ "conversation" ], "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/suggestions:searchKnowledge", "httpMethod": "POST", "parameters": { "conversation": { "pattern": "^projects/[^/]+/conversations/[^/]+$", "type": "string", "location": "path", "required": true } }, "description": "", "response": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeResponse" }, "path": "v2/{+conversation}/suggestions:searchKnowledge", "id": "dialogflow.projects.conversations.suggestions.searchKnowledge", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "suggestConversationSummary": { "parameters": { "conversation": { "pattern": "^projects/[^/]+/conversations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "flatPath": "v2/projects/{projectsId}/conversations/{conversationsId}/suggestions:suggestConversationSummary", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowV2SuggestConversationSummaryRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+conversation}/suggestions:suggestConversationSummary", "parameterOrder": [ "conversation" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowV2SuggestConversationSummaryResponse" }, "id": "dialogflow.projects.conversations.suggestions.suggestConversationSummary" } } } } }, "answerRecords": { "methods": { "list": { "path": "v2/{+parent}/answerRecords", "description": "", "flatPath": "v2/projects/{projectsId}/answerRecords", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.answerRecords.list", "response": { "$ref": "GoogleCloudDialogflowV2ListAnswerRecordsResponse" }, "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+$", "type": "string" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "filter": { "location": "query", "type": "string" }, "pageToken": { "location": "query", "type": "string" } }, "httpMethod": "GET", "parameterOrder": [ "parent" ] }, "patch": { "httpMethod": "PATCH", "flatPath": "v2/projects/{projectsId}/answerRecords/{answerRecordsId}", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/answerRecords/[^/]+$" }, "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" } }, "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.answerRecords.patch", "description": "", "response": { "$ref": "GoogleCloudDialogflowV2AnswerRecord" }, "request": { "$ref": "GoogleCloudDialogflowV2AnswerRecord" }, "path": "v2/{+name}" } } }, "conversationModels": { "resources": { "evaluations": { "methods": { "list": { "path": "v2/{+parent}/evaluations", "parameters": { "pageToken": { "location": "query", "type": "string" }, "parent": { "pattern": "^projects/[^/]+/conversationModels/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" } }, "response": { "$ref": "GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse" }, "httpMethod": "GET", "id": "dialogflow.projects.conversationModels.evaluations.list", "description": "", "parameterOrder": [ "parent" ], "flatPath": "v2/projects/{projectsId}/conversationModels/{conversationModelsId}/evaluations", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "id": "dialogflow.projects.conversationModels.evaluations.get", "flatPath": "v2/projects/{projectsId}/conversationModels/{conversationModelsId}/evaluations/{evaluationsId}", "path": "v2/{+name}", "response": { "$ref": "GoogleCloudDialogflowV2ConversationModelEvaluation" }, "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/conversationModels/[^/]+/evaluations/[^/]+$", "location": "path", "required": true } }, "parameterOrder": [ "name" ], "httpMethod": "GET" } } } }, "methods": { "undeploy": { "description": "", "path": "v2/{+name}:undeploy", "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudDialogflowV2UndeployConversationModelRequest" }, "flatPath": "v2/projects/{projectsId}/conversationModels/{conversationModelsId}:undeploy", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.conversationModels.undeploy", "parameters": { "name": { "pattern": "^projects/[^/]+/conversationModels/[^/]+$", "location": "path", "required": true, "type": "string" } }, "httpMethod": "POST", "response": { "$ref": "GoogleLongrunningOperation" } }, "get": { "description": "", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowV2ConversationModel" }, "path": "v2/{+name}", "id": "dialogflow.projects.conversationModels.get", "httpMethod": "GET", "flatPath": "v2/projects/{projectsId}/conversationModels/{conversationModelsId}", "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/conversationModels/[^/]+$", "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "httpMethod": "DELETE", "flatPath": "v2/projects/{projectsId}/conversationModels/{conversationModelsId}", "parameters": { "name": { "pattern": "^projects/[^/]+/conversationModels/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.conversationModels.delete", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+name}", "description": "" }, "create": { "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.conversationModels.create", "path": "v2/{+parent}/conversationModels", "parameters": { "parent": { "pattern": "^projects/[^/]+$", "type": "string", "location": "path", "required": true } }, "flatPath": "v2/projects/{projectsId}/conversationModels", "description": "", "request": { "$ref": "GoogleCloudDialogflowV2ConversationModel" }, "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleLongrunningOperation" } }, "deploy": { "parameterOrder": [ "name" ], "id": "dialogflow.projects.conversationModels.deploy", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v2/projects/{projectsId}/conversationModels/{conversationModelsId}:deploy", "path": "v2/{+name}:deploy", "request": { "$ref": "GoogleCloudDialogflowV2DeployConversationModelRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "parameters": { "name": { "pattern": "^projects/[^/]+/conversationModels/[^/]+$", "location": "path", "required": true, "type": "string" } }, "httpMethod": "POST" }, "list": { "description": "", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.conversationModels.list", "flatPath": "v2/projects/{projectsId}/conversationModels", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/conversationModels", "response": { "$ref": "GoogleCloudDialogflowV2ListConversationModelsResponse" }, "httpMethod": "GET", "parameters": { "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+$", "type": "string" } } } } }, "operations": { "methods": { "cancel": { "httpMethod": "POST", "parameters": { "name": { "pattern": "^projects/[^/]+/operations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "description": "", "flatPath": "v2/projects/{projectsId}/operations/{operationsId}:cancel", "id": "dialogflow.projects.operations.cancel", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+name}:cancel" }, "get": { "flatPath": "v2/projects/{projectsId}/operations/{operationsId}", "description": "", "path": "v2/{+name}", "id": "dialogflow.projects.operations.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" }, "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/operations/[^/]+$", "type": "string" } }, "httpMethod": "GET", "parameterOrder": [ "name" ] }, "list": { "id": "dialogflow.projects.operations.list", "parameterOrder": [ "name" ], "description": "", "response": { "$ref": "GoogleLongrunningListOperationsResponse" }, "httpMethod": "GET", "path": "v2/{+name}/operations", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "returnPartialSuccess": { "location": "query", "type": "boolean" }, "pageToken": { "type": "string", "location": "query" }, "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+$" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "filter": { "type": "string", "location": "query" } }, "flatPath": "v2/projects/{projectsId}/operations" } } }, "generators": { "methods": { "list": { "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "parent": { "type": "string", "pattern": "^projects/[^/]+$", "location": "path", "required": true }, "pageToken": { "location": "query", "type": "string" } }, "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowV2ListGeneratorsResponse" }, "description": "", "flatPath": "v2/projects/{projectsId}/generators", "path": "v2/{+parent}/generators", "id": "dialogflow.projects.generators.list", "parameterOrder": [ "parent" ] }, "create": { "path": "v2/{+parent}/generators", "response": { "$ref": "GoogleCloudDialogflowV2Generator" }, "description": "", "id": "dialogflow.projects.generators.create", "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowV2Generator" }, "flatPath": "v2/projects/{projectsId}/generators", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "generatorId": { "location": "query", "type": "string" }, "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+$", "type": "string" } } } } }, "suggestions": { "methods": { "generateStatelessSummary": { "parameterOrder": [ "parent" ], "path": "v2/{+parent}/suggestions:generateStatelessSummary", "response": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSummaryResponse" }, "httpMethod": "POST", "id": "dialogflow.projects.suggestions.generateStatelessSummary", "parameters": { "parent": { "pattern": "^projects/[^/]+$", "type": "string", "location": "path", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "request": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSummaryRequest" }, "flatPath": "v2/projects/{projectsId}/suggestions:generateStatelessSummary" }, "searchKnowledge": { "request": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequest" }, "path": "v2/{+parent}/suggestions:searchKnowledge", "description": "", "flatPath": "v2/projects/{projectsId}/suggestions:searchKnowledge", "id": "dialogflow.projects.suggestions.searchKnowledge", "parameterOrder": [ "parent" ], "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+$" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeResponse" } } } } }, "methods": { "deleteAgent": { "path": "v2/{+parent}/agent", "description": "", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.deleteAgent", "parameterOrder": [ "parent" ], "parameters": { "parent": { "pattern": "^projects/[^/]+$", "type": "string", "location": "path", "required": true } }, "flatPath": "v2/projects/{projectsId}/agent", "httpMethod": "DELETE" }, "setAgent": { "parameterOrder": [ "parent" ], "path": "v2/{+parent}/agent", "id": "dialogflow.projects.setAgent", "httpMethod": "POST", "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+$", "location": "path", "required": true }, "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" } }, "flatPath": "v2/projects/{projectsId}/agent", "request": { "$ref": "GoogleCloudDialogflowV2Agent" }, "description": "", "response": { "$ref": "GoogleCloudDialogflowV2Agent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "getAgent": { "description": "", "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowV2Agent" }, "id": "dialogflow.projects.getAgent", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v2/{+parent}/agent", "httpMethod": "GET", "parameters": { "parent": { "pattern": "^projects/[^/]+$", "location": "path", "required": true, "type": "string" } }, "flatPath": "v2/projects/{projectsId}/agent" } } } }, "version_module": true, "name": "dialogflow", "schemas": { "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer": { "type": "object", "properties": { "matchConfidenceLevel": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "MATCH_CONFIDENCE_LEVEL_UNSPECIFIED", "LOW", "MEDIUM", "HIGH" ] }, "source": { "type": "string" }, "answer": { "type": "string" }, "matchConfidence": { "type": "number", "format": "float" }, "faqQuestion": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer" }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService", "properties": { "parameterMapping": { "type": "object", "additionalProperties": { "type": "string" } }, "requestBody": { "type": "string" }, "secretVersionsForRequestHeaders": { "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue" }, "type": "object" }, "webhookType": { "type": "string", "enum": [ "WEBHOOK_TYPE_UNSPECIFIED", "STANDARD", "FLEXIBLE" ], "enumDescriptions": [ "", "", "" ] }, "secretVersionForUsernamePassword": { "type": "string" }, "uri": { "type": "string" }, "serviceAccountAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig" }, "serviceAgentAuth": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "NONE", "ID_TOKEN", "ACCESS_TOKEN" ] }, "username": { "type": "string", "deprecated": true }, "httpMethod": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "" ], "enum": [ "HTTP_METHOD_UNSPECIFIED", "POST", "GET", "HEAD", "PUT", "DELETE", "PATCH", "OPTIONS" ] }, "requestHeaders": { "additionalProperties": { "type": "string" }, "type": "object" }, "allowedCaCerts": { "type": "array", "items": { "type": "string", "format": "byte" } }, "oauthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig" }, "password": { "deprecated": true, "type": "string" } } }, "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart": { "type": "object", "properties": { "parameterId": { "type": "string" }, "text": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart" }, "GoogleCloudDialogflowV2FreeFormSuggestion": { "id": "GoogleCloudDialogflowV2FreeFormSuggestion", "properties": { "response": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult": { "type": "object", "properties": { "duplicateSuggestions": { "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult" }, "GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback": { "id": "GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback", "type": "object", "properties": { "answerCopied": { "type": "boolean" }, "clickedUris": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion": { "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion", "properties": { "applicableInstructions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction" } }, "agentActionSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion" }, "type": "array" }, "sampleResponses": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse" } } } }, "GoogleCloudDialogflowV2IntentMessageSuggestion": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageSuggestion", "properties": { "title": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText", "properties": { "text": { "type": "string" }, "ssml": { "type": "string" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ContinuousTestResult": { "id": "GoogleCloudDialogflowCxV3ContinuousTestResult", "type": "object", "properties": { "name": { "type": "string" }, "result": { "enum": [ "AGGREGATED_TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "runTime": { "type": "string", "format": "google-datetime" }, "testCaseResults": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff": { "properties": { "metadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsCompletenessRubric": { "properties": { "question": { "type": "string", "readOnly": true }, "isAddressed": { "readOnly": true, "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsCompletenessRubric" }, "GoogleCloudDialogflowCxV3ExportAgentResponse": { "id": "GoogleCloudDialogflowCxV3ExportAgentResponse", "properties": { "agentContent": { "type": "string", "format": "byte" }, "agentUri": { "type": "string" }, "commitSha": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia": { "properties": { "height": { "enum": [ "HEIGHT_UNSPECIFIED", "SHORT", "MEDIUM", "TALL" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "fileUri": { "type": "string" }, "thumbnailUri": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia" }, "GoogleCloudDialogflowV2beta1IntentMessageMediaContent": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent", "properties": { "mediaObjects": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject" } }, "mediaType": { "enumDescriptions": [ "", "" ], "enum": [ "RESPONSE_MEDIA_TYPE_UNSPECIFIED", "AUDIO" ], "type": "string" } } }, "GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse": { "type": "object", "properties": { "intents": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse" }, "GoogleCloudDialogflowV2ToolAuthenticationServiceAgentAuthConfig": { "properties": { "serviceAgentAuth": { "enumDescriptions": [ "", "", "" ], "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "ID_TOKEN", "ACCESS_TOKEN" ], "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2ToolAuthenticationServiceAgentAuthConfig" }, "GoogleCloudDialogflowV2SipHostname": { "id": "GoogleCloudDialogflowV2SipHostname", "type": "object", "properties": { "peerHostname": { "type": "string" }, "pingInterval": { "type": "string", "format": "google-duration", "readOnly": true }, "probeDetails": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2ProbeDetails" }, "peerSocketAddress": { "readOnly": true, "type": "string" }, "enabledSipPing": { "type": "boolean", "readOnly": true }, "connectionState": { "readOnly": true, "type": "string", "enum": [ "CONNECTION_STATE_UNSPECIFIED", "CONNECTED", "DISCONNECTED", "AUTHENTICATION_FAILED", "KEEPALIVE" ], "enumDescriptions": [ "", "", "", "", "" ] }, "errorDetails": { "$ref": "GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails", "readOnly": true } } }, "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs": { "type": "object", "id": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs", "properties": { "dataStores": { "type": "array", "items": { "type": "string" } }, "spec": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec" } } } }, "GoogleCloudDialogflowCxV3IntentInput": { "type": "object", "properties": { "intent": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3IntentInput" }, "GoogleCloudDialogflowCxV3beta1ContinuousTestResult": { "properties": { "runTime": { "format": "google-datetime", "type": "string" }, "testCaseResults": { "items": { "type": "string" }, "type": "array" }, "name": { "type": "string" }, "result": { "enumDescriptions": [ "", "", "" ], "enum": [ "AGGREGATED_TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata", "type": "object", "properties": {} }, "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio": { "type": "object", "properties": { "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "audioUri": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio" }, "GoogleCloudDialogflowV2WebhookResponse": { "id": "GoogleCloudDialogflowV2WebhookResponse", "properties": { "followupEventInput": { "$ref": "GoogleCloudDialogflowV2EventInput" }, "fulfillmentText": { "type": "string" }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "fulfillmentMessages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" } }, "sessionEntityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "type": "array" }, "source": { "type": "string" }, "outputContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2Context" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff": { "properties": { "metadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } }, "id": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff", "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse": { "type": "object", "properties": { "duplicateCheckResult": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult" }, "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources" }, "responseText": { "type": "string" } }, "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse" }, "GoogleCloudDialogflowV2IntentSuggestion": { "properties": { "displayName": { "type": "string" }, "description": { "type": "string" }, "intentV2": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentSuggestion" }, "GoogleCloudDialogflowV2ExportOperationMetadata": { "id": "GoogleCloudDialogflowV2ExportOperationMetadata", "type": "object", "properties": { "exportedGcsDestination": { "$ref": "GoogleCloudDialogflowV2GcsDestination" } } }, "GoogleCloudDialogflowV2ConversationContext": { "id": "GoogleCloudDialogflowV2ConversationContext", "properties": { "messageEntries": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2MessageEntry" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1DataStoreConnection": { "type": "object", "properties": { "documentProcessingMode": { "enumDescriptions": [ "", "", "" ], "enum": [ "DOCUMENT_PROCESSING_MODE_UNSPECIFIED", "DOCUMENTS", "CHUNKS" ], "type": "string" }, "dataStore": { "type": "string" }, "dataStoreType": { "type": "string", "enum": [ "DATA_STORE_TYPE_UNSPECIFIED", "PUBLIC_WEB", "UNSTRUCTURED", "STRUCTURED" ], "enumDescriptions": [ "", "", "", "" ] } }, "id": "GoogleCloudDialogflowCxV3beta1DataStoreConnection" }, "GoogleCloudDialogflowV2CompleteConversationRequest": { "id": "GoogleCloudDialogflowV2CompleteConversationRequest", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue": { "properties": { "originalValue": { "type": "string" }, "resolvedValue": { "type": "any" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue" }, "GoogleCloudDialogflowCxV3PageInfo": { "properties": { "displayName": { "type": "string" }, "formInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfo" }, "currentPage": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3PageInfo" }, "GoogleCloudDialogflowV2ListSessionEntityTypesResponse": { "properties": { "sessionEntityTypes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" } }, "nextPageToken": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2ListSessionEntityTypesResponse" }, "GoogleCloudDialogflowCxV3InlineDestination": { "id": "GoogleCloudDialogflowCxV3InlineDestination", "type": "object", "properties": { "content": { "readOnly": true, "type": "string", "format": "byte" } } }, "GoogleCloudDialogflowCxV3FormParameter": { "properties": { "isList": { "type": "boolean" }, "entityType": { "type": "string" }, "fillBehavior": { "$ref": "GoogleCloudDialogflowCxV3FormParameterFillBehavior" }, "required": { "type": "boolean" }, "displayName": { "type": "string" }, "redact": { "type": "boolean" }, "defaultValue": { "type": "any" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3FormParameter" }, "GoogleCloudDialogflowCxV3beta1IntentParameter": { "id": "GoogleCloudDialogflowCxV3beta1IntentParameter", "properties": { "redact": { "type": "boolean" }, "entityType": { "type": "string" }, "isList": { "type": "boolean" }, "id": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageListSelect": { "type": "object", "properties": { "title": { "type": "string" }, "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageListSelectItem" } }, "subtitle": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageListSelect" }, "GoogleCloudDialogflowV2SynthesizeSpeechConfig": { "properties": { "pitch": { "type": "number", "format": "double" }, "effectsProfileId": { "items": { "type": "string" }, "type": "array" }, "volumeGainDb": { "format": "double", "type": "number" }, "pronunciations": { "items": { "$ref": "GoogleCloudDialogflowV2CustomPronunciationParams" }, "type": "array" }, "voice": { "$ref": "GoogleCloudDialogflowV2VoiceSelectionParams" }, "speakingRate": { "type": "number", "format": "double" } }, "id": "GoogleCloudDialogflowV2SynthesizeSpeechConfig", "type": "object" }, "GoogleCloudDialogflowV2SummarizationSectionList": { "properties": { "summarizationSections": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationSection" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2SummarizationSectionList" }, "GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse": { "properties": { "content": { "type": "string", "format": "byte" }, "gcsUri": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse" }, "GoogleCloudDialogflowV2Intent": { "properties": { "outputContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2Context" } }, "defaultResponsePlatforms": { "type": "array", "items": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "GOOGLE_HANGOUTS" ] } }, "inputContextNames": { "items": { "type": "string" }, "type": "array" }, "rootFollowupIntentName": { "type": "string", "readOnly": true }, "action": { "type": "string" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" } }, "priority": { "type": "integer", "format": "int32" }, "mlDisabled": { "type": "boolean" }, "parentFollowupIntentName": { "type": "string" }, "displayName": { "type": "string" }, "isFallback": { "type": "boolean" }, "parameters": { "items": { "$ref": "GoogleCloudDialogflowV2IntentParameter" }, "type": "array" }, "webhookState": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "WEBHOOK_STATE_UNSPECIFIED", "WEBHOOK_STATE_ENABLED", "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING" ] }, "events": { "items": { "type": "string" }, "type": "array" }, "trainingPhrases": { "items": { "$ref": "GoogleCloudDialogflowV2IntentTrainingPhrase" }, "type": "array" }, "endInteraction": { "type": "boolean" }, "name": { "type": "string" }, "resetContexts": { "type": "boolean" }, "followupIntentInfo": { "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2IntentFollowupIntentInfo" }, "type": "array" }, "liveAgentHandoff": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowV2Intent" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections", "properties": { "sectionTypes": { "type": "array", "items": { "type": "string", "enum": [ "SECTION_TYPE_UNSPECIFIED", "SITUATION", "ACTION", "RESOLUTION", "REASON_FOR_CANCELLATION", "CUSTOMER_SATISFACTION", "ENTITIES" ], "enumDescriptions": [ "", "", "", "", "", "", "" ] } } }, "type": "object" }, "GoogleCloudDialogflowV2SearchAgentsResponse": { "type": "object", "id": "GoogleCloudDialogflowV2SearchAgentsResponse", "properties": { "agents": { "items": { "$ref": "GoogleCloudDialogflowV2Agent" }, "type": "array" }, "nextPageToken": { "type": "string" } } }, "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo": { "type": "object", "properties": { "value": { "type": "any" }, "state": { "enum": [ "PARAMETER_STATE_UNSPECIFIED", "EMPTY", "INVALID", "FILLED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "displayName": { "type": "string" }, "justCollected": { "type": "boolean" }, "required": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo" }, "GoogleCloudDialogflowV2StreamingRecognitionResult": { "properties": { "transcript": { "type": "string" }, "messageType": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "MESSAGE_TYPE_UNSPECIFIED", "TRANSCRIPT", "DTMF_DIGITS", "END_OF_SINGLE_UTTERANCE", "PARTIAL_DTMF_DIGITS", "SPEECH_ACTIVITY_BEGIN", "SPEECH_ACTIVITY_END" ] }, "isFinal": { "type": "boolean" }, "languageCode": { "type": "string" }, "speechWordInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SpeechWordInfo" } }, "speechEndOffset": { "type": "string", "format": "google-duration" }, "confidence": { "type": "number", "format": "float" } }, "type": "object", "id": "GoogleCloudDialogflowV2StreamingRecognitionResult" }, "GoogleCloudDialogflowV2SuggestSmartRepliesResponse": { "properties": { "contextSize": { "type": "integer", "format": "int32" }, "smartReplyAnswers": { "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2SmartReplyAnswer" }, "type": "array" }, "latestMessage": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse" }, "GoogleCloudDialogflowV2InputDataset": { "properties": { "dataset": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2InputDataset" }, "GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig": { "type": "object", "properties": { "evaluatorVersion": { "type": "string" }, "enableAccuracyEvaluation": { "deprecated": true, "type": "boolean" }, "completenessEvaluationVersion": { "type": "string", "deprecated": true }, "enableCompletenessEvaluation": { "deprecated": true, "type": "boolean" }, "accuracyEvaluationVersion": { "deprecated": true, "type": "string" } }, "id": "GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig" }, "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents": { "type": "object", "id": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents", "properties": { "dtmfEvents": { "type": "array", "items": { "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ], "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" ], "type": "string" } } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult", "type": "object", "properties": { "answerRecord": { "type": "string", "readOnly": true }, "suggestedQuery": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery" } } }, "GoogleCloudDialogflowCxV3beta1GcsDestination": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1GcsDestination", "properties": { "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata": { "properties": { "conversationProfile": { "type": "string" }, "participantRole": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "type": "string" }, "createTime": { "type": "string", "format": "google-datetime" }, "suggestionFeatureType": { "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "type": "string" } }, "id": "GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard": { "properties": { "imageDisplayOptions": { "enumDescriptions": [ "", "", "", "", "" ], "enum": [ "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED", "GRAY", "WHITE", "CROPPED", "BLURRED_BACKGROUND" ], "type": "string" }, "items": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard", "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue": { "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue", "type": "object", "properties": { "secretVersion": { "type": "string" } } }, "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings": { "properties": { "endpointingTimeoutDuration": { "format": "google-duration", "type": "string" }, "enabled": { "type": "boolean" }, "interdigitTimeoutDuration": { "format": "google-duration", "type": "string" }, "finishDigit": { "type": "string" }, "maxDigits": { "type": "integer", "format": "int32" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings" }, "GoogleCloudDialogflowV2ListConversationModelsResponse": { "type": "object", "properties": { "conversationModels": { "items": { "$ref": "GoogleCloudDialogflowV2ConversationModel" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowV2ListConversationModelsResponse" }, "GoogleCloudDialogflowV2BatchCreateEntitiesRequest": { "type": "object", "id": "GoogleCloudDialogflowV2BatchCreateEntitiesRequest", "properties": { "languageCode": { "type": "string" }, "entities": { "items": { "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" }, "type": "array" } } }, "GoogleCloudDialogflowV2ConversationModelEvaluation": { "properties": { "smartReplyMetrics": { "$ref": "GoogleCloudDialogflowV2SmartReplyMetrics", "readOnly": true }, "displayName": { "type": "string" }, "rawHumanEvalTemplateCsv": { "readOnly": true, "type": "string" }, "evaluationConfig": { "$ref": "GoogleCloudDialogflowV2EvaluationConfig" }, "name": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime", "readOnly": true } }, "type": "object", "id": "GoogleCloudDialogflowV2ConversationModelEvaluation" }, "GoogleCloudDialogflowCxV3Intent": { "type": "object", "properties": { "priority": { "format": "int32", "type": "integer" }, "name": { "type": "string" }, "labels": { "type": "object", "additionalProperties": { "type": "string" } }, "trainingPhrases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrase" } }, "description": { "type": "string" }, "parameters": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3IntentParameter" } }, "isFallback": { "type": "boolean" }, "displayName": { "type": "string" }, "dtmfPattern": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3Intent" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard", "type": "object", "properties": {} }, "GoogleCloudDialogflowV2ExportDocumentRequest": { "type": "object", "id": "GoogleCloudDialogflowV2ExportDocumentRequest", "properties": { "gcsDestination": { "$ref": "GoogleCloudDialogflowV2GcsDestination" }, "exportFullContent": { "type": "boolean" }, "smartMessagingPartialUpdate": { "type": "boolean" } } }, "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall", "properties": { "phoneNumber": { "type": "string" } } }, "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo": { "type": "object", "id": "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo", "properties": { "dialedNumber": { "readOnly": true, "type": "string" }, "sipHeaders": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader" }, "readOnly": true }, "sdp": { "type": "string" }, "extraMimeContents": { "items": { "$ref": "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent" }, "type": "array", "readOnly": true } } }, "GoogleCloudDialogflowCxV3beta1ExportFlowResponse": { "properties": { "flowUri": { "type": "string" }, "flowContent": { "type": "string", "format": "byte" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExportFlowResponse" }, "GoogleCloudDialogflowV2beta1AgentCoachingInstruction": { "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction", "properties": { "agentAction": { "type": "string" }, "condition": { "type": "string" }, "duplicateCheckResult": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult" }, "systemAction": { "type": "string" }, "displayName": { "type": "string" }, "displayDetails": { "type": "string" }, "triggeringEvent": { "type": "string", "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE", "TOOL_CALL_COMPLETION" ], "enumDescriptions": [ "", "", "", "", "", "" ] } } }, "GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummarySummarySection": { "type": "object", "properties": { "section": { "type": "string", "readOnly": true }, "summary": { "type": "string", "readOnly": true } }, "id": "GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummarySummarySection" }, "GoogleCloudDialogflowV2IntentMessageTableCard": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageTableCard", "properties": { "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButton" }, "type": "array" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "columnProperties": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageColumnProperties" } }, "title": { "type": "string" }, "rows": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCardRow" }, "type": "array" }, "subtitle": { "type": "string" } } }, "GoogleCloudDialogflowV2WebhookRequest": { "id": "GoogleCloudDialogflowV2WebhookRequest", "type": "object", "properties": { "responseId": { "type": "string" }, "session": { "type": "string" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2QueryResult" }, "originalDetectIntentRequest": { "$ref": "GoogleCloudDialogflowV2OriginalDetectIntentRequest" } } }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext", "type": "object", "properties": { "value": { "type": "string" }, "key": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentTrainingPhrasePart": { "id": "GoogleCloudDialogflowV2IntentTrainingPhrasePart", "type": "object", "properties": { "text": { "type": "string" }, "userDefined": { "type": "boolean" }, "entityType": { "type": "string" }, "alias": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse": { "type": "object", "properties": { "contextSize": { "type": "integer", "format": "int32" }, "latestMessage": { "type": "string" }, "smartReplyAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SmartReplyAnswer" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse" }, "GoogleCloudDialogflowV2ToolTLSConfig": { "id": "GoogleCloudDialogflowV2ToolTLSConfig", "properties": { "caCerts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2ToolTLSConfigCACert" } } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageQuickReplies": { "properties": { "quickReplies": { "type": "array", "items": { "type": "string" } }, "title": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageQuickReplies", "type": "object" }, "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest": { "type": "object", "id": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest", "properties": { "source": { "type": "string" }, "version": { "type": "string" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } } }, "GoogleCloudDialogflowV2IntentMessageTableCardCell": { "id": "GoogleCloudDialogflowV2IntentMessageTableCardCell", "properties": { "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ServiceLatency": { "id": "GoogleCloudDialogflowV2ServiceLatency", "properties": { "internalServiceLatencies": { "items": { "$ref": "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1Webhook": { "id": "GoogleCloudDialogflowCxV3beta1Webhook", "type": "object", "properties": { "timeout": { "type": "string", "format": "google-duration" }, "displayName": { "type": "string" }, "name": { "type": "string" }, "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService" }, "disabled": { "type": "boolean" }, "serviceDirectory": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig" } } }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion", "type": "object", "properties": { "duplicateCheckResult": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult" }, "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources" }, "agentAction": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion": { "id": "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion", "type": "object", "properties": { "uri": { "type": "string" }, "destinationName": { "type": "string" } } }, "GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig": { "properties": { "startTime": { "format": "google-datetime", "type": "string" }, "endTime": { "type": "string", "format": "google-datetime" } }, "id": "GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAnswers": { "type": "object", "properties": { "answers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer" } } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAnswers" }, "GoogleCloudDialogflowV2IntentMessage": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessage", "properties": { "linkOutSuggestion": { "$ref": "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion" }, "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "browseCarouselCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard" }, "suggestions": { "$ref": "GoogleCloudDialogflowV2IntentMessageSuggestions" }, "text": { "$ref": "GoogleCloudDialogflowV2IntentMessageText" }, "mediaContent": { "$ref": "GoogleCloudDialogflowV2IntentMessageMediaContent" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "carouselSelect": { "$ref": "GoogleCloudDialogflowV2IntentMessageCarouselSelect" }, "tableCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCard" }, "listSelect": { "$ref": "GoogleCloudDialogflowV2IntentMessageListSelect" }, "card": { "$ref": "GoogleCloudDialogflowV2IntentMessageCard" }, "basicCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCard" }, "platform": { "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "GOOGLE_HANGOUTS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "simpleResponses": { "$ref": "GoogleCloudDialogflowV2IntentMessageSimpleResponses" }, "quickReplies": { "$ref": "GoogleCloudDialogflowV2IntentMessageQuickReplies" } } }, "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse": { "type": "object", "properties": { "contextSize": { "type": "integer", "format": "int32" }, "faqAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1FaqAnswer" } }, "latestMessage": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse" }, "GoogleCloudDialogflowCxV3beta1TestCaseResult": { "properties": { "name": { "type": "string" }, "testTime": { "type": "string", "format": "google-datetime" }, "environment": { "type": "string" }, "conversationTurns": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurn" } }, "testResult": { "enumDescriptions": [ "", "", "" ], "enum": [ "TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TestCaseResult" }, "GoogleCloudDialogflowV2SmartReplyMetrics": { "type": "object", "properties": { "allowlistCoverage": { "type": "number", "format": "float" }, "conversationCount": { "type": "string", "format": "int64" }, "topNMetrics": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics" } } }, "id": "GoogleCloudDialogflowV2SmartReplyMetrics" }, "GoogleCloudDialogflowV2ListEntityTypesResponse": { "type": "object", "id": "GoogleCloudDialogflowV2ListEntityTypesResponse", "properties": { "nextPageToken": { "type": "string" }, "entityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "type": "array" } } }, "GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest": { "id": "GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest", "type": "object", "properties": { "participantRole": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "type": "string" }, "suggestionFeatureConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig" } } }, "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse": { "properties": { "dialogflowAssistAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer" } }, "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction", "properties": { "openUrl": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri" }, "dial": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial" }, "shareLocation": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation" }, "text": { "type": "string" }, "postbackData": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest": { "type": "object", "properties": { "encryptionSpec": { "$ref": "GoogleCloudDialogflowV2EncryptionSpec" } }, "id": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest" }, "GoogleCloudDialogflowCxV3FormParameterFillBehavior": { "type": "object", "properties": { "repromptEventHandlers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3EventHandler" } }, "initialPromptFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" } }, "id": "GoogleCloudDialogflowCxV3FormParameterFillBehavior" }, "GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig": { "properties": { "maxResultCount": { "format": "int32", "type": "integer" }, "allowlistDocument": { "type": "string" } }, "id": "GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig", "type": "object" }, "GoogleCloudDialogflowCxV3ExportIntentsResponse": { "properties": { "intentsContent": { "$ref": "GoogleCloudDialogflowCxV3InlineDestination" }, "intentsUri": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ExportIntentsResponse", "type": "object" }, "GoogleCloudDialogflowV2SuggestConversationSummaryRequest": { "type": "object", "id": "GoogleCloudDialogflowV2SuggestConversationSummaryRequest", "properties": { "assistQueryParams": { "$ref": "GoogleCloudDialogflowV2AssistQueryParameters" }, "latestMessage": { "type": "string" }, "contextSize": { "type": "integer", "format": "int32" } } }, "GoogleCloudDialogflowCxV3beta1DeployFlowMetadata": { "id": "GoogleCloudDialogflowCxV3beta1DeployFlowMetadata", "type": "object", "properties": { "testErrors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" } } } }, "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion": { "id": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion", "type": "object", "properties": { "destinationName": { "type": "string" }, "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2GenerateStatelessSummaryResponseSummary": { "type": "object", "id": "GoogleCloudDialogflowV2GenerateStatelessSummaryResponseSummary", "properties": { "text": { "type": "string" }, "baselineModelVersion": { "type": "string" }, "textSections": { "type": "object", "additionalProperties": { "type": "string" } } } }, "GoogleCloudDialogflowV2SpeechToTextConfig": { "type": "object", "properties": { "useTimeoutBasedEndpointing": { "type": "boolean" }, "audioEncoding": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "enum": [ "AUDIO_ENCODING_UNSPECIFIED", "AUDIO_ENCODING_LINEAR_16", "AUDIO_ENCODING_FLAC", "AUDIO_ENCODING_MULAW", "AUDIO_ENCODING_AMR", "AUDIO_ENCODING_AMR_WB", "AUDIO_ENCODING_OGG_OPUS", "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE", "AUDIO_ENCODING_ALAW" ] }, "model": { "type": "string" }, "geminiAsrConfig": { "$ref": "GoogleCloudDialogflowV2SpeechToTextConfigGeminiAsrConfig" }, "speechModelVariant": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ] }, "enableWordInfo": { "type": "boolean" }, "sampleRateHertz": { "type": "integer", "format": "int32" }, "languageCode": { "type": "string" }, "phraseSets": { "type": "array", "items": { "type": "string" } }, "useGeminiAsr": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2SpeechToTextConfig" }, "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart": { "properties": { "entityType": { "type": "string" }, "alias": { "type": "string" }, "text": { "type": "string" }, "userDefined": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart" }, "GoogleCloudDialogflowCxV3beta1IntentInput": { "type": "object", "properties": { "intent": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1IntentInput" }, "GoogleCloudDialogflowCxV3beta1RunTestCaseResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1RunTestCaseResponse", "properties": { "result": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" } } }, "GoogleCloudDialogflowV2AnswerRecord": { "properties": { "answerFeedback": { "$ref": "GoogleCloudDialogflowV2AnswerFeedback" }, "name": { "type": "string" }, "agentAssistantRecord": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentAssistantRecord" } }, "type": "object", "id": "GoogleCloudDialogflowV2AnswerRecord" }, "GoogleCloudDialogflowV2Fulfillment": { "id": "GoogleCloudDialogflowV2Fulfillment", "type": "object", "properties": { "displayName": { "type": "string" }, "name": { "type": "string" }, "enabled": { "type": "boolean" }, "genericWebService": { "$ref": "GoogleCloudDialogflowV2FulfillmentGenericWebService" }, "features": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2FulfillmentFeature" } } } }, "GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse", "properties": { "names": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings", "properties": { "onlyEndUser": { "type": "boolean" }, "noSmalltalk": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue": { "properties": { "secretVersion": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue", "type": "object" }, "GoogleCloudDialogflowV2SipTrunk": { "properties": { "peerHostnames": { "items": { "$ref": "GoogleCloudDialogflowV2SipHostname" }, "type": "array" }, "connections": { "type": "array", "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2Connection" } }, "googleRootCertFile": { "enum": [ "CERT_FILE_UNSPECIFIED", "EXTERNAL_PRIVATE_CA" ], "enumDescriptions": [ "", "" ], "type": "string" }, "displayName": { "type": "string" }, "expectedHostname": { "items": { "type": "string" }, "type": "array" }, "name": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2SipTrunk" }, "GoogleCloudDialogflowV2CustomPronunciationParams": { "type": "object", "properties": { "phoneticEncoding": { "enum": [ "PHONETIC_ENCODING_UNSPECIFIED", "PHONETIC_ENCODING_IPA", "PHONETIC_ENCODING_X_SAMPA" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "phrase": { "type": "string" }, "pronunciation": { "type": "string" } }, "id": "GoogleCloudDialogflowV2CustomPronunciationParams" }, "GoogleCloudDialogflowV2SuggestFaqAnswersRequest": { "properties": { "contextSize": { "type": "integer", "format": "int32" }, "latestMessage": { "type": "string" }, "assistQueryParams": { "$ref": "GoogleCloudDialogflowV2AssistQueryParameters" } }, "type": "object", "id": "GoogleCloudDialogflowV2SuggestFaqAnswersRequest" }, "GoogleCloudDialogflowCxV3Webhook": { "type": "object", "id": "GoogleCloudDialogflowCxV3Webhook", "properties": { "disabled": { "type": "boolean" }, "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService" }, "name": { "type": "string" }, "serviceDirectory": { "$ref": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig" }, "displayName": { "type": "string" }, "timeout": { "type": "string", "format": "google-duration" } } }, "GoogleCloudDialogflowV3alpha1TurnSignals": { "properties": { "failureReasons": { "items": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ] }, "type": "array" }, "triggeredAbandonmentEvent": { "type": "boolean" }, "noMatch": { "type": "boolean" }, "agentEscalated": { "type": "boolean" }, "webhookStatuses": { "items": { "type": "string" }, "type": "array" }, "noUserInput": { "type": "boolean" }, "reachedEndPage": { "type": "boolean" }, "sentimentScore": { "type": "number", "format": "float" }, "userEscalated": { "type": "boolean" }, "sentimentMagnitude": { "type": "number", "format": "float" }, "dtmfUsed": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV3alpha1TurnSignals", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior": { "properties": { "endUserMetadataIncluded": { "type": "boolean" }, "multipleQueriesGenerated": { "type": "boolean" }, "appendedSearchContextCount": { "format": "int32", "type": "integer" }, "useCustomSafetyFilterLevel": { "type": "boolean" }, "queryGenerationEndUserLanguageMismatch": { "type": "boolean" }, "useTranslatedMessage": { "type": "boolean" }, "queryContainedSearchContext": { "type": "boolean" }, "thirdPartyConnectorAllowed": { "type": "boolean" }, "previousQueriesIncluded": { "type": "boolean" }, "invalidItemsQuerySuggestionSkipped": { "type": "boolean" }, "primaryQueryRedactedAndReplaced": { "type": "boolean" }, "usePubsubDelivery": { "type": "boolean" }, "returnQueryOnly": { "type": "boolean" }, "answerGenerationRewriterOn": { "type": "boolean" }, "conversationTranscriptHasMixedLanguages": { "type": "boolean" }, "queryGenerationAgentLanguageMismatch": { "type": "boolean" }, "disableSyncDelivery": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior", "type": "object" }, "GoogleCloudDialogflowCxV3ConversationTurnUserInput": { "type": "object", "properties": { "isWebhookEnabled": { "type": "boolean" }, "injectedParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "enableSentimentAnalysis": { "type": "boolean" }, "input": { "$ref": "GoogleCloudDialogflowCxV3QueryInput" } }, "id": "GoogleCloudDialogflowCxV3ConversationTurnUserInput" }, "GoogleCloudDialogflowV2beta1SessionEntityType": { "properties": { "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity" } }, "entityOverrideMode": { "enum": [ "ENTITY_OVERRIDE_MODE_UNSPECIFIED", "ENTITY_OVERRIDE_MODE_OVERRIDE", "ENTITY_OVERRIDE_MODE_SUPPLEMENT" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "name": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "GoogleCloudDialogflowV2AutomatedAgentReply": { "properties": { "allowCancellation": { "type": "boolean" }, "cxCurrentPage": { "type": "string" }, "automatedAgentReplyType": { "enumDescriptions": [ "", "", "" ], "type": "string", "enum": [ "AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED", "PARTIAL", "FINAL" ] }, "detectIntentResponse": { "$ref": "GoogleCloudDialogflowV2DetectIntentResponse" } }, "id": "GoogleCloudDialogflowV2AutomatedAgentReply", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput": { "id": "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput", "type": "object", "properties": { "injectedParameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "isWebhookEnabled": { "type": "boolean" }, "input": { "$ref": "GoogleCloudDialogflowCxV3beta1QueryInput" }, "enableSentimentAnalysis": { "type": "boolean" } } }, "GoogleCloudDialogflowV2ToolServiceDirectoryConfig": { "id": "GoogleCloudDialogflowV2ToolServiceDirectoryConfig", "properties": { "service": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessage": { "id": "GoogleCloudDialogflowV2beta1ResponseMessage", "properties": { "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall" }, "endInteraction": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction" }, "text": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageText" }, "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff" }, "payload": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "mixedAudio": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio" } }, "type": "object" }, "GoogleCloudDialogflowCxV3DtmfInput": { "type": "object", "properties": { "finishDigit": { "type": "string" }, "digits": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3DtmfInput" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult": { "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult", "properties": { "accuracyDecomposition": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAccuracyDecomposition" }, "adherenceRubric": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceRubric" }, "completenessRubric": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsCompletenessRubric" } }, "type": "object" }, "GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics": { "type": "object", "id": "GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics", "properties": { "n": { "format": "int32", "type": "integer" }, "recall": { "type": "number", "format": "float" } } }, "GoogleCloudDialogflowV2GeneratorSuggestion": { "id": "GoogleCloudDialogflowV2GeneratorSuggestion", "properties": { "freeFormSuggestion": { "$ref": "GoogleCloudDialogflowV2FreeFormSuggestion" }, "summarySuggestion": { "$ref": "GoogleCloudDialogflowV2SummarySuggestion" }, "toolCallInfo": { "items": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo" }, "type": "array" }, "agentCoachingSuggestion": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestion" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageCardButton": { "id": "GoogleCloudDialogflowV2beta1IntentMessageCardButton", "type": "object", "properties": { "postback": { "type": "string" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowV2ListMessagesResponse": { "id": "GoogleCloudDialogflowV2ListMessagesResponse", "properties": { "messages": { "items": { "$ref": "GoogleCloudDialogflowV2Message" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource": { "id": "GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource", "type": "object", "properties": { "title": { "type": "string" }, "uri": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "snippet": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata": { "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" } } }, "id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata", "type": "object" }, "GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata": { "id": "GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata", "properties": { "request": { "$ref": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageImage": { "properties": { "imageUri": { "type": "string" }, "accessibilityText": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "GoogleCloudDialogflowCxV3ImportIntentsResponse": { "properties": { "intents": { "type": "array", "items": { "type": "string" } }, "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources" } }, "id": "GoogleCloudDialogflowCxV3ImportIntentsResponse", "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo": { "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo", "type": "object", "properties": { "thinkingBudgetTokens": { "type": "integer", "format": "int32" }, "similarityToLastQueryThreshold": { "format": "float", "type": "number" }, "similarityToLastQuery": { "type": "number", "format": "float" }, "totalTokenCount": { "type": "integer", "format": "int32" }, "thinkingLevel": { "type": "string" }, "candidatesTokenCount": { "type": "integer", "format": "int32" }, "promptTokenCount": { "type": "integer", "format": "int32" } } }, "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata": { "id": "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata", "type": "object", "properties": { "suggestionFeatureType": { "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" }, "participantRole": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] }, "createTime": { "type": "string", "format": "google-datetime" }, "conversationProfile": { "type": "string" } } }, "GoogleCloudDialogflowV2ImportConversationDataRequest": { "properties": { "inputConfig": { "$ref": "GoogleCloudDialogflowV2InputConfig" } }, "id": "GoogleCloudDialogflowV2ImportConversationDataRequest", "type": "object" }, "GoogleCloudDialogflowV2beta1StreamingRecognitionResult": { "type": "object", "id": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult", "properties": { "confidence": { "type": "number", "format": "float" }, "dtmfDigits": { "$ref": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents" }, "speechEndOffset": { "format": "google-duration", "type": "string" }, "languageCode": { "type": "string" }, "speechWordInfo": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SpeechWordInfo" }, "type": "array" }, "stability": { "format": "float", "type": "number" }, "transcript": { "type": "string" }, "isFinal": { "type": "boolean" }, "messageType": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "MESSAGE_TYPE_UNSPECIFIED", "TRANSCRIPT", "END_OF_SINGLE_UTTERANCE", "DTMF_DIGITS", "PARTIAL_DTMF_DIGITS", "SPEECH_ACTIVITY_BEGIN", "SPEECH_ACTIVITY_END" ] } } }, "GoogleCloudDialogflowCxV3beta1LanguageInfo": { "properties": { "resolvedLanguageCode": { "type": "string" }, "inputLanguageCode": { "type": "string" }, "confidenceScore": { "format": "float", "type": "number" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1LanguageInfo" }, "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig": { "properties": { "webhookOverrides": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Webhook" } } }, "id": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig", "type": "object" }, "GoogleCloudDialogflowCxV3beta1FormParameter": { "properties": { "displayName": { "type": "string" }, "entityType": { "type": "string" }, "fillBehavior": { "$ref": "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior" }, "isList": { "type": "boolean" }, "defaultValue": { "type": "any" }, "redact": { "type": "boolean" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "required": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FormParameter" }, "GoogleCloudDialogflowV2beta1SmartReplyAnswer": { "id": "GoogleCloudDialogflowV2beta1SmartReplyAnswer", "type": "object", "properties": { "answerRecord": { "type": "string" }, "reply": { "type": "string" }, "confidence": { "type": "number", "format": "float" } } }, "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText": { "properties": { "allowPlaybackInterruption": { "type": "boolean", "readOnly": true }, "text": { "type": "string" }, "ssml": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText", "type": "object" }, "GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback": { "type": "object", "id": "GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback", "properties": { "submitTime": { "format": "google-datetime", "type": "string" }, "startTime": { "type": "string", "format": "google-datetime" }, "summaryText": { "type": "string" }, "textSections": { "type": "object", "additionalProperties": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3beta1PageInfo": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1PageInfo", "properties": { "currentPage": { "type": "string" }, "formInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo" }, "displayName": { "type": "string" } } }, "GoogleCloudDialogflowV2Version": { "id": "GoogleCloudDialogflowV2Version", "properties": { "createTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "name": { "type": "string", "readOnly": true }, "versionNumber": { "format": "int32", "type": "integer", "readOnly": true }, "status": { "readOnly": true, "type": "string", "enum": [ "VERSION_STATUS_UNSPECIFIED", "IN_PROGRESS", "READY", "FAILED" ], "enumDescriptions": [ "", "", "", "" ] }, "description": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarySuggestionSummarySection": { "type": "object", "id": "GoogleCloudDialogflowV2SummarySuggestionSummarySection", "properties": { "section": { "type": "string" }, "summary": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": { "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion", "properties": { "answerRecord": { "readOnly": true, "type": "string" }, "suggestionIndex": { "format": "int32", "type": "integer", "readOnly": true }, "similarityScore": { "readOnly": true, "format": "float", "type": "number" } } }, "GoogleCloudDialogflowCxV3beta1InlineDestination": { "id": "GoogleCloudDialogflowCxV3beta1InlineDestination", "properties": { "content": { "format": "byte", "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestionFeature": { "id": "GoogleCloudDialogflowV2SuggestionFeature", "type": "object", "properties": { "type": { "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ] } } }, "GoogleCloudDialogflowCxV3GcsDestination": { "id": "GoogleCloudDialogflowCxV3GcsDestination", "type": "object", "properties": { "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem": { "type": "object", "properties": { "description": { "type": "string" }, "title": { "type": "string" }, "info": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem" }, "GoogleCloudDialogflowV2beta1ServiceLatency": { "type": "object", "properties": { "internalServiceLatencies": { "items": { "$ref": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1ServiceLatency" }, "GoogleCloudDialogflowV2DeployConversationModelOperationMetadata": { "type": "object", "id": "GoogleCloudDialogflowV2DeployConversationModelOperationMetadata", "properties": { "createTime": { "format": "google-datetime", "type": "string" }, "doneTime": { "format": "google-datetime", "type": "string" }, "conversationModel": { "type": "string" } } }, "GoogleCloudDialogflowV2SearchKnowledgeResponse": { "properties": { "searchKnowledgeDebugInfo": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeDebugInfo" }, "rewrittenQuery": { "type": "string" }, "answers": { "items": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeAnswer" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2SearchKnowledgeResponse" }, "GoogleCloudDialogflowV2ImportDocumentTemplate": { "type": "object", "properties": { "mimeType": { "type": "string" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "knowledgeTypes": { "items": { "enum": [ "KNOWLEDGE_TYPE_UNSPECIFIED", "FAQ", "EXTRACTIVE_QA", "ARTICLE_SUGGESTION", "AGENT_FACING_SMART_REPLY" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2ImportDocumentTemplate" }, "GoogleCloudDialogflowV2ConversationProfile": { "type": "object", "id": "GoogleCloudDialogflowV2ConversationProfile", "properties": { "loggingConfig": { "$ref": "GoogleCloudDialogflowV2LoggingConfig" }, "humanAgentHandoffConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentHandoffConfig" }, "sttConfig": { "$ref": "GoogleCloudDialogflowV2SpeechToTextConfig" }, "displayName": { "type": "string" }, "newRecognitionResultNotificationConfig": { "$ref": "GoogleCloudDialogflowV2NotificationConfig" }, "updateTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "securitySettings": { "type": "string" }, "timeZone": { "type": "string" }, "languageCode": { "type": "string" }, "ttsConfig": { "$ref": "GoogleCloudDialogflowV2SynthesizeSpeechConfig" }, "automatedAgentConfig": { "$ref": "GoogleCloudDialogflowV2AutomatedAgentConfig" }, "createTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "humanAgentAssistantConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfig" }, "newMessageEventNotificationConfig": { "$ref": "GoogleCloudDialogflowV2NotificationConfig" }, "sipConfig": { "$ref": "GoogleCloudDialogflowV2SipConfig" }, "notificationConfig": { "$ref": "GoogleCloudDialogflowV2NotificationConfig" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1AnnotatedMessagePart": { "id": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart", "type": "object", "properties": { "formattedValue": { "type": "any" }, "entityType": { "type": "string" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1GeneratorSuggestion": { "type": "object", "id": "GoogleCloudDialogflowV2beta1GeneratorSuggestion", "properties": { "agentCoachingSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion" }, "freeFormSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1FreeFormSuggestion" }, "toolCallInfo": { "items": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo" }, "type": "array" }, "summarySuggestion": { "$ref": "GoogleCloudDialogflowV2beta1SummarySuggestion" } } }, "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput": { "properties": { "sessionParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "status": { "$ref": "GoogleRpcStatus" }, "textResponses": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageText" } }, "triggeredIntent": { "$ref": "GoogleCloudDialogflowCxV3Intent" }, "currentPage": { "$ref": "GoogleCloudDialogflowCxV3Page" }, "diagnosticInfo": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "differences": { "readOnly": true, "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestRunDifference" } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput" }, "GoogleCloudDialogflowV2OutputAudio": { "properties": { "config": { "$ref": "GoogleCloudDialogflowV2OutputAudioConfig" }, "audio": { "type": "string", "format": "byte" } }, "id": "GoogleCloudDialogflowV2OutputAudio", "type": "object" }, "GoogleCloudDialogflowCxV3ConversationSignals": { "type": "object", "id": "GoogleCloudDialogflowCxV3ConversationSignals", "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowCxV3TurnSignals" } } }, "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig": { "id": "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig", "properties": { "webhookOverrides": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Webhook" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2SessionEntityType": { "type": "object", "id": "GoogleCloudDialogflowV2SessionEntityType", "properties": { "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" } }, "entityOverrideMode": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "ENTITY_OVERRIDE_MODE_UNSPECIFIED", "ENTITY_OVERRIDE_MODE_OVERRIDE", "ENTITY_OVERRIDE_MODE_SUPPLEMENT" ] }, "name": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency": { "properties": { "step": { "type": "string" }, "completeTime": { "type": "string", "format": "google-datetime" }, "latencyMs": { "type": "number", "format": "float" }, "startTime": { "type": "string", "format": "google-datetime" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency" }, "GoogleCloudDialogflowCxV3beta1EventHandler": { "type": "object", "properties": { "event": { "type": "string" }, "targetPage": { "type": "string" }, "targetPlaybook": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "name": { "type": "string", "readOnly": true }, "targetFlow": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1EventHandler" }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse": { "properties": { "entityTypes": { "type": "array", "items": { "type": "string" } }, "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse" }, "GoogleCloudDialogflowV2IntentMessageSuggestions": { "type": "object", "properties": { "suggestions": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageSuggestion" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2IntentMessageSuggestions" }, "GoogleCloudDialogflowCxV3DeployFlowMetadata": { "id": "GoogleCloudDialogflowCxV3DeployFlowMetadata", "type": "object", "properties": { "testErrors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" } } } }, "GoogleCloudDialogflowV2AudioInput": { "properties": { "config": { "$ref": "GoogleCloudDialogflowV2InputAudioConfig" }, "audio": { "format": "byte", "type": "string" } }, "id": "GoogleCloudDialogflowV2AudioInput", "type": "object" }, "GoogleCloudDialogflowV2SuggestArticlesRequest": { "id": "GoogleCloudDialogflowV2SuggestArticlesRequest", "type": "object", "properties": { "latestMessage": { "type": "string" }, "contextSize": { "type": "integer", "format": "int32" }, "assistQueryParams": { "$ref": "GoogleCloudDialogflowV2AssistQueryParameters" } } }, "GoogleCloudDialogflowCxV3TurnSignals": { "properties": { "webhookStatuses": { "items": { "type": "string" }, "type": "array" }, "noMatch": { "type": "boolean" }, "userEscalated": { "type": "boolean" }, "reachedEndPage": { "type": "boolean" }, "sentimentScore": { "format": "float", "type": "number" }, "dtmfUsed": { "type": "boolean" }, "agentEscalated": { "type": "boolean" }, "noUserInput": { "type": "boolean" }, "failureReasons": { "items": { "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "type": "array" }, "sentimentMagnitude": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowCxV3TurnSignals", "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig": { "properties": { "recentSentencesCount": { "type": "integer", "format": "int32" } }, "type": "object", "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig" }, "GoogleCloudDialogflowV2ConversationDataset": { "properties": { "conversationCount": { "type": "string", "format": "int64", "readOnly": true }, "displayName": { "type": "string" }, "name": { "type": "string", "readOnly": true }, "description": { "type": "string" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "satisfiesPzi": { "readOnly": true, "type": "boolean" }, "satisfiesPzs": { "type": "boolean", "readOnly": true }, "conversationInfo": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2ConversationInfo" }, "inputConfig": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2InputConfig" } }, "type": "object", "id": "GoogleCloudDialogflowV2ConversationDataset" }, "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech": { "type": "object", "properties": { "text": { "type": "string" }, "ssml": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech" }, "GoogleCloudDialogflowCxV3beta1TestError": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TestError", "properties": { "testTime": { "type": "string", "format": "google-datetime" }, "status": { "$ref": "GoogleRpcStatus" }, "testCase": { "type": "string" } } }, "GoogleCloudDialogflowCxV3InputAudioConfig": { "id": "GoogleCloudDialogflowCxV3InputAudioConfig", "properties": { "sampleRateHertz": { "format": "int32", "type": "integer" }, "modelVariant": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ] }, "audioEncoding": { "enum": [ "AUDIO_ENCODING_UNSPECIFIED", "AUDIO_ENCODING_LINEAR_16", "AUDIO_ENCODING_FLAC", "AUDIO_ENCODING_MULAW", "AUDIO_ENCODING_AMR", "AUDIO_ENCODING_AMR_WB", "AUDIO_ENCODING_OGG_OPUS", "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE", "AUDIO_ENCODING_ALAW" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ] }, "enableWordInfo": { "type": "boolean" }, "optOutConformerModelMigration": { "type": "boolean" }, "model": { "type": "string" }, "bargeInConfig": { "$ref": "GoogleCloudDialogflowCxV3BargeInConfig" }, "phraseHints": { "items": { "type": "string" }, "type": "array" }, "singleUtterance": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ToolCallResult": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ToolCallResult", "properties": { "cesTool": { "type": "string" }, "action": { "type": "string" }, "cesApp": { "type": "string" }, "tool": { "type": "string" }, "answerRecord": { "type": "string" }, "content": { "type": "string" }, "error": { "$ref": "GoogleCloudDialogflowV2beta1ToolCallResultError" }, "createTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "cesToolset": { "type": "string" }, "rawContent": { "type": "string", "format": "byte" } } }, "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent": { "properties": { "content": { "type": "string", "format": "byte" }, "mimeType": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsOverallScoresByMetric": { "type": "object", "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsOverallScoresByMetric", "properties": { "metric": { "type": "string", "readOnly": true } } }, "GoogleLongrunningOperation": { "properties": { "name": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "description": "Properties of the object. Contains field @type with type URL.", "type": "any" } }, "done": { "type": "boolean" }, "response": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." } }, "error": { "$ref": "GoogleRpcStatus" } }, "id": "GoogleLongrunningOperation", "type": "object" }, "GoogleCloudDialogflowV2FewShotExample": { "id": "GoogleCloudDialogflowV2FewShotExample", "type": "object", "properties": { "summarizationSectionList": { "$ref": "GoogleCloudDialogflowV2SummarizationSectionList" }, "conversationContext": { "$ref": "GoogleCloudDialogflowV2ConversationContext" }, "extraInfo": { "additionalProperties": { "type": "string" }, "type": "object" }, "output": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestion" } } }, "GoogleCloudDialogflowV2beta1IntentMessageCard": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageCard", "properties": { "buttons": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCardButton" } }, "subtitle": { "type": "string" }, "title": { "type": "string" }, "imageUri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings": { "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings", "properties": { "endpointerSensitivity": { "type": "integer", "format": "int32" }, "models": { "type": "object", "additionalProperties": { "type": "string" } }, "useTimeoutBasedEndpointing": { "type": "boolean" }, "noSpeechTimeout": { "type": "string", "format": "google-duration" } }, "type": "object" }, "GoogleCloudDialogflowV2SearchKnowledgeRequest": { "properties": { "conversation": { "type": "string" }, "endUserMetadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "searchConfig": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig" }, "exactSearch": { "type": "boolean" }, "query": { "$ref": "GoogleCloudDialogflowV2TextInput" }, "conversationProfile": { "type": "string" }, "parent": { "type": "string" }, "querySource": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "QUERY_SOURCE_UNSPECIFIED", "AGENT_QUERY", "SUGGESTED_QUERY" ] }, "latestMessage": { "type": "string" }, "sessionId": { "type": "string" } }, "id": "GoogleCloudDialogflowV2SearchKnowledgeRequest", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo": { "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo", "properties": { "similarityToLastQueryThreshold": { "format": "float", "type": "number" }, "totalTokenCount": { "type": "integer", "format": "int32" }, "thinkingBudgetTokens": { "format": "int32", "type": "integer" }, "promptTokenCount": { "type": "integer", "format": "int32" }, "thinkingLevel": { "type": "string" }, "candidatesTokenCount": { "type": "integer", "format": "int32" }, "similarityToLastQuery": { "format": "float", "type": "number" } } }, "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig": { "id": "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig", "type": "object", "properties": { "testCases": { "items": { "type": "string" }, "type": "array" }, "enablePredeploymentRun": { "type": "boolean" }, "enableContinuousRun": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata": { "type": "object", "properties": {}, "id": "GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata" }, "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject", "properties": { "largeImage": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "icon": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "description": { "type": "string" }, "contentUrl": { "type": "string" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowV2ConversationContextReference": { "id": "GoogleCloudDialogflowV2ConversationContextReference", "properties": { "createTime": { "format": "google-datetime", "type": "string", "readOnly": true }, "languageCode": { "type": "string" }, "updateMode": { "enum": [ "UPDATE_MODE_UNSPECIFIED", "APPEND", "OVERWRITE" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "contextContents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2ConversationContextReferenceContextContent" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1Context": { "properties": { "lifespanCount": { "type": "integer", "format": "int32" }, "parameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "name": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1Context" }, "GoogleCloudDialogflowV2beta1IntentMessageListSelect": { "id": "GoogleCloudDialogflowV2beta1IntentMessageListSelect", "properties": { "subtitle": { "type": "string" }, "title": { "type": "string" }, "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentParameter": { "id": "GoogleCloudDialogflowV2beta1IntentParameter", "type": "object", "properties": { "mandatory": { "type": "boolean" }, "defaultValue": { "type": "string" }, "prompts": { "type": "array", "items": { "type": "string" } }, "displayName": { "type": "string" }, "name": { "type": "string" }, "value": { "type": "string" }, "isList": { "type": "boolean" }, "entityTypeDisplayName": { "type": "string" } } }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource": { "properties": { "agent": { "type": "string" }, "humanAgentSideConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig" } }, "type": "object", "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource" }, "GoogleCloudDialogflowV2ListConversationProfilesResponse": { "id": "GoogleCloudDialogflowV2ListConversationProfilesResponse", "properties": { "nextPageToken": { "type": "string" }, "conversationProfiles": { "items": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolExtensionTool": { "properties": { "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2ToolExtensionTool", "type": "object" }, "GoogleCloudDialogflowCxV3LanguageInfo": { "properties": { "inputLanguageCode": { "type": "string" }, "resolvedLanguageCode": { "type": "string" }, "confidenceScore": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowCxV3LanguageInfo", "type": "object" }, "GoogleCloudDialogflowV2Agent": { "id": "GoogleCloudDialogflowV2Agent", "properties": { "timeZone": { "type": "string" }, "defaultLanguageCode": { "type": "string" }, "tier": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "TIER_UNSPECIFIED", "TIER_STANDARD", "TIER_ENTERPRISE", "TIER_ENTERPRISE_PLUS" ], "enumDeprecated": [ false, false, false, true ] }, "apiVersion": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "API_VERSION_UNSPECIFIED", "API_VERSION_V1", "API_VERSION_V2", "API_VERSION_V2_BETA_1" ], "type": "string" }, "parent": { "type": "string" }, "matchMode": { "deprecated": true, "enumDescriptions": [ "", "", "" ], "enum": [ "MATCH_MODE_UNSPECIFIED", "MATCH_MODE_HYBRID", "MATCH_MODE_ML_ONLY" ], "type": "string" }, "supportedLanguageCodes": { "items": { "type": "string" }, "type": "array" }, "avatarUri": { "type": "string" }, "description": { "type": "string" }, "displayName": { "type": "string" }, "classificationThreshold": { "type": "number", "format": "float" }, "enableLogging": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2SipConfig": { "id": "GoogleCloudDialogflowV2SipConfig", "properties": { "keepConversationRunning": { "type": "boolean" }, "copyInboundCallLegHeaders": { "type": "array", "items": { "type": "string" } }, "allowVirtualAgentInteraction": { "type": "boolean" }, "maxAudioRecordingDuration": { "type": "string", "format": "google-duration" }, "inactiveStart": { "type": "boolean" }, "createConversationOnTheFly": { "type": "boolean" }, "ignoreReinviteMediaDirection": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2InputAudioConfig": { "type": "object", "id": "GoogleCloudDialogflowV2InputAudioConfig", "properties": { "disableNoSpeechRecognizedEvent": { "type": "boolean" }, "modelVariant": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ] }, "enableWordInfo": { "type": "boolean" }, "sampleRateHertz": { "type": "integer", "format": "int32" }, "phraseHints": { "type": "array", "items": { "type": "string" }, "deprecated": true }, "languageCode": { "type": "string" }, "enableAutomaticPunctuation": { "type": "boolean" }, "singleUtterance": { "type": "boolean" }, "geminiAsrConfig": { "$ref": "GoogleCloudDialogflowV2SpeechToTextConfigGeminiAsrConfig" }, "enableVoiceActivityEvents": { "type": "boolean" }, "phraseSets": { "items": { "type": "string" }, "type": "array" }, "speechContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SpeechContext" } }, "optOutConformerModelMigration": { "type": "boolean" }, "audioEncoding": { "type": "string", "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": [ "", "", "", "", "", "", "", "", "" ] }, "model": { "type": "string" }, "useGeminiAsr": { "type": "boolean" } } }, "GoogleCloudDialogflowV2BatchUpdateIntentsRequest": { "id": "GoogleCloudDialogflowV2BatchUpdateIntentsRequest", "properties": { "languageCode": { "type": "string" }, "intentView": { "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_FULL" ], "type": "string", "enumDescriptions": [ "", "" ] }, "updateMask": { "type": "string", "format": "google-fieldmask" }, "intentBatchUri": { "type": "string" }, "intentBatchInline": { "$ref": "GoogleCloudDialogflowV2IntentBatch" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageCarouselSelect": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageCarouselSelect", "properties": { "items": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem" }, "type": "array" } } }, "GoogleCloudDialogflowV2ListVersionsResponse": { "id": "GoogleCloudDialogflowV2ListVersionsResponse", "type": "object", "properties": { "nextPageToken": { "type": "string" }, "versions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2Version" } } } }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases": { "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases", "properties": { "cases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase" } } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig": { "properties": { "agent": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig" }, "GoogleCloudDialogflowV2ConnectionErrorDetails": { "properties": { "errorMessage": { "type": "string" }, "certificateState": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "readOnly": true, "enum": [ "CERTIFICATE_STATE_UNSPECIFIED", "CERTIFICATE_VALID", "CERTIFICATE_INVALID", "CERTIFICATE_EXPIRED", "CERTIFICATE_HOSTNAME_NOT_FOUND", "CERTIFICATE_UNAUTHENTICATED", "CERTIFICATE_TRUST_STORE_NOT_FOUND", "CERTIFICATE_HOSTNAME_INVALID_FORMAT", "CERTIFICATE_QUOTA_EXCEEDED" ] } }, "type": "object", "id": "GoogleCloudDialogflowV2ConnectionErrorDetails" }, "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings": { "id": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings", "type": "object", "properties": { "noSpeechTimeout": { "type": "string", "format": "google-duration" }, "useTimeoutBasedEndpointing": { "type": "boolean" }, "endpointerSensitivity": { "format": "int32", "type": "integer" }, "models": { "type": "object", "additionalProperties": { "type": "string" } } } }, "GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse": { "id": "GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse", "type": "object", "properties": { "conversationModelEvaluations": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2ConversationModelEvaluation" } }, "nextPageToken": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1EventInput": { "id": "GoogleCloudDialogflowV2beta1EventInput", "type": "object", "properties": { "parameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "name": { "type": "string" }, "languageCode": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer": { "type": "object", "properties": { "answerRecord": { "type": "string" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" }, "intentSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1IntentSuggestion" } }, "id": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer" }, "GoogleCloudDialogflowV2FreeFormContext": { "type": "object", "id": "GoogleCloudDialogflowV2FreeFormContext", "properties": { "text": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCard": { "properties": { "formattedText": { "type": "string" }, "title": { "type": "string" }, "subtitle": { "type": "string" }, "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" }, "type": "array" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBasicCard": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageBasicCard", "properties": { "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "title": { "type": "string" }, "formattedText": { "type": "string" }, "subtitle": { "type": "string" }, "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButton" }, "type": "array" } } }, "GoogleCloudDialogflowV2DocumentReloadStatus": { "id": "GoogleCloudDialogflowV2DocumentReloadStatus", "properties": { "time": { "format": "google-datetime", "type": "string" }, "status": { "$ref": "GoogleRpcStatus" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentFollowupIntentInfo": { "id": "GoogleCloudDialogflowV2IntentFollowupIntentInfo", "type": "object", "properties": { "parentFollowupIntentName": { "type": "string" }, "followupIntentName": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageMediaContent": { "id": "GoogleCloudDialogflowV2IntentMessageMediaContent", "properties": { "mediaObjects": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject" }, "type": "array" }, "mediaType": { "type": "string", "enum": [ "RESPONSE_MEDIA_TYPE_UNSPECIFIED", "AUDIO" ], "enumDescriptions": [ "", "" ] } }, "type": "object" }, "GoogleCloudDialogflowCxV3DataStoreConnection": { "properties": { "dataStore": { "type": "string" }, "documentProcessingMode": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "DOCUMENT_PROCESSING_MODE_UNSPECIFIED", "DOCUMENTS", "CHUNKS" ] }, "dataStoreType": { "type": "string", "enum": [ "DATA_STORE_TYPE_UNSPECIFIED", "PUBLIC_WEB", "UNSTRUCTURED", "STRUCTURED" ], "enumDescriptions": [ "", "", "", "" ] } }, "id": "GoogleCloudDialogflowCxV3DataStoreConnection", "type": "object" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings": { "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings", "type": "object", "properties": { "endpointingTimeoutDuration": { "type": "string", "format": "google-duration" }, "finishDigit": { "type": "string" }, "interdigitTimeoutDuration": { "format": "google-duration", "type": "string" }, "enabled": { "type": "boolean" }, "maxDigits": { "type": "integer", "format": "int32" } } }, "GoogleCloudDialogflowV2AnalyzeContentRequest": { "id": "GoogleCloudDialogflowV2AnalyzeContentRequest", "type": "object", "properties": { "assistQueryParams": { "$ref": "GoogleCloudDialogflowV2AssistQueryParameters" }, "eventInput": { "$ref": "GoogleCloudDialogflowV2EventInput" }, "cxParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "suggestionInput": { "$ref": "GoogleCloudDialogflowV2SuggestionInput" }, "textInput": { "$ref": "GoogleCloudDialogflowV2TextInput" }, "queryParams": { "$ref": "GoogleCloudDialogflowV2QueryParameters" }, "replyAudioConfig": { "$ref": "GoogleCloudDialogflowV2OutputAudioConfig" }, "audioInput": { "$ref": "GoogleCloudDialogflowV2AudioInput" }, "requestId": { "type": "string" } } }, "GoogleCloudDialogflowV2ListSipTrunksResponse": { "id": "GoogleCloudDialogflowV2ListSipTrunksResponse", "type": "object", "properties": { "sipTrunks": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SipTrunk" } }, "nextPageToken": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial": { "properties": { "phoneNumber": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial", "type": "object" }, "GoogleCloudDialogflowV2Conversation": { "id": "GoogleCloudDialogflowV2Conversation", "properties": { "phoneNumber": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2ConversationPhoneNumber" }, "name": { "readOnly": true, "type": "string" }, "initialGeneratorContexts": { "additionalProperties": { "$ref": "GoogleCloudDialogflowV2ConversationGeneratorContext" }, "readOnly": true, "type": "object" }, "initialConversationProfile": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "endTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "conversationStage": { "enumDescriptions": [ "", "", "" ], "enum": [ "CONVERSATION_STAGE_UNSPECIFIED", "VIRTUAL_AGENT_STAGE", "HUMAN_ASSIST_STAGE" ], "type": "string" }, "ingestedContextReferences": { "type": "object", "readOnly": true, "additionalProperties": { "$ref": "GoogleCloudDialogflowV2ConversationContextReference" } }, "startTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "lifecycleState": { "enum": [ "LIFECYCLE_STATE_UNSPECIFIED", "IN_PROGRESS", "COMPLETED" ], "readOnly": true, "type": "string", "enumDescriptions": [ "", "", "" ] }, "telephonyConnectionInfo": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo" }, "conversationProfile": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2MessageEntry": { "type": "object", "id": "GoogleCloudDialogflowV2MessageEntry", "properties": { "role": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] }, "languageCode": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowV2Generator": { "properties": { "triggerEvent": { "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE" ], "type": "string", "enumDescriptions": [ "", "", "", "", "" ] }, "createTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "toolsetTools": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2ToolsetTool" } }, "inferenceParameter": { "$ref": "GoogleCloudDialogflowV2InferenceParameter" }, "updateTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "tools": { "type": "array", "items": { "type": "string" } }, "freeFormContext": { "$ref": "GoogleCloudDialogflowV2FreeFormContext" }, "agentCoachingContext": { "$ref": "GoogleCloudDialogflowV2AgentCoachingContext" }, "description": { "type": "string" }, "summarizationContext": { "$ref": "GoogleCloudDialogflowV2SummarizationContext" }, "suggestionDedupingConfig": { "$ref": "GoogleCloudDialogflowV2SuggestionDedupingConfig" }, "cesToolSpecs": { "items": { "$ref": "GoogleCloudDialogflowV2CesToolSpec" }, "type": "array" }, "cesAppSpecs": { "items": { "$ref": "GoogleCloudDialogflowV2CesAppSpec" }, "type": "array", "deprecated": true }, "publishedModel": { "type": "string" }, "name": { "type": "string", "readOnly": true } }, "id": "GoogleCloudDialogflowV2Generator", "type": "object" }, "GoogleCloudDialogflowCxV3beta1Page": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Page", "properties": { "name": { "type": "string" }, "form": { "$ref": "GoogleCloudDialogflowCxV3beta1Form" }, "transitionRoutes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute" } }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "entryFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "description": { "type": "string" }, "eventHandlers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EventHandler" } }, "displayName": { "type": "string" }, "knowledgeConnectorSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings" }, "transitionRouteGroups": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowV2SearchKnowledgeAnswer": { "properties": { "answerSources": { "items": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource" }, "type": "array" }, "answerRecord": { "type": "string" }, "answer": { "type": "string" }, "answerType": { "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string", "enum": [ "ANSWER_TYPE_UNSPECIFIED", "FAQ", "GENERATIVE", "INTENT", "PLAYBOOK", "EVENT" ] } }, "type": "object", "id": "GoogleCloudDialogflowV2SearchKnowledgeAnswer" }, "GoogleCloudDialogflowCxV3ResponseMessageText": { "id": "GoogleCloudDialogflowCxV3ResponseMessageText", "type": "object", "properties": { "text": { "items": { "type": "string" }, "type": "array" }, "allowPlaybackInterruption": { "type": "boolean", "readOnly": true } } }, "GoogleCloudDialogflowV2EntityType": { "id": "GoogleCloudDialogflowV2EntityType", "properties": { "displayName": { "type": "string" }, "name": { "type": "string" }, "autoExpansionMode": { "type": "string", "enum": [ "AUTO_EXPANSION_MODE_UNSPECIFIED", "AUTO_EXPANSION_MODE_DEFAULT" ], "enumDescriptions": [ "", "" ] }, "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" } }, "enableFuzzyExtraction": { "type": "boolean" }, "kind": { "enum": [ "KIND_UNSPECIFIED", "KIND_MAP", "KIND_LIST", "KIND_REGEXP" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] } }, "type": "object" }, "GoogleCloudDialogflowV2GenerateStatelessSuggestionResponse": { "id": "GoogleCloudDialogflowV2GenerateStatelessSuggestionResponse", "type": "object", "properties": { "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestion" } } }, "GoogleCloudDialogflowCxV3beta1TextInput": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TextInput", "properties": { "text": { "type": "string" } } }, "GoogleCloudDialogflowV2ToolCall": { "type": "object", "properties": { "action": { "type": "string" }, "createTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "cesApp": { "type": "string" }, "cesToolset": { "type": "string" }, "answerRecord": { "type": "string" }, "toolDisplayDetails": { "type": "string" }, "inputParameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "tool": { "type": "string" }, "toolDisplayName": { "type": "string" }, "state": { "enumDescriptions": [ "", "", "" ], "type": "string", "readOnly": true, "enum": [ "STATE_UNSPECIFIED", "TRIGGERED", "NEEDS_CONFIRMATION" ] }, "cesTool": { "type": "string" } }, "id": "GoogleCloudDialogflowV2ToolCall" }, "GoogleCloudDialogflowV2ValidationError": { "id": "GoogleCloudDialogflowV2ValidationError", "type": "object", "properties": { "errorMessage": { "type": "string" }, "severity": { "type": "string", "enumDescriptions": [ "", "", "", "", "" ], "enum": [ "SEVERITY_UNSPECIFIED", "INFO", "WARNING", "ERROR", "CRITICAL" ] }, "entries": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem": { "properties": { "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "footer": { "type": "string" }, "openUriAction": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" }, "title": { "type": "string" }, "description": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem", "type": "object" }, "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings": { "type": "object", "id": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings", "properties": { "generator": { "type": "string" }, "outputParameter": { "type": "string" }, "inputParameters": { "type": "object", "additionalProperties": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3beta1AudioInput": { "id": "GoogleCloudDialogflowCxV3beta1AudioInput", "properties": { "audio": { "type": "string", "format": "byte" }, "config": { "$ref": "GoogleCloudDialogflowCxV3beta1InputAudioConfig" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TestCase": { "properties": { "lastTestResult": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" }, "creationTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "notes": { "type": "string" }, "testConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1TestConfig" }, "tags": { "type": "array", "items": { "type": "string" } }, "displayName": { "type": "string" }, "name": { "type": "string" }, "testCaseConversationTurns": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurn" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TestCase" }, "GoogleCloudDialogflowV2DialogflowAssistAnswer": { "id": "GoogleCloudDialogflowV2DialogflowAssistAnswer", "properties": { "answerRecord": { "type": "string" }, "intentSuggestion": { "$ref": "GoogleCloudDialogflowV2IntentSuggestion" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2QueryResult" } }, "type": "object" }, "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig": { "id": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig", "type": "object", "properties": { "enableContinuousRun": { "type": "boolean" }, "enablePredeploymentRun": { "type": "boolean" }, "testCases": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3beta1DtmfInput": { "id": "GoogleCloudDialogflowCxV3beta1DtmfInput", "type": "object", "properties": { "finishDigit": { "type": "string" }, "digits": { "type": "string" } } }, "GoogleCloudDialogflowV2CesToolSpec": { "id": "GoogleCloudDialogflowV2CesToolSpec", "type": "object", "properties": { "confirmationRequirement": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "CONFIRMATION_REQUIREMENT_UNSPECIFIED", "REQUIRED", "NOT_REQUIRED" ] }, "cesTool": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase": { "id": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase", "type": "object", "properties": { "repeatCount": { "type": "integer", "format": "int32" }, "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart" } }, "id": { "readOnly": true, "type": "string" } } }, "GoogleCloudDialogflowV2KnowledgeOperationMetadata": { "id": "GoogleCloudDialogflowV2KnowledgeOperationMetadata", "type": "object", "properties": { "state": { "type": "string", "readOnly": true, "enumDescriptions": [ "", "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "PENDING", "RUNNING", "DONE" ] }, "knowledgeBase": { "type": "string" }, "exportOperationMetadata": { "$ref": "GoogleCloudDialogflowV2ExportOperationMetadata" }, "doneTime": { "type": "string", "format": "google-datetime" } } }, "GoogleCloudDialogflowV2ExportAgentResponse": { "properties": { "agentUri": { "type": "string" }, "agentContent": { "format": "byte", "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2ExportAgentResponse" }, "GoogleCloudDialogflowCxV3ResponseMessage": { "properties": { "mixedAudio": { "readOnly": true, "$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio" }, "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff" }, "endInteraction": { "readOnly": true, "$ref": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction" }, "outputAudioText": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText" }, "playAudio": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio" }, "toolCall": { "$ref": "GoogleCloudDialogflowCxV3ToolCall" }, "responseType": { "enum": [ "RESPONSE_TYPE_UNSPECIFIED", "ENTRY_PROMPT", "PARAMETER_PROMPT", "HANDLER_PROMPT" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] }, "payload": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "channel": { "type": "string" }, "text": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageText" }, "knowledgeInfoCard": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard" }, "conversationSuccess": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ResponseMessage" }, "GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig": { "properties": { "allowlistDocument": { "type": "string" }, "maxResultCount": { "type": "integer", "format": "int32" } }, "type": "object", "id": "GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig" }, "GoogleCloudDialogflowCxV3TestCase": { "type": "object", "properties": { "notes": { "type": "string" }, "lastTestResult": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" }, "displayName": { "type": "string" }, "name": { "type": "string" }, "testConfig": { "$ref": "GoogleCloudDialogflowCxV3TestConfig" }, "testCaseConversationTurns": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurn" } }, "tags": { "items": { "type": "string" }, "type": "array" }, "creationTime": { "format": "google-datetime", "type": "string", "readOnly": true } }, "id": "GoogleCloudDialogflowCxV3TestCase" }, "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency": { "id": "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency", "properties": { "completeTime": { "type": "string", "format": "google-datetime" }, "latencyMs": { "format": "float", "type": "number" }, "startTime": { "format": "google-datetime", "type": "string" }, "step": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata", "type": "object", "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" } } } }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource": { "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource", "properties": { "event": { "type": "string" }, "snippets": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" } } }, "GoogleCloudDialogflowCxV3WebhookRequest": { "id": "GoogleCloudDialogflowCxV3WebhookRequest", "type": "object", "properties": { "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3SessionInfo" }, "dtmfDigits": { "type": "string" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" } }, "intentInfo": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo" }, "fulfillmentInfo": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult" }, "text": { "type": "string" }, "detectIntentResponseId": { "type": "string" }, "languageInfo": { "$ref": "GoogleCloudDialogflowCxV3LanguageInfo" }, "languageCode": { "type": "string" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfo" }, "triggerEvent": { "type": "string" }, "transcript": { "type": "string" }, "triggerIntent": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ToolCallResultError": { "id": "GoogleCloudDialogflowV2beta1ToolCallResultError", "properties": { "message": { "type": "string" }, "retryable": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata": { "type": "object", "properties": { "doneTime": { "type": "string", "format": "google-datetime" }, "conversationModel": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime" } }, "id": "GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer": { "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer", "properties": { "knowledgeAssistDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo" }, "suggestedQuery": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery" }, "answerRecord": { "type": "string" }, "suggestedQueryAnswer": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer" } } }, "GoogleCloudDialogflowV2ListIntentsResponse": { "type": "object", "id": "GoogleCloudDialogflowV2ListIntentsResponse", "properties": { "intents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2Intent" } }, "nextPageToken": { "type": "string" } } }, "GoogleCloudDialogflowV2GcsSources": { "properties": { "uris": { "items": { "type": "string" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2GcsSources" }, "GoogleCloudDialogflowCxV3Environment": { "id": "GoogleCloudDialogflowCxV3Environment", "type": "object", "properties": { "name": { "type": "string" }, "displayName": { "type": "string" }, "versionConfigs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig" } }, "testCasesConfig": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig" }, "webhookConfig": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig" }, "updateTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "description": { "type": "string" } } }, "GoogleCloudDialogflowV2FulfillmentGenericWebService": { "properties": { "uri": { "type": "string" }, "username": { "type": "string" }, "password": { "type": "string" }, "isCloudFunction": { "type": "boolean", "deprecated": true }, "requestHeaders": { "type": "object", "additionalProperties": { "type": "string" } } }, "id": "GoogleCloudDialogflowV2FulfillmentGenericWebService", "type": "object" }, "GoogleCloudDialogflowCxV3WebhookResponse": { "type": "object", "properties": { "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfo" }, "targetPage": { "type": "string" }, "targetFlow": { "type": "string" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3SessionInfo" }, "fulfillmentResponse": { "$ref": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse" } }, "id": "GoogleCloudDialogflowCxV3WebhookResponse" }, "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo", "properties": { "ingestedParametersDebugInfo": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" }, "type": "array" }, "projectNotAllowlisted": { "type": "boolean" }, "contextReferenceRetrieved": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1Form": { "properties": { "parameters": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FormParameter" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Form" }, "GoogleLongrunningListOperationsResponse": { "id": "GoogleLongrunningListOperationsResponse", "type": "object", "properties": { "nextPageToken": { "type": "string" }, "operations": { "items": { "$ref": "GoogleLongrunningOperation" }, "type": "array" }, "unreachable": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail": { "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail", "type": "object", "properties": { "summarySections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SummarySuggestionSummarySection" }, "readOnly": true }, "metricDetails": { "type": "array", "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetail" } }, "messageEntries": { "items": { "$ref": "GoogleCloudDialogflowV2MessageEntry" }, "readOnly": true, "type": "array" }, "sectionTokens": { "type": "array", "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken" } } } }, "GoogleCloudDialogflowV2beta1SummarySuggestion": { "id": "GoogleCloudDialogflowV2beta1SummarySuggestion", "type": "object", "properties": { "summarySections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection" } } } }, "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult": { "id": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult", "type": "object", "properties": { "magnitude": { "type": "number", "format": "float" }, "score": { "format": "float", "type": "number" } } }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition": { "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition", "type": "object", "deprecated": true, "properties": { "isAdherent": { "readOnly": true, "type": "boolean" }, "adherenceReasoning": { "type": "string", "readOnly": true }, "point": { "type": "string", "readOnly": true } } }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard": { "properties": { "imageDisplayOptions": { "enum": [ "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED", "GRAY", "WHITE", "CROPPED", "BLURRED_BACKGROUND" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" }, "items": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessage": { "id": "GoogleCloudDialogflowV2beta1IntentMessage", "properties": { "basicCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard" }, "simpleResponses": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses" }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "rbmCarouselRichCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard" }, "card": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCard" }, "platform": { "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "TELEPHONY", "GOOGLE_HANGOUTS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "text": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageText" }, "telephonyPlayAudio": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio" }, "mediaContent": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent" }, "listSelect": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelect" }, "quickReplies": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies" }, "linkOutSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion" }, "tableCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCard" }, "suggestions": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions" }, "rbmText": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmText" }, "browseCarouselCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard" }, "carouselSelect": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect" }, "rbmStandaloneRichCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard" }, "telephonySynthesizeSpeech": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo": { "type": "object", "properties": { "datastoreResponseReason": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "enum": [ "DATASTORE_RESPONSE_REASON_UNSPECIFIED", "NONE", "SEARCH_OUT_OF_QUOTA", "SEARCH_EMPTY_RESULTS", "ANSWER_GENERATION_GEN_AI_DISABLED", "ANSWER_GENERATION_OUT_OF_QUOTA", "ANSWER_GENERATION_ERROR", "ANSWER_GENERATION_NOT_ENOUGH_INFO", "ANSWER_GENERATION_RAI_FAILED", "ANSWER_GENERATION_NOT_GROUNDED" ] }, "serviceLatency": { "$ref": "GoogleCloudDialogflowV2beta1ServiceLatency" }, "knowledgeAssistBehavior": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior" }, "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" }, "queryCategorizationFailureReason": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED", "QUERY_CATEGORIZATION_INVALID_CONFIG", "QUERY_CATEGORIZATION_RESULT_NOT_FOUND", "QUERY_CATEGORIZATION_FAILED" ] }, "cesDebugInfo": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "queryGenerationDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo" }, "ingestedContextReferenceDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo" } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo" }, "GoogleCloudDialogflowV2ListConversationsResponse": { "properties": { "nextPageToken": { "type": "string" }, "conversations": { "items": { "$ref": "GoogleCloudDialogflowV2Conversation" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2ListConversationsResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1SpeechWordInfo": { "id": "GoogleCloudDialogflowV2beta1SpeechWordInfo", "properties": { "startOffset": { "type": "string", "format": "google-duration" }, "word": { "type": "string" }, "confidence": { "type": "number", "format": "float" }, "endOffset": { "type": "string", "format": "google-duration" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1EntityTypeEntity": { "properties": { "value": { "type": "string" }, "synonyms": { "type": "array", "items": { "type": "string" } } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1EntityTypeEntity" }, "GoogleCloudDialogflowV2IntentMessageColumnProperties": { "type": "object", "properties": { "header": { "type": "string" }, "horizontalAlignment": { "enum": [ "HORIZONTAL_ALIGNMENT_UNSPECIFIED", "LEADING", "CENTER", "TRAILING" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] } }, "id": "GoogleCloudDialogflowV2IntentMessageColumnProperties" }, "GoogleCloudDialogflowCxV3SessionInfo": { "properties": { "session": { "type": "string" }, "parameters": { "additionalProperties": { "type": "any" }, "type": "object" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3SessionInfo" }, "GoogleCloudDialogflowCxV3beta1ToolCallResult": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolCallResult", "properties": { "outputParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "action": { "type": "string" }, "error": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCallResultError" }, "tool": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1TestRunDifference": { "properties": { "type": { "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "DIFF_TYPE_UNSPECIFIED", "INTENT", "PAGE", "PARAMETERS", "UTTERANCE", "FLOW" ], "type": "string" }, "description": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1TestRunDifference", "type": "object" }, "GoogleCloudDialogflowCxV3ConversationTurn": { "type": "object", "properties": { "userInput": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurnUserInput" }, "virtualAgentOutput": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput" } }, "id": "GoogleCloudDialogflowCxV3ConversationTurn" }, "GoogleCloudDialogflowCxV3beta1ResponseMessage": { "properties": { "playAudio": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio" }, "outputAudioText": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText" }, "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff" }, "text": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText" }, "endInteraction": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction", "readOnly": true }, "conversationSuccess": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess" }, "knowledgeInfoCard": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard" }, "payload": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "channel": { "type": "string" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall" }, "mixedAudio": { "readOnly": true, "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio" }, "toolCall": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCall" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessage" }, "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs": { "id": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs", "type": "object", "properties": { "dataStores": { "type": "array", "items": { "type": "string" } }, "filter": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessageText": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageText", "type": "object", "properties": { "allowPlaybackInterruption": { "type": "boolean", "readOnly": true }, "text": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3AudioInput": { "id": "GoogleCloudDialogflowCxV3AudioInput", "properties": { "config": { "$ref": "GoogleCloudDialogflowCxV3InputAudioConfig" }, "audio": { "type": "string", "format": "byte" } }, "type": "object" }, "GoogleCloudDialogflowV2GenerateStatelessSummaryRequestMinimalConversation": { "properties": { "messages": { "items": { "$ref": "GoogleCloudDialogflowV2Message" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2GenerateStatelessSummaryRequestMinimalConversation", "type": "object" }, "GoogleCloudDialogflowCxV3Form": { "properties": { "parameters": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3FormParameter" } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3Form" }, "GoogleTypeLatLng": { "type": "object", "id": "GoogleTypeLatLng", "properties": { "latitude": { "format": "double", "type": "number" }, "longitude": { "type": "number", "format": "double" } } }, "GoogleCloudDialogflowCxV3beta1ExportIntentsResponse": { "type": "object", "properties": { "intentsContent": { "$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination" }, "intentsUri": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ExportIntentsResponse" }, "GoogleCloudDialogflowCxV3RunTestCaseMetadata": { "id": "GoogleCloudDialogflowCxV3RunTestCaseMetadata", "type": "object", "properties": {} }, "GoogleCloudDialogflowCxV3Fulfillment": { "properties": { "messages": { "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" }, "type": "array" }, "webhook": { "type": "string" }, "returnPartialResponses": { "type": "boolean" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "conditionalCases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases" } }, "enableGenerativeFallback": { "type": "boolean" }, "codeBlockFunction": { "type": "string" }, "setParameterActions": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction" }, "type": "array" }, "generators": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings" } }, "tag": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3Fulfillment", "type": "object" }, "GoogleCloudDialogflowCxV3EventInput": { "type": "object", "properties": { "event": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3EventInput" }, "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec": { "properties": { "conditionBoostSpecs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec" } } }, "id": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec", "type": "object" }, "GoogleCloudDialogflowV2DetectIntentRequest": { "id": "GoogleCloudDialogflowV2DetectIntentRequest", "type": "object", "properties": { "inputAudio": { "format": "byte", "type": "string" }, "queryInput": { "$ref": "GoogleCloudDialogflowV2QueryInput" }, "outputAudioConfigMask": { "type": "string", "format": "google-fieldmask" }, "outputAudioConfig": { "$ref": "GoogleCloudDialogflowV2OutputAudioConfig" }, "queryParams": { "$ref": "GoogleCloudDialogflowV2QueryParameters" } } }, "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings": { "properties": { "inputParameters": { "type": "object", "additionalProperties": { "type": "string" } }, "generator": { "type": "string" }, "outputParameter": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings" }, "GoogleCloudDialogflowV2beta1ToolCall": { "properties": { "tool": { "type": "string" }, "inputParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "toolDisplayName": { "type": "string" }, "cesApp": { "type": "string" }, "action": { "type": "string" }, "toolDisplayDetails": { "type": "string" }, "answerRecord": { "type": "string" }, "cesToolset": { "type": "string" }, "cesTool": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string", "readOnly": true }, "state": { "readOnly": true, "type": "string", "enum": [ "STATE_UNSPECIFIED", "TRIGGERED", "NEEDS_CONFIRMATION" ], "enumDescriptions": [ "", "", "" ] } }, "id": "GoogleCloudDialogflowV2beta1ToolCall", "type": "object" }, "GoogleCloudDialogflowV2SuggestFaqAnswersResponse": { "type": "object", "properties": { "latestMessage": { "type": "string" }, "contextSize": { "type": "integer", "format": "int32" }, "faqAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2FaqAnswer" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse" }, "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings": { "properties": { "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "targetFlow": { "type": "string" }, "enabled": { "type": "boolean" }, "targetPage": { "type": "string" }, "dataStoreConnections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnection" } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings" }, "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput": { "properties": { "differences": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestRunDifference" }, "readOnly": true }, "triggeredIntent": { "$ref": "GoogleCloudDialogflowCxV3beta1Intent" }, "textResponses": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText" }, "type": "array" }, "currentPage": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" }, "status": { "$ref": "GoogleRpcStatus" }, "diagnosticInfo": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "sessionParameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } } }, "id": "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentSuggestion": { "id": "GoogleCloudDialogflowV2beta1IntentSuggestion", "type": "object", "properties": { "intentV2": { "type": "string" }, "description": { "type": "string" }, "displayName": { "type": "string" } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": { "type": "object", "properties": { "text": { "type": "string" }, "uri": { "type": "string" }, "title": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" }, "GoogleCloudDialogflowV2AnalyzeContentResponse": { "id": "GoogleCloudDialogflowV2AnalyzeContentResponse", "type": "object", "properties": { "dtmfParameters": { "$ref": "GoogleCloudDialogflowV2DtmfParameters" }, "automatedAgentReply": { "$ref": "GoogleCloudDialogflowV2AutomatedAgentReply" }, "message": { "$ref": "GoogleCloudDialogflowV2Message" }, "replyAudio": { "$ref": "GoogleCloudDialogflowV2OutputAudio" }, "humanAgentSuggestionResults": { "items": { "$ref": "GoogleCloudDialogflowV2SuggestionResult" }, "type": "array" }, "endUserSuggestionResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SuggestionResult" } }, "replyText": { "type": "string" } } }, "GoogleCloudDialogflowV2SpeechToTextConfigGeminiAsrConfig": { "properties": { "startOfSpeechSensitivity": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "START_SENSITIVITY_UNSPECIFIED", "START_SENSITIVITY_HIGH", "START_SENSITIVITY_LOW" ] }, "prefixPaddingMs": { "format": "int32", "type": "integer" }, "endOfSpeechSensitivity": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "END_SENSITIVITY_UNSPECIFIED", "END_SENSITIVITY_HIGH", "END_SENSITIVITY_LOW" ] }, "silenceDurationMs": { "format": "int32", "type": "integer" }, "modelId": { "type": "string" } }, "id": "GoogleCloudDialogflowV2SpeechToTextConfigGeminiAsrConfig", "type": "object" }, "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources": { "type": "object", "properties": { "entityTypeDisplayNames": { "type": "array", "items": { "type": "string" } }, "entityDisplayNames": { "items": { "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources" }, "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo": { "type": "object", "id": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo", "properties": { "toolCall": { "$ref": "GoogleCloudDialogflowV2beta1ToolCall" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowV2beta1ToolCallResult" } } }, "GoogleCloudDialogflowV2IngestContextReferencesRequest": { "id": "GoogleCloudDialogflowV2IngestContextReferencesRequest", "properties": { "contextReferences": { "additionalProperties": { "$ref": "GoogleCloudDialogflowV2ConversationContextReference" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2EncryptionSpec": { "properties": { "name": { "type": "string" }, "kmsKey": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2EncryptionSpec" }, "GoogleCloudDialogflowV2GcsDestination": { "id": "GoogleCloudDialogflowV2GcsDestination", "type": "object", "properties": { "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem", "properties": { "info": { "$ref": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo" }, "title": { "type": "string" }, "description": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" } } }, "GoogleCloudDialogflowV2beta1WebhookResponse": { "properties": { "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "fulfillmentMessages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" } }, "followupEventInput": { "$ref": "GoogleCloudDialogflowV2beta1EventInput" }, "fulfillmentText": { "type": "string" }, "source": { "type": "string" }, "sessionEntityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "type": "array" }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "type": "array" }, "endInteraction": { "type": "boolean" }, "liveAgentHandoff": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1WebhookResponse" }, "GoogleCloudDialogflowV2EntityTypeBatch": { "properties": { "entityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2EntityTypeBatch", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource": { "properties": { "question": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource" }, "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction": { "properties": { "value": { "type": "any" }, "parameter": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction", "type": "object" }, "GoogleCloudDialogflowCxV3EnvironmentVersionConfig": { "type": "object", "id": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig", "properties": { "version": { "type": "string" } } }, "GoogleCloudDialogflowV2AssistQueryParameters": { "id": "GoogleCloudDialogflowV2AssistQueryParameters", "properties": { "documentsMetadataFilters": { "additionalProperties": { "type": "string" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowCxV3RunContinuousTestMetadata": { "type": "object", "id": "GoogleCloudDialogflowCxV3RunContinuousTestMetadata", "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" } } } }, "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion", "properties": { "agentAction": { "type": "string" }, "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult", "readOnly": true }, "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources": { "type": "object", "id": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources", "properties": { "intentDisplayNames": { "items": { "type": "string" }, "type": "array" }, "entityDisplayNames": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction": { "type": "object", "properties": { "parameter": { "type": "string" }, "value": { "type": "any" } }, "id": "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction" }, "GoogleCloudDialogflowV2beta1ResponseMessageText": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ResponseMessageText", "properties": { "text": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowV2AgentCoachingContext": { "properties": { "version": { "type": "string" }, "instructions": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingInstruction" }, "type": "array" }, "outputLanguageCode": { "type": "string" }, "overarchingGuidance": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2AgentCoachingContext" }, "GoogleCloudDialogflowCxV3beta1ToolCall": { "id": "GoogleCloudDialogflowCxV3beta1ToolCall", "type": "object", "properties": { "inputParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "tool": { "type": "string" }, "action": { "type": "string" } } }, "GoogleRpcStatus": { "id": "GoogleRpcStatus", "properties": { "message": { "type": "string" }, "code": { "type": "integer", "format": "int32" }, "details": { "type": "array", "items": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." } } } }, "type": "object" }, "GoogleCloudDialogflowCxV3TestCaseResult": { "type": "object", "id": "GoogleCloudDialogflowCxV3TestCaseResult", "properties": { "conversationTurns": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurn" } }, "name": { "type": "string" }, "testResult": { "enum": [ "TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "testTime": { "type": "string", "format": "google-datetime" }, "environment": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ImportEntityTypesResponse": { "id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponse", "properties": { "entityTypes": { "type": "array", "items": { "type": "string" } }, "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer": { "type": "object", "id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer", "properties": { "answerRecord": { "type": "string" }, "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestion" }, "sourceGenerator": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata": { "properties": { "createTime": { "format": "google-datetime", "type": "string" }, "participantRole": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] }, "conversationProfile": { "type": "string" }, "suggestionFeatureType": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "DIALOGFLOW_ASSIST", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ] } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata" }, "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest": { "properties": { "encryptionSpec": { "$ref": "GoogleCloudDialogflowV2beta1EncryptionSpec" } }, "id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest", "type": "object" }, "GoogleCloudDialogflowV2ImportConversationDataOperationResponse": { "properties": { "importCount": { "type": "integer", "format": "int32" }, "conversationDataset": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2ImportConversationDataOperationResponse" }, "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior": { "id": "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior", "properties": { "repromptEventHandlers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EventHandler" } }, "initialPromptFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmText": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmText", "properties": { "rbmSuggestion": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion" } }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings": { "id": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings", "properties": { "enableConsentBasedRedaction": { "type": "boolean" }, "enableStackdriverLogging": { "type": "boolean" }, "enableInteractionLogging": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2SmartReplyAnswer": { "properties": { "answerRecord": { "type": "string" }, "reply": { "type": "string" }, "confidence": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowV2SmartReplyAnswer", "type": "object" }, "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo": { "properties": { "ingestionStatus": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "INGESTION_STATUS_UNSPECIFIED", "INGESTION_STATUS_SUCCEEDED", "INGESTION_STATUS_CONTEXT_NOT_AVAILABLE", "INGESTION_STATUS_PARSE_FAILED", "INGESTION_STATUS_INVALID_ENTRY", "INGESTION_STATUS_INVALID_FORMAT", "INGESTION_STATUS_LANGUAGE_MISMATCH" ] }, "parameter": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" }, "GoogleCloudDialogflowCxV3EventHandler": { "type": "object", "id": "GoogleCloudDialogflowCxV3EventHandler", "properties": { "name": { "readOnly": true, "type": "string" }, "targetPlaybook": { "type": "string" }, "event": { "type": "string" }, "targetPage": { "type": "string" }, "targetFlow": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" } } }, "GoogleCloudDialogflowV2IntentTrainingPhrase": { "properties": { "name": { "type": "string", "readOnly": true }, "type": { "enumDeprecated": [ false, false, true ], "enum": [ "TYPE_UNSPECIFIED", "EXAMPLE", "TEMPLATE" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "timesAddedCount": { "format": "int32", "type": "integer" }, "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentTrainingPhrasePart" } } }, "id": "GoogleCloudDialogflowV2IntentTrainingPhrase", "type": "object" }, "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo": { "id": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo", "type": "object", "properties": { "parameterInfo": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3ImportTestCasesResponse": { "type": "object", "properties": { "names": { "items": { "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3ImportTestCasesResponse" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource", "type": "object", "properties": { "question": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff": { "properties": { "metadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource", "type": "object", "properties": { "snippets": { "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings": { "properties": { "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "dataStoreConnections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnection" } }, "targetFlow": { "type": "string" }, "enabled": { "type": "boolean" }, "targetPage": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings" }, "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell": { "properties": { "text": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell" }, "GoogleCloudDialogflowV2ToolOpenApiTool": { "id": "GoogleCloudDialogflowV2ToolOpenApiTool", "properties": { "serviceDirectoryConfig": { "$ref": "GoogleCloudDialogflowV2ToolServiceDirectoryConfig" }, "textSchema": { "type": "string" }, "authentication": { "$ref": "GoogleCloudDialogflowV2ToolAuthentication" }, "tlsConfig": { "$ref": "GoogleCloudDialogflowV2ToolTLSConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationModel": { "type": "object", "id": "GoogleCloudDialogflowV2ConversationModel", "properties": { "state": { "enum": [ "STATE_UNSPECIFIED", "CREATING", "UNDEPLOYED", "DEPLOYING", "DEPLOYED", "UNDEPLOYING", "DELETING", "FAILED", "PENDING" ], "readOnly": true, "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ] }, "smartReplyModelMetadata": { "$ref": "GoogleCloudDialogflowV2SmartReplyModelMetadata" }, "name": { "type": "string" }, "datasets": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2InputDataset" } }, "displayName": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "articleSuggestionModelMetadata": { "$ref": "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata" }, "languageCode": { "type": "string" }, "satisfiesPzs": { "readOnly": true, "type": "boolean" }, "satisfiesPzi": { "type": "boolean", "readOnly": true } } }, "GoogleCloudDialogflowV2RaiSettings": { "id": "GoogleCloudDialogflowV2RaiSettings", "type": "object", "properties": { "raiCategoryConfigs": { "items": { "$ref": "GoogleCloudDialogflowV2RaiSettingsRaiCategoryConfig" }, "type": "array" } } }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply", "properties": { "postbackData": { "type": "string" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1BargeInConfig": { "id": "GoogleCloudDialogflowCxV3beta1BargeInConfig", "type": "object", "properties": { "totalDuration": { "format": "google-duration", "type": "string" }, "noBargeInDuration": { "format": "google-duration", "type": "string" } } }, "GoogleCloudDialogflowV2FulfillmentFeature": { "id": "GoogleCloudDialogflowV2FulfillmentFeature", "type": "object", "properties": { "type": { "enum": [ "TYPE_UNSPECIFIED", "SMALLTALK" ], "enumDescriptions": [ "", "" ], "type": "string" } } }, "GoogleCloudDialogflowV2GenerateSuggestionsRequest": { "type": "object", "properties": { "triggerEvents": { "type": "array", "items": { "enumDescriptions": [ "", "", "", "", "" ], "type": "string", "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE" ] } }, "latestMessage": { "type": "string" } }, "id": "GoogleCloudDialogflowV2GenerateSuggestionsRequest" }, "GoogleCloudDialogflowCxV3beta1Environment": { "type": "object", "properties": { "testCasesConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig" }, "webhookConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig" }, "displayName": { "type": "string" }, "name": { "type": "string" }, "updateTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "versionConfigs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig" } }, "description": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1Environment" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult", "type": "object", "properties": { "duplicateSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" }, "type": "array", "readOnly": true } } }, "GoogleCloudDialogflowV3alpha1ConversationSignals": { "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowV3alpha1TurnSignals" } }, "id": "GoogleCloudDialogflowV3alpha1ConversationSignals", "type": "object" }, "GoogleCloudDialogflowV2CreateConversationModelOperationMetadata": { "id": "GoogleCloudDialogflowV2CreateConversationModelOperationMetadata", "properties": { "state": { "type": "string", "enum": [ "STATE_UNSPECIFIED", "PENDING", "SUCCEEDED", "FAILED", "CANCELLED", "CANCELLING", "TRAINING" ], "enumDescriptions": [ "", "", "", "", "", "", "" ] }, "conversationModel": { "type": "string" }, "doneTime": { "type": "string", "format": "google-datetime" }, "createTime": { "type": "string", "format": "google-datetime" } }, "type": "object" }, "GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse": { "id": "GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse", "type": "object", "properties": { "entityTypes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2EntityType" } } } }, "GoogleCloudDialogflowV2EnvironmentHistoryEntry": { "id": "GoogleCloudDialogflowV2EnvironmentHistoryEntry", "properties": { "description": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "agentVersion": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo", "properties": { "confidence": { "format": "float", "type": "number" }, "lastMatchedIntent": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue" } }, "displayName": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportTestCasesMetadata": { "type": "object", "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestCaseError" } } }, "id": "GoogleCloudDialogflowCxV3ImportTestCasesMetadata" }, "GoogleCloudDialogflowCxV3BatchRunTestCasesResponse": { "properties": { "results": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3BatchRunTestCasesResponse", "type": "object" }, "GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata": { "id": "GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata", "type": "object", "properties": {} }, "GoogleCloudDialogflowV2beta1WebhookRequest": { "properties": { "session": { "type": "string" }, "originalDetectIntentRequest": { "$ref": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" }, "responseId": { "type": "string" }, "alternativeQueryResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" } } }, "id": "GoogleCloudDialogflowV2beta1WebhookRequest", "type": "object" }, "GoogleCloudDialogflowV2ReloadDocumentRequest": { "id": "GoogleCloudDialogflowV2ReloadDocumentRequest", "type": "object", "properties": { "smartMessagingPartialUpdate": { "type": "boolean" }, "importGcsCustomMetadata": { "type": "boolean" }, "contentUri": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion": { "type": "object", "properties": { "reply": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply" }, "action": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion" }, "GoogleCloudDialogflowV2SummarizationSection": { "id": "GoogleCloudDialogflowV2SummarizationSection", "type": "object", "properties": { "key": { "type": "string" }, "type": { "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "type": "string", "enum": [ "TYPE_UNSPECIFIED", "SITUATION", "ACTION", "RESOLUTION", "REASON_FOR_CANCELLATION", "CUSTOMER_SATISFACTION", "ENTITIES", "CUSTOMER_DEFINED", "SITUATION_CONCISE", "ACTION_CONCISE" ] }, "definition": { "type": "string" } } }, "GoogleCloudDialogflowV2ValidationResult": { "id": "GoogleCloudDialogflowV2ValidationResult", "properties": { "validationErrors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2ValidationError" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties": { "id": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties", "properties": { "header": { "type": "string" }, "horizontalAlignment": { "enum": [ "HORIZONTAL_ALIGNMENT_UNSPECIFIED", "LEADING", "CENTER", "TRAILING" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] } }, "type": "object" }, "GoogleCloudDialogflowV2LoggingConfig": { "type": "object", "id": "GoogleCloudDialogflowV2LoggingConfig", "properties": { "enableStackdriverLogging": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1TurnSignals": { "type": "object", "properties": { "webhookStatuses": { "type": "array", "items": { "type": "string" } }, "dtmfUsed": { "type": "boolean" }, "sentimentMagnitude": { "format": "float", "type": "number" }, "userEscalated": { "type": "boolean" }, "reachedEndPage": { "type": "boolean" }, "sentimentScore": { "format": "float", "type": "number" }, "noMatch": { "type": "boolean" }, "agentEscalated": { "type": "boolean" }, "noUserInput": { "type": "boolean" }, "failureReasons": { "type": "array", "items": { "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ], "enumDescriptions": [ "", "", "" ], "type": "string" } } }, "id": "GoogleCloudDialogflowCxV3beta1TurnSignals" }, "GoogleCloudDialogflowCxV3beta1QueryInput": { "properties": { "languageCode": { "type": "string" }, "event": { "$ref": "GoogleCloudDialogflowCxV3beta1EventInput" }, "intent": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentInput" }, "text": { "$ref": "GoogleCloudDialogflowCxV3beta1TextInput" }, "dtmf": { "$ref": "GoogleCloudDialogflowCxV3beta1DtmfInput" }, "audio": { "$ref": "GoogleCloudDialogflowCxV3beta1AudioInput" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCallResult" } }, "id": "GoogleCloudDialogflowCxV3beta1QueryInput", "type": "object" }, "GoogleCloudDialogflowV2TextToSpeechSettings": { "id": "GoogleCloudDialogflowV2TextToSpeechSettings", "properties": { "synthesizeSpeechConfigs": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowV2SynthesizeSpeechConfig" } }, "outputAudioEncoding": { "enumDeprecated": [ false, false, true, false, false, false, false ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "OUTPUT_AUDIO_ENCODING_UNSPECIFIED", "OUTPUT_AUDIO_ENCODING_LINEAR_16", "OUTPUT_AUDIO_ENCODING_MP3", "OUTPUT_AUDIO_ENCODING_MP3_64_KBPS", "OUTPUT_AUDIO_ENCODING_OGG_OPUS", "OUTPUT_AUDIO_ENCODING_MULAW", "OUTPUT_AUDIO_ENCODING_ALAW" ] }, "sampleRateHertz": { "format": "int32", "type": "integer" }, "enableTextToSpeech": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2GenerateSuggestionsResponse": { "properties": { "generatorSuggestionAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer" } }, "latestMessage": { "type": "string" } }, "id": "GoogleCloudDialogflowV2GenerateSuggestionsResponse", "type": "object" }, "GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata": { "type": "object", "id": "GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata", "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" } } } }, "GoogleCloudLocationLocation": { "id": "GoogleCloudLocationLocation", "properties": { "name": { "type": "string" }, "labels": { "type": "object", "additionalProperties": { "type": "string" } }, "metadata": { "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." }, "type": "object" }, "displayName": { "type": "string" }, "locationId": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ConversationEvent": { "properties": { "type": { "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "CONVERSATION_STARTED", "CONVERSATION_FINISHED", "HUMAN_INTERVENTION_NEEDED", "NEW_MESSAGE", "NEW_RECOGNITION_RESULT", "UNRECOVERABLE_ERROR" ], "type": "string" }, "errorStatus": { "$ref": "GoogleRpcStatus" }, "newMessagePayload": { "$ref": "GoogleCloudDialogflowV2beta1Message" }, "newRecognitionResultPayload": { "$ref": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult" }, "conversation": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ConversationEvent" }, "GoogleCloudDialogflowV2UndeployConversationModelRequest": { "id": "GoogleCloudDialogflowV2UndeployConversationModelRequest", "type": "object", "properties": {} }, "GoogleCloudDialogflowCxV3TestCaseError": { "properties": { "testCase": { "$ref": "GoogleCloudDialogflowCxV3TestCase" }, "status": { "$ref": "GoogleRpcStatus" } }, "id": "GoogleCloudDialogflowCxV3TestCaseError", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult": { "properties": { "answerRecord": { "readOnly": true, "type": "string" }, "suggestedQuery": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult" }, "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata": { "type": "object", "id": "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata", "properties": { "participantRole": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "type": "string" }, "suggestionFeatureType": { "type": "string", "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "DIALOGFLOW_ASSIST", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "enumDescriptions": [ "", "", "", "", "", "", "", "" ] }, "conversationProfile": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime" } } }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction", "type": "object", "properties": { "urlTypeHint": { "enumDescriptions": [ "", "", "" ], "enum": [ "URL_TYPE_HINT_UNSPECIFIED", "AMP_ACTION", "AMP_CONTENT" ], "type": "string" }, "url": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo", "type": "object", "properties": { "tag": { "type": "string" } } }, "GoogleCloudDialogflowV2InputConfig": { "type": "object", "id": "GoogleCloudDialogflowV2InputConfig", "properties": { "gcsSource": { "$ref": "GoogleCloudDialogflowV2GcsSources" } } }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent": { "properties": { "message": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" }, "additionalCases": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent" }, "GoogleCloudDialogflowV2ListKnowledgeBasesResponse": { "type": "object", "properties": { "knowledgeBases": { "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeBase" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowV2ListKnowledgeBasesResponse" }, "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo": { "type": "object", "properties": { "parameter": { "type": "string" }, "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" } }, "id": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail": { "type": "object", "properties": { "section": { "readOnly": true, "type": "string" }, "sectionSummary": { "type": "string", "readOnly": true }, "score": { "format": "float", "type": "number", "readOnly": true }, "evaluationResults": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult" }, "type": "array", "readOnly": true } }, "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail" }, "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio": { "type": "object", "properties": { "segments": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment" } } }, "id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio" }, "GoogleCloudDialogflowV2IntentMessageListSelectItem": { "type": "object", "properties": { "info": { "$ref": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "description": { "type": "string" }, "title": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageListSelectItem" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionSources": { "type": "object", "properties": { "instructionIndexes": { "type": "array", "items": { "type": "integer", "format": "int32" }, "readOnly": true } }, "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources" }, "GoogleCloudDialogflowV2beta1IntentMessageText": { "type": "object", "properties": { "text": { "items": { "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageText" }, "GoogleCloudDialogflowV2Connection": { "id": "GoogleCloudDialogflowV2Connection", "type": "object", "properties": { "connectionId": { "readOnly": true, "type": "string" }, "errorDetails": { "$ref": "GoogleCloudDialogflowV2ConnectionErrorDetails", "readOnly": true }, "state": { "enumDescriptions": [ "", "", "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "CONNECTED", "DISCONNECTED", "AUTHENTICATION_FAILED", "KEEPALIVE" ], "readOnly": true, "type": "string" }, "updateTime": { "readOnly": true, "format": "google-datetime", "type": "string" } } }, "GoogleCloudDialogflowV2RestoreAgentRequest": { "id": "GoogleCloudDialogflowV2RestoreAgentRequest", "type": "object", "properties": { "agentUri": { "type": "string" }, "agentContent": { "type": "string", "format": "byte" } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource": { "properties": { "snippets": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "event": { "type": "string" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource", "type": "object" }, "GoogleCloudDialogflowV2SentimentAnalysisResult": { "properties": { "queryTextSentiment": { "$ref": "GoogleCloudDialogflowV2Sentiment" } }, "type": "object", "id": "GoogleCloudDialogflowV2SentimentAnalysisResult" }, "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse": { "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse", "type": "object", "properties": { "entityTypesContent": { "$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination" }, "entityTypesUri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1DeployFlowResponse": { "id": "GoogleCloudDialogflowCxV3beta1DeployFlowResponse", "type": "object", "properties": { "deployment": { "type": "string" }, "environment": { "$ref": "GoogleCloudDialogflowCxV3beta1Environment" } } }, "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction": { "properties": { "uri": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource", "properties": { "snippets": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" } } }, "type": "object" }, "GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata": { "properties": { "createTime": { "format": "google-datetime", "type": "string" }, "conversationModel": { "type": "string" }, "state": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "INITIALIZING", "RUNNING", "CANCELLED", "SUCCEEDED", "FAILED" ] }, "conversationModelEvaluation": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata" }, "GoogleCloudDialogflowV2AgentAssistantRecord": { "id": "GoogleCloudDialogflowV2AgentAssistantRecord", "type": "object", "properties": { "articleSuggestionAnswer": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2ArticleAnswer" }, "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestion", "readOnly": true }, "dialogflowAssistAnswer": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2DialogflowAssistAnswer" }, "faqAnswer": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2FaqAnswer" } } }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent": { "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent", "properties": { "participant": { "type": "string" }, "suggestionResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SuggestionResult" } }, "conversation": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettings": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettings", "properties": { "speechSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings" }, "dtmfSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings" }, "loggingSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings" }, "audioExportGcsDestination": { "$ref": "GoogleCloudDialogflowCxV3beta1GcsDestination" } } }, "GoogleCloudDialogflowV2SentimentAnalysisRequestConfig": { "type": "object", "properties": { "analyzeQueryTextSentiment": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2SentimentAnalysisRequestConfig" }, "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio", "properties": { "segments": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment" } } }, "type": "object" }, "GoogleCloudDialogflowV2EntityTypeEntity": { "type": "object", "properties": { "value": { "type": "string" }, "synonyms": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowV2EntityTypeEntity" }, "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig": { "id": "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig", "properties": { "service": { "type": "string" }, "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1Message": { "properties": { "participantRole": { "readOnly": true, "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] }, "responseMessages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessage" } }, "participant": { "type": "string", "readOnly": true }, "createTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "content": { "type": "string" }, "languageCode": { "type": "string" }, "messageAnnotation": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1MessageAnnotation" }, "name": { "type": "string" }, "sendTime": { "format": "google-datetime", "type": "string" }, "sentimentAnalysis": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1Message" }, "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow": { "properties": { "dividerAfter": { "type": "boolean" }, "cells": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ConversationSignals": { "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowCxV3beta1TurnSignals" } }, "id": "GoogleCloudDialogflowCxV3beta1ConversationSignals", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata": { "type": "object", "properties": {}, "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata" }, "GoogleCloudDialogflowV2SummarySuggestion": { "type": "object", "properties": { "summarySections": { "items": { "$ref": "GoogleCloudDialogflowV2SummarySuggestionSummarySection" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2SummarySuggestion" }, "GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata": { "properties": { "conversationDataset": { "type": "string" } }, "id": "GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata", "type": "object" }, "GoogleCloudDialogflowV2ConversationContextReferenceContextContent": { "id": "GoogleCloudDialogflowV2ConversationContextReferenceContextContent", "type": "object", "properties": { "contentFormat": { "enumDescriptions": [ "", "", "" ], "enum": [ "CONTENT_FORMAT_UNSPECIFIED", "JSON", "PLAIN_TEXT" ], "type": "string" }, "ingestionTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "content": { "type": "string" }, "answerRecord": { "type": "string" } } }, "GoogleCloudDialogflowV2AnswerFeedback": { "properties": { "clicked": { "type": "boolean" }, "agentAssistantDetailFeedback": { "$ref": "GoogleCloudDialogflowV2AgentAssistantFeedback" }, "clickTime": { "type": "string", "format": "google-datetime" }, "displayTime": { "type": "string", "format": "google-datetime" }, "correctnessLevel": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "CORRECTNESS_LEVEL_UNSPECIFIED", "NOT_CORRECT", "PARTIALLY_CORRECT", "FULLY_CORRECT" ], "type": "string" }, "displayed": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2AnswerFeedback", "type": "object" }, "GoogleCloudDialogflowV2SmartReplyModelMetadata": { "id": "GoogleCloudDialogflowV2SmartReplyModelMetadata", "properties": { "trainingModelType": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "MODEL_TYPE_UNSPECIFIED", "SMART_REPLY_DUAL_ENCODER_MODEL", "SMART_REPLY_BERT_MODEL" ] } }, "type": "object" }, "GoogleCloudDialogflowCxV3BargeInConfig": { "type": "object", "properties": { "totalDuration": { "type": "string", "format": "google-duration" }, "noBargeInDuration": { "format": "google-duration", "type": "string" } }, "id": "GoogleCloudDialogflowCxV3BargeInConfig" }, "GoogleCloudDialogflowV2SuggestKnowledgeAssistRequest": { "type": "object", "properties": { "previousSuggestedQuery": { "type": "string" }, "latestMessage": { "type": "string" }, "contextSize": { "type": "integer", "format": "int32" } }, "id": "GoogleCloudDialogflowV2SuggestKnowledgeAssistRequest" }, "GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest": { "properties": { "entityTypeBatchInline": { "$ref": "GoogleCloudDialogflowV2EntityTypeBatch" }, "entityTypeBatchUri": { "type": "string" }, "languageCode": { "type": "string" }, "updateMask": { "type": "string", "format": "google-fieldmask" } }, "type": "object", "id": "GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest" }, "GoogleCloudDialogflowV2AgentAssistantFeedback": { "properties": { "documentCorrectness": { "enumDescriptions": [ "", "", "" ], "type": "string", "enum": [ "DOCUMENT_CORRECTNESS_UNSPECIFIED", "INCORRECT", "CORRECT" ] }, "knowledgeSearchFeedback": { "$ref": "GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback" }, "summarizationFeedback": { "$ref": "GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback" }, "knowledgeAssistFeedback": { "$ref": "GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback" }, "documentEfficiency": { "enumDescriptions": [ "", "", "" ], "type": "string", "enum": [ "DOCUMENT_EFFICIENCY_UNSPECIFIED", "INEFFICIENT", "EFFICIENT" ] }, "answerRelevance": { "enum": [ "ANSWER_RELEVANCE_UNSPECIFIED", "IRRELEVANT", "RELEVANT" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "id": "GoogleCloudDialogflowV2AgentAssistantFeedback", "type": "object" }, "GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails": { "type": "object", "properties": { "errorMessage": { "readOnly": true, "type": "string" }, "certificateState": { "type": "string", "enum": [ "HOSTNAME_CERTIFICATE_STATE_UNSPECIFIED", "VALID", "INVALID", "EXPIRED", "HOSTNAME_NOT_FOUND", "UNAUTHENTICATED", "TRUST_STORE_NOT_FOUND", "HOSTNAME_INVALID_FORMAT", "QUOTA_EXCEEDED" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "readOnly": true } }, "id": "GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails" }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem": { "properties": { "description": { "type": "string" }, "footer": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "openUriAction": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" }, "title": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem", "type": "object" }, "GoogleCloudDialogflowV2ImportDocumentsResponse": { "id": "GoogleCloudDialogflowV2ImportDocumentsResponse", "properties": { "warnings": { "type": "array", "items": { "$ref": "GoogleRpcStatus" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageImage": { "properties": { "imageUri": { "type": "string" }, "accessibilityText": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageImage" }, "GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest": { "type": "object", "id": "GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest", "properties": { "conversationModelEvaluation": { "$ref": "GoogleCloudDialogflowV2ConversationModelEvaluation" } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio", "type": "object", "properties": { "segments": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment" }, "type": "array" } } }, "GoogleCloudDialogflowV2IngestContextReferencesResponse": { "properties": { "ingestedContextReferences": { "additionalProperties": { "$ref": "GoogleCloudDialogflowV2ConversationContextReference" }, "type": "object" } }, "type": "object", "id": "GoogleCloudDialogflowV2IngestContextReferencesResponse" }, "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue", "type": "object", "properties": { "resolvedValue": { "type": "any" }, "originalValue": { "type": "string" } } }, "GoogleCloudDialogflowV2DetectIntentResponse": { "type": "object", "id": "GoogleCloudDialogflowV2DetectIntentResponse", "properties": { "webhookStatus": { "$ref": "GoogleRpcStatus" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2QueryResult" }, "outputAudio": { "format": "byte", "type": "string" }, "responseId": { "type": "string" }, "outputAudioConfig": { "$ref": "GoogleCloudDialogflowV2OutputAudioConfig" } } }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery": { "properties": { "queryText": { "type": "string" }, "searchContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext" } } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery" }, "GoogleCloudDialogflowV2ExportAgentRequest": { "properties": { "agentUri": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2ExportAgentRequest" }, "GoogleCloudDialogflowV2SearchKnowledgeDebugInfoSearchKnowledgeBehavior": { "id": "GoogleCloudDialogflowV2SearchKnowledgeDebugInfoSearchKnowledgeBehavior", "properties": { "endUserMetadataIncluded": { "type": "boolean" }, "answerGenerationRewriterOn": { "type": "boolean" }, "thirdPartyConnectorAllowed": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ExportTestCasesResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3ExportTestCasesResponse", "properties": { "gcsUri": { "type": "string" }, "content": { "type": "string", "format": "byte" } } }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig": { "type": "object", "properties": { "conversationProcessConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig" }, "disableQuerySearchContext": { "type": "boolean" }, "enableResponseDebugInfo": { "type": "boolean" }, "enableEventBasedSuggestion": { "type": "boolean" }, "queryConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig" }, "enableQuerySuggestionWhenNoAnswer": { "type": "boolean" }, "conversationModelConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig" }, "disableAgentQueryLogging": { "type": "boolean" }, "raiSettings": { "$ref": "GoogleCloudDialogflowV2RaiSettings" }, "suggestionTriggerSettings": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings" }, "suggestionFeature": { "$ref": "GoogleCloudDialogflowV2SuggestionFeature" }, "suggestionTriggerEvent": { "enumDescriptions": [ "", "", "", "", "" ], "type": "string", "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE" ] }, "enableConversationAugmentedQuery": { "type": "boolean" }, "enableQuerySuggestionOnly": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig" }, "GoogleCloudDialogflowV2ProbeDetails": { "id": "GoogleCloudDialogflowV2ProbeDetails", "properties": { "initTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "optionsLatency": { "type": "string", "format": "google-duration", "readOnly": true }, "probeStatus": { "enum": [ "PROBE_STATUS_UNSPECIFIED", "PROBE_STATUS_SUCCESS", "PROBE_STATUS_FAILED" ], "readOnly": true, "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig": { "type": "object", "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig", "properties": { "generators": { "type": "array", "items": { "type": "string" } }, "enableAsyncToolCall": { "type": "boolean" }, "useUnredactedConversationData": { "type": "boolean" }, "featureConfigs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig" } }, "skipEmptyEventBasedSuggestion": { "type": "boolean" }, "disableHighLatencyFeaturesSyncDelivery": { "type": "boolean" }, "groupSuggestionResponses": { "type": "boolean" } } }, "GoogleCloudDialogflowV2beta1FreeFormSuggestion": { "type": "object", "properties": { "response": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1FreeFormSuggestion" }, "GoogleCloudDialogflowCxV3Page": { "properties": { "name": { "type": "string" }, "eventHandlers": { "items": { "$ref": "GoogleCloudDialogflowCxV3EventHandler" }, "type": "array" }, "form": { "$ref": "GoogleCloudDialogflowCxV3Form" }, "transitionRoutes": { "items": { "$ref": "GoogleCloudDialogflowCxV3TransitionRoute" }, "type": "array" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "entryFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "displayName": { "type": "string" }, "knowledgeConnectorSettings": { "$ref": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings" }, "transitionRouteGroups": { "type": "array", "items": { "type": "string" } }, "description": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3Page" }, "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata": { "id": "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata", "type": "object", "properties": { "exportOperationMetadata": { "$ref": "GoogleCloudDialogflowV2beta1ExportOperationMetadata" }, "knowledgeBase": { "type": "string" }, "doneTime": { "format": "google-datetime", "type": "string" }, "state": { "enum": [ "STATE_UNSPECIFIED", "PENDING", "RUNNING", "DONE" ], "readOnly": true, "enumDescriptions": [ "", "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata": { "type": "object", "id": "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata", "properties": {} }, "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec": { "type": "object", "properties": { "boostControlSpec": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec" }, "condition": { "type": "string" }, "boost": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec" }, "GoogleCloudDialogflowV2SearchKnowledgeDebugInfo": { "type": "object", "properties": { "cesDebugInfo": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "serviceLatency": { "$ref": "GoogleCloudDialogflowV2ServiceLatency" }, "datastoreResponseReason": { "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "enum": [ "DATASTORE_RESPONSE_REASON_UNSPECIFIED", "NONE", "SEARCH_OUT_OF_QUOTA", "SEARCH_EMPTY_RESULTS", "ANSWER_GENERATION_GEN_AI_DISABLED", "ANSWER_GENERATION_OUT_OF_QUOTA", "ANSWER_GENERATION_ERROR", "ANSWER_GENERATION_NOT_ENOUGH_INFO", "ANSWER_GENERATION_RAI_FAILED", "ANSWER_GENERATION_NOT_GROUNDED" ], "type": "string" }, "searchKnowledgeBehavior": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeDebugInfoSearchKnowledgeBehavior" }, "ingestedContextReferenceDebugInfo": { "$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo" } }, "id": "GoogleCloudDialogflowV2SearchKnowledgeDebugInfo" }, "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec": { "id": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec", "type": "object", "properties": { "controlPoints": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint" } }, "interpolationType": { "enumDescriptions": [ "", "" ], "type": "string", "enum": [ "INTERPOLATION_TYPE_UNSPECIFIED", "LINEAR" ] }, "attributeType": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "ATTRIBUTE_TYPE_UNSPECIFIED", "NUMERICAL", "FRESHNESS" ] }, "fieldName": { "type": "string" } } }, "GoogleCloudDialogflowV2Participant": { "properties": { "agentDesktopSource": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "AGENT_DESKTOP_SOURCE_UNSPECIFIED", "LIVE_PERSON", "GENESYS_CLOUD", "TWILIO", "SALESFORCE", "OTHER" ] }, "obfuscatedExternalUserId": { "type": "string" }, "documentsMetadataFilters": { "type": "object", "additionalProperties": { "type": "string" } }, "sipRecordingMediaLabel": { "type": "string" }, "name": { "type": "string" }, "role": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2Participant" }, "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult": { "properties": { "duplicateSuggestions": { "type": "array", "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" } } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard": { "properties": { "cardWidth": { "enumDescriptions": [ "", "", "" ], "type": "string", "enum": [ "CARD_WIDTH_UNSPECIFIED", "SMALL", "MEDIUM" ] }, "cardContents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent" } } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard" }, "GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig": { "id": "GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig", "properties": { "accountNumber": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1EntityType": { "id": "GoogleCloudDialogflowV2beta1EntityType", "type": "object", "properties": { "displayName": { "type": "string" }, "enableFuzzyExtraction": { "type": "boolean" }, "name": { "type": "string" }, "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity" } }, "autoExpansionMode": { "enumDescriptions": [ "", "" ], "enum": [ "AUTO_EXPANSION_MODE_UNSPECIFIED", "AUTO_EXPANSION_MODE_DEFAULT" ], "type": "string" }, "kind": { "enum": [ "KIND_UNSPECIFIED", "KIND_MAP", "KIND_LIST", "KIND_REGEXP" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] } } }, "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem": { "id": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem", "properties": { "title": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "info": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo" }, "description": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceRubric": { "properties": { "question": { "readOnly": true, "type": "string" }, "reasoning": { "type": "string", "readOnly": true }, "isAddressed": { "type": "boolean", "readOnly": true } }, "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceRubric", "type": "object" }, "GoogleCloudDialogflowCxV3PageInfoFormInfo": { "type": "object", "properties": { "parameterInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo" } } }, "id": "GoogleCloudDialogflowCxV3PageInfoFormInfo" }, "GoogleCloudDialogflowV2SuggestSmartRepliesRequest": { "id": "GoogleCloudDialogflowV2SuggestSmartRepliesRequest", "type": "object", "properties": { "currentTextInput": { "$ref": "GoogleCloudDialogflowV2TextInput" }, "latestMessage": { "type": "string" }, "contextSize": { "format": "int32", "type": "integer" } } }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetail": { "type": "object", "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetail", "properties": { "sectionDetails": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail" }, "readOnly": true, "type": "array" }, "metric": { "readOnly": true, "type": "string" }, "score": { "type": "number", "format": "float", "readOnly": true } } }, "GoogleCloudDialogflowCxV3TestRunDifference": { "type": "object", "properties": { "description": { "type": "string" }, "type": { "enum": [ "DIFF_TYPE_UNSPECIFIED", "INTENT", "PAGE", "PARAMETERS", "UTTERANCE", "FLOW" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ] } }, "id": "GoogleCloudDialogflowCxV3TestRunDifference" }, "GoogleCloudDialogflowV2QueryInput": { "type": "object", "properties": { "text": { "$ref": "GoogleCloudDialogflowV2TextInput" }, "audioConfig": { "$ref": "GoogleCloudDialogflowV2InputAudioConfig" }, "event": { "$ref": "GoogleCloudDialogflowV2EventInput" } }, "id": "GoogleCloudDialogflowV2QueryInput" }, "GoogleCloudDialogflowCxV3QueryInput": { "properties": { "intent": { "$ref": "GoogleCloudDialogflowCxV3IntentInput" }, "audio": { "$ref": "GoogleCloudDialogflowCxV3AudioInput" }, "dtmf": { "$ref": "GoogleCloudDialogflowCxV3DtmfInput" }, "event": { "$ref": "GoogleCloudDialogflowCxV3EventInput" }, "text": { "$ref": "GoogleCloudDialogflowCxV3TextInput" }, "languageCode": { "type": "string" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowCxV3ToolCallResult" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3QueryInput" }, "GoogleCloudDialogflowV2SuggestConversationSummaryResponse": { "type": "object", "id": "GoogleCloudDialogflowV2SuggestConversationSummaryResponse", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "summary": { "$ref": "GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary" }, "latestMessage": { "type": "string" } } }, "GoogleCloudDialogflowCxV3DeployFlowResponse": { "id": "GoogleCloudDialogflowCxV3DeployFlowResponse", "type": "object", "properties": { "environment": { "$ref": "GoogleCloudDialogflowCxV3Environment" }, "deployment": { "type": "string" } } }, "GoogleCloudDialogflowV2DeployConversationModelRequest": { "type": "object", "properties": {}, "id": "GoogleCloudDialogflowV2DeployConversationModelRequest" }, "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata": { "type": "object", "properties": {}, "id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata" }, "GoogleCloudDialogflowV2beta1FaqAnswer": { "properties": { "confidence": { "format": "float", "type": "number" }, "metadata": { "type": "object", "additionalProperties": { "type": "string" } }, "question": { "type": "string" }, "answerRecord": { "type": "string" }, "answer": { "type": "string" }, "source": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1FaqAnswer", "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig", "type": "object", "properties": { "dialogflowQuerySource": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource" }, "maxResults": { "type": "integer", "format": "int32" }, "contextSize": { "type": "integer", "format": "int32" }, "documentQuerySource": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource" }, "sections": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections" }, "confidenceThreshold": { "type": "number", "format": "float" }, "contextFilterSettings": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings" }, "knowledgeBaseQuerySource": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource" } } }, "GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig": { "id": "GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig", "type": "object", "properties": { "organizationId": { "type": "string" }, "deploymentId": { "type": "string" }, "buttonId": { "type": "string" }, "endpointDomain": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet", "type": "object", "properties": { "uri": { "type": "string" }, "text": { "type": "string" }, "title": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer", "properties": { "answerText": { "type": "string" }, "generativeSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "eventSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource" }, "faqSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource" }, "playbookSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" } }, "type": "object" }, "GoogleCloudDialogflowV2BatchDeleteIntentsRequest": { "properties": { "intents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2Intent" } } }, "id": "GoogleCloudDialogflowV2BatchDeleteIntentsRequest", "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig": { "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig", "type": "object", "properties": { "serviceAccount": { "type": "string" } } }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase": { "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase", "properties": { "condition": { "type": "string" }, "caseContent": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2Sentiment": { "id": "GoogleCloudDialogflowV2Sentiment", "properties": { "magnitude": { "format": "float", "type": "number" }, "score": { "type": "number", "format": "float" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportFlowResponse": { "id": "GoogleCloudDialogflowCxV3ImportFlowResponse", "type": "object", "properties": { "flow": { "type": "string" } } }, "GoogleCloudDialogflowV2ToolCallResult": { "type": "object", "id": "GoogleCloudDialogflowV2ToolCallResult", "properties": { "answerRecord": { "type": "string" }, "error": { "$ref": "GoogleCloudDialogflowV2ToolCallResultError" }, "cesTool": { "type": "string" }, "action": { "type": "string" }, "content": { "type": "string" }, "cesApp": { "type": "string" }, "rawContent": { "format": "byte", "type": "string" }, "tool": { "type": "string" }, "cesToolset": { "type": "string" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" } } }, "GoogleCloudDialogflowV2beta1EncryptionSpec": { "properties": { "kmsKey": { "type": "string" }, "name": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1EncryptionSpec" }, "GoogleCloudDialogflowV2ConversationEvent": { "id": "GoogleCloudDialogflowV2ConversationEvent", "properties": { "newMessagePayload": { "$ref": "GoogleCloudDialogflowV2Message" }, "newRecognitionResultPayload": { "$ref": "GoogleCloudDialogflowV2StreamingRecognitionResult" }, "errorStatus": { "$ref": "GoogleRpcStatus" }, "type": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "CONVERSATION_STARTED", "CONVERSATION_FINISHED", "HUMAN_INTERVENTION_NEEDED", "NEW_MESSAGE", "NEW_RECOGNITION_RESULT", "UNRECOVERABLE_ERROR" ] }, "conversation": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult", "type": "object", "properties": { "score": { "format": "float", "type": "number" }, "magnitude": { "type": "number", "format": "float" } } }, "GoogleCloudDialogflowV2GenerateStatelessSummaryRequest": { "properties": { "maxContextSize": { "type": "integer", "format": "int32" }, "latestMessage": { "type": "string" }, "conversationProfile": { "$ref": "GoogleCloudDialogflowV2ConversationProfile" }, "statelessConversation": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSummaryRequestMinimalConversation" } }, "type": "object", "id": "GoogleCloudDialogflowV2GenerateStatelessSummaryRequest" }, "GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary": { "properties": { "sortedTextSections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummarySummarySection" } }, "text": { "type": "string" }, "textSections": { "additionalProperties": { "type": "string" }, "type": "object" }, "answerRecord": { "type": "string" }, "baselineModelVersion": { "type": "string" } }, "id": "GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard": { "properties": { "thumbnailImageAlignment": { "enum": [ "THUMBNAIL_IMAGE_ALIGNMENT_UNSPECIFIED", "LEFT", "RIGHT" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "cardOrientation": { "enum": [ "CARD_ORIENTATION_UNSPECIFIED", "HORIZONTAL", "VERTICAL" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "cardContent": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard", "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestArticlesResponse": { "properties": { "contextSize": { "format": "int32", "type": "integer" }, "articleAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1ArticleAnswer" } }, "latestMessage": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse" }, "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction": { "id": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction", "type": "object", "properties": {} }, "GoogleCloudDialogflowV2DtmfParameters": { "type": "object", "id": "GoogleCloudDialogflowV2DtmfParameters", "properties": { "acceptsDtmfInput": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3ToolCall": { "properties": { "action": { "type": "string" }, "tool": { "type": "string" }, "inputParameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ToolCall" }, "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata": { "type": "object", "properties": {}, "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata" }, "GoogleProtobufEmpty": { "type": "object", "id": "GoogleProtobufEmpty", "properties": {} }, "GoogleCloudDialogflowCxV3beta1SessionInfo": { "type": "object", "properties": { "parameters": { "additionalProperties": { "type": "any" }, "type": "object" }, "session": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1SessionInfo" }, "GoogleCloudDialogflowCxV3IntentTrainingPhrase": { "id": "GoogleCloudDialogflowCxV3IntentTrainingPhrase", "type": "object", "properties": { "id": { "readOnly": true, "type": "string" }, "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart" } }, "repeatCount": { "type": "integer", "format": "int32" } } }, "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart": { "properties": { "parameterId": { "type": "string" }, "text": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageCardButton": { "id": "GoogleCloudDialogflowV2IntentMessageCardButton", "properties": { "text": { "type": "string" }, "postback": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo": { "properties": { "toolCall": { "$ref": "GoogleCloudDialogflowV2ToolCall" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowV2ToolCallResult" } }, "id": "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo", "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery": { "properties": { "searchContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext" } }, "queryText": { "type": "string" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageSelectItemInfo": { "id": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo", "type": "object", "properties": { "key": { "type": "string" }, "synonyms": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3TestError": { "id": "GoogleCloudDialogflowCxV3TestError", "properties": { "testTime": { "format": "google-datetime", "type": "string" }, "testCase": { "type": "string" }, "status": { "$ref": "GoogleRpcStatus" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject": { "type": "object", "properties": { "description": { "type": "string" }, "icon": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "contentUrl": { "type": "string" }, "largeImage": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject" }, "GoogleCloudDialogflowV2beta1IntentMessageSuggestions": { "properties": { "suggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions", "type": "object" }, "GoogleCloudDialogflowCxV3beta1Fulfillment": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Fulfillment", "properties": { "setParameterActions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction" } }, "tag": { "type": "string" }, "codeBlockFunction": { "type": "string" }, "returnPartialResponses": { "type": "boolean" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" } }, "webhook": { "type": "string" }, "enableGenerativeFallback": { "type": "boolean" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "conditionalCases": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases" }, "type": "array" }, "generators": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings" } } } }, "GoogleCloudDialogflowV2GeneratorEvaluationConfig": { "id": "GoogleCloudDialogflowV2GeneratorEvaluationConfig", "properties": { "summarizationConfig": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig" }, "outputGcsBucketPath": { "type": "string" }, "inputDataConfig": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction", "properties": { "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall": { "properties": { "phoneNumber": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse": { "id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse", "properties": { "displayText": { "type": "string" }, "ssml": { "type": "string" }, "textToSpeech": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1Sentiment": { "properties": { "score": { "format": "float", "type": "number" }, "magnitude": { "format": "float", "type": "number" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1Sentiment" }, "GoogleCloudDialogflowV2HumanAgentAssistantEvent": { "type": "object", "properties": { "suggestionResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SuggestionResult" } }, "participant": { "type": "string" }, "conversation": { "type": "string" } }, "id": "GoogleCloudDialogflowV2HumanAgentAssistantEvent" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer": { "properties": { "generativeSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "eventSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource" }, "answerText": { "type": "string" }, "faqSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource" }, "playbookSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer" }, "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment": { "type": "object", "properties": { "audio": { "format": "byte", "type": "string" }, "uri": { "type": "string" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess": { "properties": { "metadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess" }, "GoogleCloudDialogflowV2ConversationInfo": { "properties": { "languageCode": { "type": "string" } }, "id": "GoogleCloudDialogflowV2ConversationInfo", "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAccuracyDecomposition": { "properties": { "accuracyReasoning": { "readOnly": true, "type": "string" }, "point": { "readOnly": true, "type": "string" }, "isAccurate": { "type": "boolean", "readOnly": true } }, "type": "object", "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAccuracyDecomposition" }, "GoogleCloudDialogflowV2ToolConnectorTool": { "id": "GoogleCloudDialogflowV2ToolConnectorTool", "properties": { "name": { "type": "string" }, "actions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2ToolConnectorToolAction" } } }, "type": "object" }, "GoogleCloudDialogflowV2ToolAuthentication": { "id": "GoogleCloudDialogflowV2ToolAuthentication", "properties": { "apiKeyConfig": { "$ref": "GoogleCloudDialogflowV2ToolAuthenticationApiKeyConfig" }, "oauthConfig": { "$ref": "GoogleCloudDialogflowV2ToolAuthenticationOAuthConfig" }, "serviceAgentAuthConfig": { "$ref": "GoogleCloudDialogflowV2ToolAuthenticationServiceAgentAuthConfig" }, "bearerTokenConfig": { "$ref": "GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TransitionRoute": { "properties": { "targetFlow": { "type": "string" }, "description": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "condition": { "type": "string" }, "targetPage": { "type": "string" }, "intent": { "type": "string" }, "name": { "type": "string", "readOnly": true } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TransitionRoute" }, "GoogleCloudDialogflowV2ImportAgentRequest": { "id": "GoogleCloudDialogflowV2ImportAgentRequest", "properties": { "agentUri": { "type": "string" }, "agentContent": { "format": "byte", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2AnnotatedMessagePart": { "properties": { "entityType": { "type": "string" }, "formattedValue": { "type": "any" }, "text": { "type": "string" } }, "id": "GoogleCloudDialogflowV2AnnotatedMessagePart", "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig": { "type": "object", "properties": { "clientSecret": { "type": "string" }, "clientId": { "type": "string" }, "secretVersionForClientSecret": { "type": "string" }, "tokenEndpoint": { "type": "string" }, "scopes": { "items": { "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig" }, "GoogleCloudDialogflowV2beta1ImportDocumentsResponse": { "id": "GoogleCloudDialogflowV2beta1ImportDocumentsResponse", "properties": { "warnings": { "items": { "$ref": "GoogleRpcStatus" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3CreateVersionOperationMetadata": { "properties": { "version": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3CreateVersionOperationMetadata" }, "GoogleCloudDialogflowV2EvaluationConfig": { "type": "object", "properties": { "smartComposeConfig": { "$ref": "GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig" }, "datasets": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2InputDataset" } }, "smartReplyConfig": { "$ref": "GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig" } }, "id": "GoogleCloudDialogflowV2EvaluationConfig" }, "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata": { "id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata", "properties": { "request": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest" } }, "type": "object" }, "GoogleCloudDialogflowV2ListGeneratorEvaluationsResponse": { "properties": { "generatorEvaluations": { "items": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluation" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowV2ListGeneratorEvaluationsResponse", "type": "object" }, "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig": { "id": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig", "properties": { "service": { "type": "string" }, "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton": { "type": "object", "properties": { "title": { "type": "string" }, "openUriAction": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" }, "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse", "properties": { "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" } }, "mergeBehavior": { "enumDescriptions": [ "", "", "" ], "enum": [ "MERGE_BEHAVIOR_UNSPECIFIED", "APPEND", "REPLACE" ], "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageSimpleResponses": { "type": "object", "properties": { "simpleResponses": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageSimpleResponse" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2IntentMessageSimpleResponses" }, "GoogleCloudDialogflowV2IntentMessageSimpleResponse": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageSimpleResponse", "properties": { "textToSpeech": { "type": "string" }, "displayText": { "type": "string" }, "ssml": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio", "properties": { "audioUri": { "type": "string" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" } } }, "GoogleCloudDialogflowCxV3IntentParameter": { "type": "object", "properties": { "redact": { "type": "boolean" }, "isList": { "type": "boolean" }, "id": { "type": "string" }, "entityType": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3IntentParameter" }, "GoogleCloudDialogflowV2ToolAuthenticationOAuthConfig": { "properties": { "oauthGrantType": { "enum": [ "OAUTH_GRANT_TYPE_UNSPECIFIED", "CLIENT_CREDENTIAL" ], "enumDescriptions": [ "", "" ], "type": "string" }, "clientSecret": { "type": "string" }, "clientId": { "type": "string" }, "secretVersionForClientSecret": { "type": "string" }, "tokenEndpoint": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } } }, "type": "object", "id": "GoogleCloudDialogflowV2ToolAuthenticationOAuthConfig" }, "GoogleCloudDialogflowV2ListAnswerRecordsResponse": { "type": "object", "properties": { "nextPageToken": { "type": "string" }, "answerRecords": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2AnswerRecord" } } }, "id": "GoogleCloudDialogflowV2ListAnswerRecordsResponse" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetrics": { "type": "object", "properties": { "overallSectionTokens": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken" }, "readOnly": true, "type": "array" }, "summarizationEvaluationMergedResultsUri": { "readOnly": true, "type": "string" }, "conversationDetails": { "readOnly": true, "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail" } }, "summarizationEvaluationResults": { "type": "array", "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult" } }, "overallMetrics": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsOverallScoresByMetric" }, "readOnly": true } }, "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetrics" }, "GoogleCloudDialogflowV2Document": { "id": "GoogleCloudDialogflowV2Document", "properties": { "state": { "type": "string", "readOnly": true, "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "CREATING", "ACTIVE", "UPDATING", "RELOADING", "DELETING" ] }, "name": { "type": "string" }, "displayName": { "type": "string" }, "latestReloadStatus": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2DocumentReloadStatus" }, "mimeType": { "type": "string" }, "knowledgeTypes": { "type": "array", "items": { "type": "string", "enumDescriptions": [ "", "", "", "", "" ], "enum": [ "KNOWLEDGE_TYPE_UNSPECIFIED", "FAQ", "EXTRACTIVE_QA", "ARTICLE_SUGGESTION", "AGENT_FACING_SMART_REPLY" ] } }, "enableAutoReload": { "type": "boolean" }, "rawContent": { "type": "string", "format": "byte" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "contentUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": { "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion", "properties": { "suggestionIndex": { "format": "int32", "readOnly": true, "type": "integer" }, "sources": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources", "readOnly": true }, "similarityScore": { "readOnly": true, "type": "number", "format": "float" }, "answerRecord": { "readOnly": true, "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ExportAgentResponse": { "id": "GoogleCloudDialogflowCxV3beta1ExportAgentResponse", "type": "object", "properties": { "agentUri": { "type": "string" }, "agentContent": { "format": "byte", "type": "string" }, "commitSha": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment", "type": "object", "properties": { "uri": { "type": "string" }, "audio": { "format": "byte", "type": "string" }, "allowPlaybackInterruption": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard": { "properties": {}, "type": "object", "id": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard" }, "GoogleCloudDialogflowV2BatchDeleteEntitiesRequest": { "id": "GoogleCloudDialogflowV2BatchDeleteEntitiesRequest", "type": "object", "properties": { "entityValues": { "type": "array", "items": { "type": "string" } }, "languageCode": { "type": "string" } } }, "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig": { "id": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig", "properties": { "filterSpecs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs" } }, "boostSpecs": { "items": { "$ref": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportIntentsMetadata": { "id": "GoogleCloudDialogflowCxV3ImportIntentsMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2MessageAnnotation": { "type": "object", "properties": { "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2AnnotatedMessagePart" } }, "containEntities": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2MessageAnnotation" }, "GoogleCloudDialogflowCxV3ExportEntityTypesResponse": { "properties": { "entityTypesUri": { "type": "string" }, "entityTypesContent": { "$ref": "GoogleCloudDialogflowCxV3InlineDestination" } }, "id": "GoogleCloudDialogflowCxV3ExportEntityTypesResponse", "type": "object" }, "GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation": { "type": "object", "id": "GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation", "properties": { "operation": { "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "OPERATION_TYPE_UNSPECIFIED", "LIST", "GET", "CREATE", "UPDATE", "DELETE" ], "type": "string" }, "entityId": { "type": "string" } } }, "GoogleCloudDialogflowV2SummarizationContext": { "properties": { "version": { "type": "string" }, "fewShotExamples": { "items": { "$ref": "GoogleCloudDialogflowV2FewShotExample" }, "type": "array" }, "summarizationSections": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationSection" }, "type": "array" }, "outputLanguageCode": { "type": "string" } }, "id": "GoogleCloudDialogflowV2SummarizationContext", "type": "object" }, "GoogleCloudDialogflowV2SuggestArticlesResponse": { "properties": { "latestMessage": { "type": "string" }, "articleAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2ArticleAnswer" } }, "contextSize": { "format": "int32", "type": "integer" } }, "id": "GoogleCloudDialogflowV2SuggestArticlesResponse", "type": "object" }, "GoogleCloudDialogflowV2SuggestionDedupingConfig": { "properties": { "similarityThreshold": { "type": "number", "format": "float" }, "enableDeduping": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowV2SuggestionDedupingConfig" }, "GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2beta1ArticleAnswer": { "id": "GoogleCloudDialogflowV2beta1ArticleAnswer", "type": "object", "properties": { "snippets": { "type": "array", "items": { "type": "string" } }, "uri": { "type": "string" }, "answerRecord": { "type": "string" }, "title": { "type": "string" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" } } }, "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse": { "type": "object", "id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse", "properties": { "generatorSuggestionAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer" }, "type": "array" }, "latestMessage": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1GcsDestination": { "type": "object", "id": "GoogleCloudDialogflowV2beta1GcsDestination", "properties": { "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2EventInput": { "type": "object", "properties": { "parameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "name": { "type": "string" }, "languageCode": { "type": "string" } }, "id": "GoogleCloudDialogflowV2EventInput" }, "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo": { "id": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo", "properties": { "tag": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ToolConnectorToolAction": { "properties": { "outputFields": { "type": "array", "items": { "type": "string" } }, "entityOperation": { "$ref": "GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation" }, "connectionActionId": { "type": "string" }, "inputFields": { "type": "array", "items": { "type": "string" } } }, "type": "object", "id": "GoogleCloudDialogflowV2ToolConnectorToolAction" }, "GoogleCloudDialogflowV2IntentMessageTableCardRow": { "id": "GoogleCloudDialogflowV2IntentMessageTableCardRow", "type": "object", "properties": { "cells": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCardCell" } }, "dividerAfter": { "type": "boolean" } } }, "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo": { "id": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo", "properties": { "contextReferenceRetrieved": { "type": "boolean" }, "ingestedParametersDebugInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" } }, "projectNotAllowlisted": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1InputAudioConfig": { "properties": { "bargeInConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1BargeInConfig" }, "singleUtterance": { "type": "boolean" }, "phraseHints": { "type": "array", "items": { "type": "string" } }, "enableWordInfo": { "type": "boolean" }, "model": { "type": "string" }, "optOutConformerModelMigration": { "type": "boolean" }, "modelVariant": { "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "sampleRateHertz": { "format": "int32", "type": "integer" }, "audioEncoding": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "enum": [ "AUDIO_ENCODING_UNSPECIFIED", "AUDIO_ENCODING_LINEAR_16", "AUDIO_ENCODING_FLAC", "AUDIO_ENCODING_MULAW", "AUDIO_ENCODING_AMR", "AUDIO_ENCODING_AMR_WB", "AUDIO_ENCODING_OGG_OPUS", "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE", "AUDIO_ENCODING_ALAW" ] } }, "id": "GoogleCloudDialogflowCxV3beta1InputAudioConfig", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources": { "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources", "properties": { "intentDisplayNames": { "type": "array", "items": { "type": "string" } }, "entityDisplayNames": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ListGeneratorsResponse": { "id": "GoogleCloudDialogflowV2ListGeneratorsResponse", "properties": { "nextPageToken": { "type": "string" }, "generators": { "items": { "$ref": "GoogleCloudDialogflowV2Generator" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationPhoneNumber": { "id": "GoogleCloudDialogflowV2ConversationPhoneNumber", "properties": { "countryCode": { "readOnly": true, "type": "integer", "format": "int32" }, "phoneNumber": { "type": "string", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2ListEnvironmentsResponse": { "type": "object", "id": "GoogleCloudDialogflowV2ListEnvironmentsResponse", "properties": { "environments": { "items": { "$ref": "GoogleCloudDialogflowV2Environment" }, "type": "array" }, "nextPageToken": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata": { "type": "object", "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseError" } } }, "id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata" }, "GoogleCloudDialogflowV2EnvironmentHistory": { "id": "GoogleCloudDialogflowV2EnvironmentHistory", "type": "object", "properties": { "entries": { "items": { "$ref": "GoogleCloudDialogflowV2EnvironmentHistoryEntry" }, "readOnly": true, "type": "array" }, "parent": { "type": "string", "readOnly": true }, "nextPageToken": { "readOnly": true, "type": "string" } } }, "GoogleCloudDialogflowV2Message": { "id": "GoogleCloudDialogflowV2Message", "properties": { "createTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "participant": { "type": "string", "readOnly": true }, "sendTime": { "type": "string", "format": "google-datetime" }, "sentimentAnalysis": { "$ref": "GoogleCloudDialogflowV2SentimentAnalysisResult", "readOnly": true }, "name": { "type": "string" }, "participantRole": { "readOnly": true, "type": "string", "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ] }, "messageAnnotation": { "$ref": "GoogleCloudDialogflowV2MessageAnnotation", "readOnly": true }, "content": { "type": "string" }, "languageCode": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader": { "properties": { "value": { "type": "string" }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader", "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior": { "type": "object", "properties": { "appendedSearchContextCount": { "format": "int32", "type": "integer" }, "queryGenerationEndUserLanguageMismatch": { "type": "boolean" }, "queryContainedSearchContext": { "type": "boolean" }, "conversationTranscriptHasMixedLanguages": { "type": "boolean" }, "useCustomSafetyFilterLevel": { "type": "boolean" }, "useTranslatedMessage": { "type": "boolean" }, "disableSyncDelivery": { "type": "boolean" }, "thirdPartyConnectorAllowed": { "type": "boolean" }, "previousQueriesIncluded": { "type": "boolean" }, "multipleQueriesGenerated": { "type": "boolean" }, "queryGenerationAgentLanguageMismatch": { "type": "boolean" }, "primaryQueryRedactedAndReplaced": { "type": "boolean" }, "returnQueryOnly": { "type": "boolean" }, "invalidItemsQuerySuggestionSkipped": { "type": "boolean" }, "endUserMetadataIncluded": { "type": "boolean" }, "usePubsubDelivery": { "type": "boolean" }, "answerGenerationRewriterOn": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior" }, "GoogleCloudDialogflowCxV3ToolCallResult": { "id": "GoogleCloudDialogflowCxV3ToolCallResult", "properties": { "tool": { "type": "string" }, "action": { "type": "string" }, "outputParameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "error": { "$ref": "GoogleCloudDialogflowCxV3ToolCallResultError" } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig", "type": "object", "properties": { "enableSentimentAnalysis": { "type": "boolean" }, "enableSentimentAnalysisV3": { "type": "boolean" }, "enableEntityExtraction": { "type": "boolean" } } }, "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": { "properties": { "similarityScore": { "format": "float", "readOnly": true, "type": "number" }, "answerRecord": { "type": "string", "readOnly": true }, "suggestionIndex": { "type": "integer", "readOnly": true, "format": "int32" } }, "type": "object", "id": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" }, "GoogleCloudDialogflowV2GeneratorEvaluationConfigDatasetInputDataConfig": { "type": "object", "id": "GoogleCloudDialogflowV2GeneratorEvaluationConfigDatasetInputDataConfig", "properties": { "dataset": { "type": "string" } } }, "GoogleCloudDialogflowV2Environment": { "type": "object", "properties": { "updateTime": { "format": "google-datetime", "type": "string", "readOnly": true }, "textToSpeechSettings": { "$ref": "GoogleCloudDialogflowV2TextToSpeechSettings" }, "agentVersion": { "type": "string" }, "fulfillment": { "$ref": "GoogleCloudDialogflowV2Fulfillment" }, "name": { "type": "string", "readOnly": true }, "description": { "type": "string" }, "state": { "enum": [ "STATE_UNSPECIFIED", "STOPPED", "LOADING", "RUNNING" ], "enumDescriptions": [ "", "", "", "" ], "type": "string", "readOnly": true } }, "id": "GoogleCloudDialogflowV2Environment" }, "GoogleCloudDialogflowV2NotificationConfig": { "properties": { "topic": { "type": "string" }, "messageFormat": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "MESSAGE_FORMAT_UNSPECIFIED", "PROTO", "JSON" ] } }, "type": "object", "id": "GoogleCloudDialogflowV2NotificationConfig" }, "GoogleCloudDialogflowCxV3WebhookGenericWebService": { "id": "GoogleCloudDialogflowCxV3WebhookGenericWebService", "type": "object", "properties": { "uri": { "type": "string" }, "secretVersionsForRequestHeaders": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue" } }, "parameterMapping": { "type": "object", "additionalProperties": { "type": "string" } }, "oauthConfig": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig" }, "secretVersionForUsernamePassword": { "type": "string" }, "requestBody": { "type": "string" }, "webhookType": { "enum": [ "WEBHOOK_TYPE_UNSPECIFIED", "STANDARD", "FLEXIBLE" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "username": { "type": "string", "deprecated": true }, "requestHeaders": { "type": "object", "additionalProperties": { "type": "string" } }, "allowedCaCerts": { "items": { "type": "string", "format": "byte" }, "type": "array" }, "serviceAccountAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig" }, "httpMethod": { "enum": [ "HTTP_METHOD_UNSPECIFIED", "POST", "GET", "HEAD", "PUT", "DELETE", "PATCH", "OPTIONS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "" ], "type": "string" }, "serviceAgentAuth": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "NONE", "ID_TOKEN", "ACCESS_TOKEN" ] }, "password": { "type": "string", "deprecated": true } } }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource": { "type": "object", "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource", "properties": { "knowledgeBases": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowV2ToolTLSConfigCACert": { "type": "object", "id": "GoogleCloudDialogflowV2ToolTLSConfigCACert", "properties": { "cert": { "format": "byte", "type": "string" }, "displayName": { "type": "string" } } }, "GoogleCloudDialogflowV2ToolAuthenticationApiKeyConfig": { "id": "GoogleCloudDialogflowV2ToolAuthenticationApiKeyConfig", "properties": { "secretVersionForApiKey": { "type": "string" }, "keyName": { "type": "string" }, "requestLocation": { "enum": [ "REQUEST_LOCATION_UNSPECIFIED", "HEADER", "QUERY_STRING" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "apiKey": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig": { "properties": { "version": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig" }, "GoogleCloudDialogflowCxV3beta1TestCaseError": { "id": "GoogleCloudDialogflowCxV3beta1TestCaseError", "type": "object", "properties": { "testCase": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCase" }, "status": { "$ref": "GoogleRpcStatus" } } }, "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse": { "properties": { "entityTypes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" } } }, "id": "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse", "type": "object" }, "GoogleCloudDialogflowV2TrainAgentRequest": { "properties": {}, "id": "GoogleCloudDialogflowV2TrainAgentRequest", "type": "object" }, "GoogleCloudDialogflowCxV3ExportFlowResponse": { "type": "object", "properties": { "flowUri": { "type": "string" }, "flowContent": { "type": "string", "format": "byte" } }, "id": "GoogleCloudDialogflowCxV3ExportFlowResponse" }, "GoogleCloudDialogflowV2ImportConversationDataOperationMetadata": { "type": "object", "properties": { "conversationDataset": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "partialFailures": { "type": "array", "items": { "$ref": "GoogleRpcStatus" } } }, "id": "GoogleCloudDialogflowV2ImportConversationDataOperationMetadata" }, "GoogleCloudDialogflowV2AgentCoachingSuggestion": { "properties": { "agentActionSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion" }, "type": "array" }, "sampleResponses": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse" }, "type": "array" }, "applicableInstructions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingInstruction" } } }, "type": "object", "id": "GoogleCloudDialogflowV2AgentCoachingSuggestion" }, "GoogleCloudDialogflowCxV3beta1Intent": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Intent", "properties": { "labels": { "type": "object", "additionalProperties": { "type": "string" } }, "name": { "type": "string" }, "parameters": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentParameter" } }, "isFallback": { "type": "boolean" }, "description": { "type": "string" }, "priority": { "type": "integer", "format": "int32" }, "trainingPhrases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase" } }, "displayName": { "type": "string" }, "dtmfPattern": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ToolCallResultError": { "properties": { "message": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ToolCallResultError", "type": "object" }, "GoogleCloudDialogflowV2ListConversationDatasetsResponse": { "id": "GoogleCloudDialogflowV2ListConversationDatasetsResponse", "properties": { "nextPageToken": { "type": "string" }, "conversationDatasets": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2ConversationDataset" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri", "properties": { "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo": { "type": "object", "properties": { "key": { "type": "string" }, "synonyms": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo" }, "GoogleCloudDialogflowV2ImportDocumentsRequest": { "id": "GoogleCloudDialogflowV2ImportDocumentsRequest", "type": "object", "properties": { "importGcsCustomMetadata": { "type": "boolean" }, "documentTemplate": { "$ref": "GoogleCloudDialogflowV2ImportDocumentTemplate" }, "gcsSource": { "$ref": "GoogleCloudDialogflowV2GcsSources" } } }, "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess": { "properties": { "metadata": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } } }, "id": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess", "type": "object" }, "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo": { "id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo", "type": "object", "properties": { "confidence": { "type": "number", "format": "float" }, "displayName": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue" } }, "lastMatchedIntent": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1EventInput": { "properties": { "event": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1EventInput", "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse", "type": "object", "properties": { "additionalSuggestedQueryResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult" } }, "latestMessage": { "type": "string" }, "knowledgeAssistAnswer": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer" }, "contextSize": { "format": "int32", "type": "integer" } } }, "GoogleCloudDialogflowV2AgentCoachingInstruction": { "id": "GoogleCloudDialogflowV2AgentCoachingInstruction", "properties": { "duplicateCheckResult": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult" }, "displayName": { "type": "string" }, "agentAction": { "type": "string" }, "systemAction": { "type": "string" }, "displayDetails": { "type": "string" }, "condition": { "type": "string" }, "triggeringEvent": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE", "TOOL_CALL_COMPLETION" ] } }, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig": { "properties": { "baselineModelVersion": { "type": "string" }, "model": { "type": "string" } }, "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation", "properties": {} }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig": { "properties": { "scopes": { "type": "array", "items": { "type": "string" } }, "tokenEndpoint": { "type": "string" }, "secretVersionForClientSecret": { "type": "string" }, "clientId": { "type": "string" }, "clientSecret": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig" }, "GoogleCloudDialogflowV2IntentMessageBasicCardButton": { "id": "GoogleCloudDialogflowV2IntentMessageBasicCardButton", "properties": { "openUriAction": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2GeneratorEvaluation": { "id": "GoogleCloudDialogflowV2GeneratorEvaluation", "properties": { "evaluationStatus": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2EvaluationStatus" }, "satisfiesPzs": { "readOnly": true, "type": "boolean" }, "satisfiesPzi": { "readOnly": true, "type": "boolean" }, "name": { "readOnly": true, "type": "string" }, "completeTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "summarizationMetrics": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetrics" }, "displayName": { "type": "string" }, "generatorEvaluationConfig": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluationConfig" }, "createTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "initialGenerator": { "$ref": "GoogleCloudDialogflowV2Generator" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo": { "properties": { "followupIntentName": { "type": "string" }, "parentFollowupIntentName": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo" }, "GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig": { "properties": { "token": { "type": "string" }, "secretVersionForToken": { "type": "string" } }, "id": "GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig", "type": "object" }, "GoogleCloudDialogflowV2QueryResult": { "type": "object", "properties": { "intentDetectionConfidence": { "type": "number", "format": "float" }, "webhookSource": { "type": "string" }, "action": { "type": "string" }, "webhookPayload": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "queryText": { "type": "string" }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2Context" }, "type": "array" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowV2SentimentAnalysisResult" }, "parameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "speechRecognitionConfidence": { "type": "number", "format": "float" }, "intent": { "$ref": "GoogleCloudDialogflowV2Intent" }, "allRequiredParamsPresent": { "type": "boolean" }, "languageCode": { "type": "string" }, "fulfillmentMessages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" } }, "fulfillmentText": { "type": "string" }, "diagnosticInfo": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "cancelsSlotFilling": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2QueryResult" }, "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse": { "type": "object", "properties": { "knowledgeAssistAnswer": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswer", "readOnly": true }, "additionalSuggestedQueryResults": { "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult" }, "type": "array" }, "contextSize": { "type": "integer", "format": "int32" }, "latestMessage": { "type": "string" } }, "id": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfig": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfig", "type": "object", "properties": { "humanAgentSuggestionConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig" }, "notificationConfig": { "$ref": "GoogleCloudDialogflowV2NotificationConfig" }, "messageAnalysisConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig" }, "endUserSuggestionConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig" } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext": { "type": "object", "properties": { "value": { "type": "string" }, "key": { "type": "string" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext" }, "GoogleCloudDialogflowV2IntentBatch": { "properties": { "intents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2Intent" } } }, "id": "GoogleCloudDialogflowV2IntentBatch", "type": "object" }, "GoogleCloudDialogflowV2SuggestionResult": { "id": "GoogleCloudDialogflowV2SuggestionResult", "properties": { "suggestSmartRepliesResponse": { "$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse" }, "generateSuggestionsResponse": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponse" }, "suggestFaqAnswersResponse": { "$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse" }, "error": { "$ref": "GoogleRpcStatus" }, "suggestArticlesResponse": { "$ref": "GoogleCloudDialogflowV2SuggestArticlesResponse" }, "suggestKnowledgeAssistResponse": { "$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse" } }, "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken": { "properties": { "tokenCount": { "format": "int64", "type": "string", "readOnly": true }, "section": { "type": "string", "readOnly": true } }, "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken", "type": "object" }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCases": { "type": "object", "properties": { "cases": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases" }, "GoogleCloudDialogflowCxV3TransitionRoute": { "id": "GoogleCloudDialogflowCxV3TransitionRoute", "type": "object", "properties": { "condition": { "type": "string" }, "targetFlow": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "description": { "type": "string" }, "name": { "readOnly": true, "type": "string" }, "targetPage": { "type": "string" }, "intent": { "type": "string" } } }, "GoogleCloudDialogflowV2VoiceSelectionParams": { "type": "object", "properties": { "ssmlGender": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "SSML_VOICE_GENDER_UNSPECIFIED", "SSML_VOICE_GENDER_MALE", "SSML_VOICE_GENDER_FEMALE", "SSML_VOICE_GENDER_NEUTRAL" ] }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2VoiceSelectionParams" }, "GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig": { "id": "GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig", "type": "object", "properties": { "agentAssistInputDataConfig": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig" }, "sampleSize": { "type": "integer", "format": "int32" }, "summaryGenerationOption": { "enum": [ "SUMMARY_GENERATION_OPTION_UNSPECIFIED", "ALWAYS_GENERATE", "GENERATE_IF_MISSING", "DO_NOT_GENERATE" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "isSummaryGenerationAllowed": { "deprecated": true, "type": "boolean" }, "startTime": { "type": "string", "format": "google-datetime", "deprecated": true }, "endTime": { "deprecated": true, "format": "google-datetime", "type": "string" }, "datasetInputDataConfig": { "$ref": "GoogleCloudDialogflowV2GeneratorEvaluationConfigDatasetInputDataConfig" }, "inputDataSourceType": { "deprecated": true, "enum": [ "INPUT_DATA_SOURCE_TYPE_UNSPECIFIED", "AGENT_ASSIST_CONVERSATIONS", "INSIGHTS_CONVERSATIONS" ], "enumDescriptions": [ "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": { "type": "object", "properties": { "urlTypeHint": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "URL_TYPE_HINT_UNSPECIFIED", "AMP_ACTION", "AMP_CONTENT" ] }, "url": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig": { "properties": { "serviceAccount": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig", "type": "object" }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult": { "type": "object", "properties": { "score": { "readOnly": true, "type": "number", "format": "float" }, "metric": { "type": "string", "readOnly": true }, "section": { "type": "string", "readOnly": true }, "evaluationResults": { "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult" }, "type": "array", "readOnly": true }, "sessionId": { "readOnly": true, "deprecated": true, "type": "string" }, "sectionSummary": { "type": "string", "readOnly": true }, "decompositions": { "deprecated": true, "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition" }, "readOnly": true } }, "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult" }, "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata": { "id": "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata", "type": "object", "properties": { "trainingModelType": { "enum": [ "MODEL_TYPE_UNSPECIFIED", "SMART_REPLY_DUAL_ENCODER_MODEL", "SMART_REPLY_BERT_MODEL" ], "enumDescriptions": [ "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse": { "type": "object", "properties": { "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult", "readOnly": true }, "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources" }, "responseText": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse" }, "GoogleCloudDialogflowV2SpeechWordInfo": { "id": "GoogleCloudDialogflowV2SpeechWordInfo", "properties": { "startOffset": { "format": "google-duration", "type": "string" }, "word": { "type": "string" }, "confidence": { "type": "number", "format": "float" }, "endOffset": { "type": "string", "format": "google-duration" } }, "type": "object" }, "GoogleCloudDialogflowV2SpeechContext": { "type": "object", "properties": { "phrases": { "items": { "type": "string" }, "type": "array" }, "boost": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowV2SpeechContext" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswer": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswer", "properties": { "suggestedQueryAnswer": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer" }, "suggestedQuery": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery" }, "knowledgeAssistDebugInfo": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo" }, "answerRecord": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect": { "id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect", "properties": { "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentTrainingPhrase": { "id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase", "properties": { "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart" } }, "timesAddedCount": { "format": "int32", "type": "integer" }, "name": { "readOnly": true, "type": "string" }, "type": { "enumDeprecated": [ false, false, true ], "enum": [ "TYPE_UNSPECIFIED", "EXAMPLE", "TEMPLATE" ], "type": "string", "enumDescriptions": [ "", "", "" ] } }, "type": "object" }, "GoogleCloudDialogflowV2beta1MessageAnnotation": { "type": "object", "properties": { "containEntities": { "type": "boolean" }, "parts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1MessageAnnotation" }, "GoogleCloudDialogflowV2Tool": { "type": "object", "properties": { "satisfiesPzs": { "readOnly": true, "type": "boolean" }, "functionSpec": { "$ref": "GoogleCloudDialogflowV2ToolFunctionTool" }, "createTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "connectorSpec": { "$ref": "GoogleCloudDialogflowV2ToolConnectorTool" }, "displayName": { "type": "string" }, "satisfiesPzi": { "type": "boolean", "readOnly": true }, "name": { "readOnly": true, "type": "string" }, "openApiSpec": { "$ref": "GoogleCloudDialogflowV2ToolOpenApiTool" }, "description": { "type": "string" }, "actionConfirmationRequirement": { "additionalProperties": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "CONFIRMATION_REQUIREMENT_UNSPECIFIED", "REQUIRED", "NOT_REQUIRED" ] }, "type": "object" }, "toolKey": { "type": "string" }, "extensionSpec": { "$ref": "GoogleCloudDialogflowV2ToolExtensionTool", "deprecated": true }, "updateTime": { "format": "google-datetime", "readOnly": true, "type": "string" } }, "id": "GoogleCloudDialogflowV2Tool" }, "GoogleCloudDialogflowV2FaqAnswer": { "id": "GoogleCloudDialogflowV2FaqAnswer", "properties": { "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "answer": { "type": "string" }, "source": { "type": "string" }, "answerRecord": { "type": "string" }, "question": { "type": "string" }, "confidence": { "format": "float", "type": "number" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageTableCard": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCard", "properties": { "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" }, "type": "array" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "title": { "type": "string" }, "rows": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow" } }, "subtitle": { "type": "string" }, "columnProperties": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties" } } } }, "GoogleCloudDialogflowCxV3beta1WebhookResponse": { "type": "object", "properties": { "targetPage": { "type": "string" }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "fulfillmentResponse": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionInfo" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfo" }, "targetFlow": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1WebhookResponse" }, "GoogleCloudDialogflowCxV3beta1ToolCallResultError": { "type": "object", "properties": { "message": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ToolCallResultError" }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent", "properties": { "additionalCases": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases" }, "message": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" } } }, "GoogleCloudDialogflowV2SuggestionInput": { "type": "object", "properties": { "action": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "ACTION_UNSPECIFIED", "CANCEL", "REVISE", "CONFIRM" ] }, "sendTime": { "type": "string", "format": "google-datetime" }, "parameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "answerRecord": { "type": "string" } }, "id": "GoogleCloudDialogflowV2SuggestionInput" }, "GoogleCloudDialogflowV2GenerateStatelessSummaryResponse": { "properties": { "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" }, "summary": { "$ref": "GoogleCloudDialogflowV2GenerateStatelessSummaryResponseSummary" } }, "id": "GoogleCloudDialogflowV2GenerateStatelessSummaryResponse", "type": "object" }, "GoogleCloudDialogflowCxV3TextInput": { "id": "GoogleCloudDialogflowCxV3TextInput", "type": "object", "properties": { "text": { "type": "string" } } }, "GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata": { "type": "object", "properties": { "conversationModel": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "doneTime": { "type": "string", "format": "google-datetime" } }, "id": "GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata" }, "GoogleCloudDialogflowV2ListContextsResponse": { "properties": { "nextPageToken": { "type": "string" }, "contexts": { "items": { "$ref": "GoogleCloudDialogflowV2Context" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2ListContextsResponse", "type": "object" }, "GoogleCloudDialogflowV2HumanAgentHandoffConfig": { "properties": { "salesforceLiveAgentConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig" }, "livePersonConfig": { "$ref": "GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig" } }, "id": "GoogleCloudDialogflowV2HumanAgentHandoffConfig", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses": { "properties": { "simpleResponses": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses" }, "GoogleCloudDialogflowV2IntentMessageCard": { "properties": { "imageUri": { "type": "string" }, "title": { "type": "string" }, "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageCardButton" }, "type": "array" }, "subtitle": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageCard" }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase": { "properties": { "condition": { "type": "string" }, "caseContent": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent" } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase" }, "GoogleCloudDialogflowV2Context": { "type": "object", "id": "GoogleCloudDialogflowV2Context", "properties": { "parameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "name": { "type": "string" }, "lifespanCount": { "type": "integer", "format": "int32" } } }, "GoogleCloudDialogflowV2BatchUpdateIntentsResponse": { "properties": { "intents": { "items": { "$ref": "GoogleCloudDialogflowV2Intent" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2BatchUpdateIntentsResponse" }, "GoogleCloudDialogflowCxV3beta1ConversationTurn": { "id": "GoogleCloudDialogflowCxV3beta1ConversationTurn", "properties": { "virtualAgentOutput": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput" }, "userInput": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings": { "properties": { "enableStackdriverLogging": { "type": "boolean" }, "enableConsentBasedRedaction": { "type": "boolean" }, "enableInteractionLogging": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings" }, "GoogleCloudDialogflowV2KnowledgeBase": { "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeBase", "properties": { "name": { "type": "string" }, "languageCode": { "type": "string" }, "displayName": { "type": "string" } } }, "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest": { "id": "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest", "type": "object", "properties": { "suggestionFeatureType": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ] }, "participantRole": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "type": "string" } } }, "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse", "properties": { "mergeBehavior": { "enumDescriptions": [ "", "", "" ], "enum": [ "MERGE_BEHAVIOR_UNSPECIFIED", "APPEND", "REPLACE" ], "type": "string" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" } } } }, "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo": { "properties": { "required": { "type": "boolean" }, "displayName": { "type": "string" }, "state": { "type": "string", "enum": [ "PARAMETER_STATE_UNSPECIFIED", "EMPTY", "INVALID", "FILLED" ], "enumDescriptions": [ "", "", "", "" ] }, "value": { "type": "any" }, "justCollected": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo", "type": "object" }, "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection": { "id": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection", "properties": { "section": { "type": "string" }, "summary": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources", "type": "object", "properties": { "instructionIndexes": { "items": { "format": "int32", "type": "integer" }, "readOnly": true, "type": "array" } } }, "GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest": { "id": "GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest", "properties": { "entityTypeNames": { "type": "array", "items": { "type": "string" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3TestConfig": { "properties": { "page": { "type": "string" }, "flow": { "type": "string" }, "trackingParameters": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowCxV3TestConfig", "type": "object" }, "GoogleCloudDialogflowV2InferenceParameter": { "type": "object", "id": "GoogleCloudDialogflowV2InferenceParameter", "properties": { "topK": { "type": "integer", "format": "int32" }, "maxOutputTokens": { "type": "integer", "format": "int32" }, "temperature": { "format": "double", "type": "number" }, "topP": { "format": "double", "type": "number" } } }, "GoogleCloudDialogflowV2beta1SentimentAnalysisResult": { "properties": { "queryTextSentiment": { "$ref": "GoogleCloudDialogflowV2beta1Sentiment" } }, "id": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult", "type": "object" }, "GoogleCloudDialogflowV2IntentParameter": { "type": "object", "id": "GoogleCloudDialogflowV2IntentParameter", "properties": { "prompts": { "type": "array", "items": { "type": "string" } }, "value": { "type": "string" }, "isList": { "type": "boolean" }, "name": { "type": "string" }, "displayName": { "type": "string" }, "defaultValue": { "type": "string" }, "entityTypeDisplayName": { "type": "string" }, "mandatory": { "type": "boolean" } } }, "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo": { "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo", "properties": { "queryGenerationFailureReason": { "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "enum": [ "QUERY_GENERATION_FAILURE_REASON_UNSPECIFIED", "QUERY_GENERATION_OUT_OF_QUOTA", "QUERY_GENERATION_FAILED", "QUERY_GENERATION_NO_QUERY_GENERATED", "QUERY_GENERATION_RAI_FAILED", "NOT_IN_ALLOWLIST", "QUERY_GENERATION_QUERY_REDACTED", "QUERY_GENERATION_LLM_RESPONSE_PARSE_FAILED", "QUERY_GENERATION_EMPTY_CONVERSATION", "QUERY_GENERATION_EMPTY_LAST_MESSAGE", "QUERY_GENERATION_TRIGGERING_EVENT_CONDITION_NOT_MET" ], "type": "string" }, "serviceLatency": { "$ref": "GoogleCloudDialogflowV2ServiceLatency" }, "cesDebugInfo": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "knowledgeAssistBehavior": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior" }, "queryCategorizationFailureReason": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED", "QUERY_CATEGORIZATION_INVALID_CONFIG", "QUERY_CATEGORIZATION_RESULT_NOT_FOUND", "QUERY_CATEGORIZATION_FAILED" ] }, "queryGenerationDebugInfo": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo" }, "ingestedContextReferenceDebugInfo": { "$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo" }, "datastoreResponseReason": { "type": "string", "enum": [ "DATASTORE_RESPONSE_REASON_UNSPECIFIED", "NONE", "SEARCH_OUT_OF_QUOTA", "SEARCH_EMPTY_RESULTS", "ANSWER_GENERATION_GEN_AI_DISABLED", "ANSWER_GENERATION_OUT_OF_QUOTA", "ANSWER_GENERATION_ERROR", "ANSWER_GENERATION_NOT_ENOUGH_INFO", "ANSWER_GENERATION_RAI_FAILED", "ANSWER_GENERATION_NOT_GROUNDED" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ] } }, "type": "object" }, "GoogleCloudDialogflowCxV3RunTestCaseResponse": { "properties": { "result": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" } }, "id": "GoogleCloudDialogflowCxV3RunTestCaseResponse", "type": "object" }, "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", "enumDeprecated": [ false, false, true, false, false, false, false ] }, "sampleRateHertz": { "format": "int32", "type": "integer" }, "synthesizeSpeechConfig": { "$ref": "GoogleCloudDialogflowV2SynthesizeSpeechConfig" } }, "id": "GoogleCloudDialogflowV2OutputAudioConfig", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio": { "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio", "type": "object", "properties": { "audioUri": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ExportOperationMetadata": { "properties": { "exportedGcsDestination": { "$ref": "GoogleCloudDialogflowV2beta1GcsDestination" } }, "id": "GoogleCloudDialogflowV2beta1ExportOperationMetadata", "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion", "type": "object", "properties": { "answerRecord": { "type": "string", "readOnly": true }, "similarityScore": { "type": "number", "readOnly": true, "format": "float" }, "suggestionIndex": { "format": "int32", "type": "integer", "readOnly": true }, "sources": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", "readOnly": true } } }, "GoogleCloudDialogflowV2QueryParameters": { "id": "GoogleCloudDialogflowV2QueryParameters", "properties": { "timeZone": { "type": "string" }, "sessionEntityTypes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" } }, "contexts": { "items": { "$ref": "GoogleCloudDialogflowV2Context" }, "type": "array" }, "resetContexts": { "type": "boolean" }, "sentimentAnalysisRequestConfig": { "$ref": "GoogleCloudDialogflowV2SentimentAnalysisRequestConfig" }, "geoLocation": { "$ref": "GoogleTypeLatLng" }, "platform": { "type": "string" }, "webhookHeaders": { "type": "object", "additionalProperties": { "type": "string" } }, "payload": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3ExportTestCasesMetadata": { "properties": {}, "id": "GoogleCloudDialogflowCxV3ExportTestCasesMetadata", "type": "object" }, "GoogleCloudDialogflowV2ToolsetTool": { "id": "GoogleCloudDialogflowV2ToolsetTool", "properties": { "toolset": { "type": "string" }, "operationId": { "type": "string" }, "confirmationRequirement": { "enum": [ "CONFIRMATION_REQUIREMENT_UNSPECIFIED", "REQUIRED", "NOT_REQUIRED" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ExportAgentResponse": { "id": "GoogleCloudDialogflowV2beta1ExportAgentResponse", "properties": { "agentContent": { "type": "string", "format": "byte" }, "agentUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2CesAppSpec": { "id": "GoogleCloudDialogflowV2CesAppSpec", "deprecated": true, "properties": { "proactiveEnabled": { "type": "boolean" }, "cesApp": { "type": "string" }, "confirmationRequirement": { "enum": [ "CONFIRMATION_REQUIREMENT_UNSPECIFIED", "REQUIRED", "NOT_REQUIRED" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "reactiveEnabled": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3AdvancedSettings": { "properties": { "dtmfSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings" }, "loggingSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings" }, "audioExportGcsDestination": { "$ref": "GoogleCloudDialogflowCxV3GcsDestination" }, "speechSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings" } }, "id": "GoogleCloudDialogflowCxV3AdvancedSettings", "type": "object" }, "GoogleCloudDialogflowV2OriginalDetectIntentRequest": { "id": "GoogleCloudDialogflowV2OriginalDetectIntentRequest", "type": "object", "properties": { "source": { "type": "string" }, "version": { "type": "string" }, "payload": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } } } }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource": { "type": "object", "properties": { "documents": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource" }, "GoogleCloudDialogflowV2ListToolsResponse": { "type": "object", "properties": { "tools": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2Tool" } }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowV2ListToolsResponse" }, "GoogleCloudDialogflowV2beta1SuggestionResult": { "id": "GoogleCloudDialogflowV2beta1SuggestionResult", "type": "object", "properties": { "suggestKnowledgeAssistResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse" }, "suggestSmartRepliesResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse" }, "generateSuggestionsResponse": { "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse" }, "suggestArticlesResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse" }, "error": { "$ref": "GoogleRpcStatus" }, "suggestDialogflowAssistsResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse" }, "suggestEntityExtractionResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse" }, "suggestFaqAnswersResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse" } } }, "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer": { "type": "object", "properties": { "sourceGenerator": { "type": "string" }, "answerRecord": { "type": "string" }, "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestion" } }, "id": "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer" }, "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata": { "id": "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent", "type": "object", "properties": { "description": { "type": "string" }, "title": { "type": "string" }, "suggestions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion" } }, "media": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia" } } }, "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult": { "properties": { "duplicateSuggestions": { "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult", "type": "object" }, "GoogleCloudLocationListLocationsResponse": { "properties": { "locations": { "items": { "$ref": "GoogleCloudLocationLocation" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudLocationListLocationsResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1TestConfig": { "id": "GoogleCloudDialogflowCxV3beta1TestConfig", "type": "object", "properties": { "flow": { "type": "string" }, "trackingParameters": { "type": "array", "items": { "type": "string" } }, "page": { "type": "string" } } }, "GoogleCloudDialogflowV2ToolCallResultError": { "id": "GoogleCloudDialogflowV2ToolCallResultError", "type": "object", "properties": { "retryable": { "type": "boolean" }, "message": { "type": "string" } } }, "GoogleCloudDialogflowV2GenerateStatelessSuggestionRequest": { "properties": { "securitySettings": { "type": "string" }, "generatorName": { "type": "string" }, "contextReferences": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowV2ConversationContextReference" } }, "generator": { "$ref": "GoogleCloudDialogflowV2Generator" }, "conversationContext": { "$ref": "GoogleCloudDialogflowV2ConversationContext" }, "triggerEvents": { "type": "array", "items": { "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE" ], "type": "string", "enumDescriptions": [ "", "", "", "", "" ] } } }, "id": "GoogleCloudDialogflowV2GenerateStatelessSuggestionRequest", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies": { "id": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies", "properties": { "title": { "type": "string" }, "quickReplies": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ListDocumentsResponse": { "id": "GoogleCloudDialogflowV2ListDocumentsResponse", "type": "object", "properties": { "documents": { "items": { "$ref": "GoogleCloudDialogflowV2Document" }, "type": "array" }, "nextPageToken": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ImportFlowResponse": { "type": "object", "properties": { "flow": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ImportFlowResponse" }, "GoogleCloudDialogflowV2beta1QueryResult": { "type": "object", "properties": { "webhookSource": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "intentDetectionConfidence": { "type": "number", "format": "float" }, "diagnosticInfo": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult" }, "knowledgeAnswers": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswers" }, "languageCode": { "type": "string" }, "intent": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "allRequiredParamsPresent": { "type": "boolean" }, "speechRecognitionConfidence": { "format": "float", "type": "number" }, "fulfillmentMessages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" } }, "outputContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" } }, "queryText": { "type": "string" }, "fulfillmentText": { "type": "string" }, "cancelsSlotFilling": { "type": "boolean" }, "webhookPayload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "action": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1QueryResult" }, "GoogleCloudDialogflowV2EvaluationStatus": { "id": "GoogleCloudDialogflowV2EvaluationStatus", "properties": { "done": { "type": "boolean", "readOnly": true }, "pipelineStatus": { "$ref": "GoogleRpcStatus", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowCxV3ExportIntentsMetadata": { "id": "GoogleCloudDialogflowCxV3ExportIntentsMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings": { "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings", "type": "object", "properties": { "dropIvrMessages": { "type": "boolean" }, "dropHandoffMessages": { "type": "boolean" }, "dropVirtualAgentMessages": { "type": "boolean" } } }, "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint": { "type": "object", "properties": { "attributeValue": { "type": "string" }, "boostAmount": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint" }, "GoogleCloudDialogflowV2beta1Intent": { "id": "GoogleCloudDialogflowV2beta1Intent", "properties": { "isFallback": { "type": "boolean" }, "parameters": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentParameter" }, "type": "array" }, "endInteraction": { "type": "boolean" }, "parentFollowupIntentName": { "type": "string" }, "rootFollowupIntentName": { "type": "string", "readOnly": true }, "displayName": { "type": "string" }, "priority": { "type": "integer", "format": "int32" }, "events": { "type": "array", "items": { "type": "string" } }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" } }, "outputContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" } }, "inputContextNames": { "type": "array", "items": { "type": "string" } }, "defaultResponsePlatforms": { "type": "array", "items": { "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "TELEPHONY", "GOOGLE_HANGOUTS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "type": "string" } }, "resetContexts": { "type": "boolean" }, "trainingPhrases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase" } }, "action": { "type": "string" }, "followupIntentInfo": { "readOnly": true, "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo" } }, "webhookState": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "WEBHOOK_STATE_UNSPECIFIED", "WEBHOOK_STATE_ENABLED", "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING" ] }, "liveAgentHandoff": { "type": "boolean" }, "mlDisabled": { "type": "boolean" }, "mlEnabled": { "deprecated": true, "type": "boolean" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources": { "properties": { "entityTypeDisplayNames": { "type": "array", "items": { "type": "string" } }, "entityDisplayNames": { "items": { "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources", "type": "object" }, "GoogleCloudDialogflowV2ToolFunctionTool": { "id": "GoogleCloudDialogflowV2ToolFunctionTool", "properties": { "outputSchema": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "methodType": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "METHOD_TYPE_UNSPECIFIED", "GET", "POST", "PUT", "DELETE", "PATCH" ] }, "inputSchema": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2BatchUpdateEntitiesRequest": { "properties": { "updateMask": { "type": "string", "format": "google-fieldmask" }, "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" } }, "languageCode": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2BatchUpdateEntitiesRequest" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction", "properties": {} }, "GoogleCloudDialogflowV2beta1IntentMessageSuggestion": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion", "properties": { "title": { "type": "string" } } }, "GoogleCloudDialogflowV2AutomatedAgentConfig": { "id": "GoogleCloudDialogflowV2AutomatedAgentConfig", "type": "object", "properties": { "agent": { "type": "string" }, "sessionTtl": { "format": "google-duration", "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1WebhookRequest": { "properties": { "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfo" }, "intentInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionInfo" }, "dtmfDigits": { "type": "string" }, "detectIntentResponseId": { "type": "string" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult" }, "text": { "type": "string" }, "transcript": { "type": "string" }, "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "fulfillmentInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo" }, "languageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1LanguageInfo" }, "languageCode": { "type": "string" }, "triggerIntent": { "type": "string" }, "triggerEvent": { "type": "string" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" } } }, "id": "GoogleCloudDialogflowCxV3beta1WebhookRequest", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportIntentsResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponse", "properties": { "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources" }, "intents": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment", "properties": { "uri": { "type": "string" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "audio": { "type": "string", "format": "byte" } }, "type": "object" }, "GoogleCloudDialogflowV2ListParticipantsResponse": { "properties": { "participants": { "items": { "$ref": "GoogleCloudDialogflowV2Participant" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2ListParticipantsResponse" }, "GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata": { "properties": { "version": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata", "type": "object" }, "GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse": { "id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse", "type": "object", "properties": { "continuousTestResult": { "$ref": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult" } } }, "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall": { "properties": { "phoneNumber": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall" }, "GoogleCloudDialogflowV2IntentMessageText": { "type": "object", "properties": { "text": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowV2IntentMessageText" }, "GoogleCloudDialogflowCxV3RunContinuousTestResponse": { "id": "GoogleCloudDialogflowCxV3RunContinuousTestResponse", "properties": { "continuousTestResult": { "$ref": "GoogleCloudDialogflowCxV3ContinuousTestResult" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse", "type": "object", "properties": { "results": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" } } } }, "GoogleCloudDialogflowV2TextInput": { "properties": { "text": { "type": "string" }, "languageCode": { "type": "string" } }, "id": "GoogleCloudDialogflowV2TextInput", "type": "object" }, "GoogleCloudDialogflowV2RaiSettingsRaiCategoryConfig": { "id": "GoogleCloudDialogflowV2RaiSettingsRaiCategoryConfig", "type": "object", "properties": { "sensitivityLevel": { "enumDescriptions": [ "", "", "", "", "" ], "type": "string", "enum": [ "SENSITIVITY_LEVEL_UNSPECIFIED", "BLOCK_MOST", "BLOCK_SOME", "BLOCK_FEW", "BLOCK_NONE" ] }, "category": { "enum": [ "RAI_CATEGORY_UNSPECIFIED", "DANGEROUS_CONTENT", "SEXUALLY_EXPLICIT", "HARASSMENT", "HATE_SPEECH" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition": { "deprecated": true, "properties": { "accuracyDecomposition": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAccuracyDecomposition" }, "adherenceDecomposition": { "$ref": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition" } }, "type": "object", "id": "GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition" }, "GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback": { "id": "GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback", "properties": { "answerCopied": { "type": "boolean" }, "clickedUris": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationGeneratorContext": { "type": "object", "properties": { "generatorType": { "enum": [ "GENERATOR_TYPE_UNSPECIFIED", "FREE_FORM", "AGENT_COACHING", "SUMMARIZATION", "TRANSLATION", "AGENT_FEEDBACK", "CUSTOMER_MESSAGE_GENERATION" ], "type": "string", "readOnly": true, "enumDescriptions": [ "", "", "", "", "", "", "" ] } }, "id": "GoogleCloudDialogflowV2ConversationGeneratorContext" }, "GoogleCloudDialogflowV2ArticleAnswer": { "type": "object", "id": "GoogleCloudDialogflowV2ArticleAnswer", "properties": { "uri": { "type": "string" }, "answerRecord": { "type": "string" }, "title": { "type": "string" }, "snippets": { "items": { "type": "string" }, "type": "array" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "confidence": { "type": "number", "format": "float" } } }, "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall": { "properties": { "phoneNumber": { "type": "string" }, "sipUri": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall", "type": "object" } }, "kind": "discovery#restDescription", "rootUrl": "https://dialogflow.googleapis.com/", "fullyEncodeReservedExpansion": true, "parameters": { "access_token": { "location": "query", "description": "OAuth access token.", "type": "string" }, "fields": { "description": "Selector specifying which fields to include in a partial response.", "location": "query", "type": "string" }, "prettyPrint": { "location": "query", "type": "boolean", "description": "Returns response with indentations and line breaks.", "default": "true" }, "quotaUser": { "location": "query", "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", "type": "string" }, "key": { "type": "string", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", "location": "query" }, "$.xgafv": { "enum": [ "1", "2" ], "type": "string", "enumDescriptions": [ "v1 error format", "v2 error format" ], "description": "V1 error format.", "location": "query" }, "alt": { "description": "Data format for response.", "default": "json", "type": "string", "location": "query", "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" ] }, "callback": { "type": "string", "description": "JSONP", "location": "query" }, "oauth_token": { "type": "string", "description": "OAuth 2.0 token for the current user.", "location": "query" }, "uploadType": { "location": "query", "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", "type": "string" }, "upload_protocol": { "location": "query", "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "type": "string" } }, "documentationLink": "https://cloud.google.com/dialogflow/", "revision": "20260825", "id": "dialogflow:v2", "description": "Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices)." }