{
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
},
"https://www.googleapis.com/auth/dialogflow": {
"description": "View, manage and query your Dialogflow agents"
}
}
}
},
"basePath": "",
"baseUrl": "https://dialogflow.googleapis.com/",
"batchPath": "batch",
"canonicalName": "Dialogflow",
"description": "Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/dialogflow/",
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
},
"id": "dialogflow:v2beta1",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://dialogflow.mtls.googleapis.com/",
"name": "dialogflow",
"ownerDomain": "google.com",
"ownerName": "Google",
"parameters": {
"$.xgafv": {
"description": "V1 error format.",
"enum": [
"1",
"2"
],
"enumDescriptions": [
"v1 error format",
"v2 error format"
],
"location": "query",
"type": "string"
},
"access_token": {
"description": "OAuth access token.",
"location": "query",
"type": "string"
},
"alt": {
"default": "json",
"description": "Data format for response.",
"enum": [
"json",
"media",
"proto"
],
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"location": "query",
"type": "string"
},
"callback": {
"description": "JSONP",
"location": "query",
"type": "string"
},
"fields": {
"description": "Selector specifying which fields to include in a partial response.",
"location": "query",
"type": "string"
},
"key": {
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"location": "query",
"type": "string"
},
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"location": "query",
"type": "string"
},
"prettyPrint": {
"default": "true",
"description": "Returns response with indentations and line breaks.",
"location": "query",
"type": "boolean"
},
"quotaUser": {
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"location": "query",
"type": "string"
},
"uploadType": {
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"location": "query",
"type": "string"
},
"upload_protocol": {
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"location": "query",
"type": "string"
}
},
"protocol": "rest",
"resources": {
"projects": {
"methods": {
"deleteAgent": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent",
"httpMethod": "DELETE",
"id": "dialogflow.projects.deleteAgent",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"getAgent": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent",
"httpMethod": "GET",
"id": "dialogflow.projects.getAgent",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Agent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"setAgent": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent",
"httpMethod": "POST",
"id": "dialogflow.projects.setAgent",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Agent"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Agent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"agent": {
"methods": {
"export": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent:export",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.export",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent:export",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ExportAgentRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"getFulfillment": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/fulfillment",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.getFulfillment",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/fulfillment$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Fulfillment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"getValidationResult": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/validationResult",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.getValidationResult",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent/validationResult",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ValidationResult"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"import": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent:import",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.import",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent:import",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ImportAgentRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"restore": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent:restore",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.restore",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent:restore",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1RestoreAgentRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"search": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent:search",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.search",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent:search",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SearchAgentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"train": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent:train",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.train",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent:train",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1TrainAgentRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"updateFulfillment": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/fulfillment",
"httpMethod": "PATCH",
"id": "dialogflow.projects.agent.updateFulfillment",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/fulfillment$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Fulfillment"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Fulfillment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"entityTypes": {
"methods": {
"batchDelete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes:batchDelete",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.entityTypes.batchDelete",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes:batchDelete",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"batchUpdate": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes:batchUpdate",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.entityTypes.batchUpdate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes:batchUpdate",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.entityTypes.create",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1EntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1EntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes/{entityTypesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.agent.entityTypes.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes/{entityTypesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.entityTypes.get",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1EntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.entityTypes.list",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListEntityTypesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes/{entityTypesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.agent.entityTypes.patch",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1EntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1EntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"entities": {
"methods": {
"batchCreate": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes/{entityTypesId}/entities:batchCreate",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.entityTypes.entities.batchCreate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entities:batchCreate",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"batchDelete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes/{entityTypesId}/entities:batchDelete",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.entityTypes.entities.batchDelete",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entities:batchDelete",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"batchUpdate": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/entityTypes/{entityTypesId}/entities:batchUpdate",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.entityTypes.entities.batchUpdate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entities:batchUpdate",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"environments": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.environments.create",
"parameterOrder": [
"parent"
],
"parameters": {
"environmentId": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/environments",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Environment"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Environment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.agent.environments.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.environments.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Environment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"getHistory": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/history",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.environments.getHistory",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/history",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1EnvironmentHistory"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.environments.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/environments",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListEnvironmentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.agent.environments.patch",
"parameterOrder": [
"name"
],
"parameters": {
"allowLoadToDraftAndDiscardChanges": {
"location": "query",
"type": "boolean"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Environment"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Environment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"intents": {
"methods": {
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/intents",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.environments.intents.list",
"parameterOrder": [
"parent"
],
"parameters": {
"intentView": {
"enum": [
"INTENT_VIEW_UNSPECIFIED",
"INTENT_VIEW_FULL"
],
"enumDescriptions": [
"",
""
],
"location": "query",
"type": "string"
},
"languageCode": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/intents",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListIntentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"users": {
"resources": {
"sessions": {
"methods": {
"deleteContexts": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts",
"httpMethod": "DELETE",
"id": "dialogflow.projects.agent.environments.users.sessions.deleteContexts",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/contexts",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"detectIntent": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}:detectIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.environments.users.sessions.detectIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+session}:detectIntent",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1DetectIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1DetectIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"contexts": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.environments.users.sessions.contexts.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/contexts",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.agent.environments.users.sessions.contexts.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.environments.users.sessions.contexts.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.environments.users.sessions.contexts.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/contexts",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListContextsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.agent.environments.users.sessions.contexts.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"entityTypes": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.agent.environments.users.sessions.entityTypes.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
}
}
}
}
},
"intents": {
"methods": {
"batchDelete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/intents:batchDelete",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.intents.batchDelete",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/intents:batchDelete",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"batchUpdate": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/intents:batchUpdate",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.intents.batchUpdate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/intents:batchUpdate",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/intents",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.intents.create",
"parameterOrder": [
"parent"
],
"parameters": {
"intentView": {
"enum": [
"INTENT_VIEW_UNSPECIFIED",
"INTENT_VIEW_FULL"
],
"enumDescriptions": [
"",
""
],
"location": "query",
"type": "string"
},
"languageCode": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/intents",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/intents/{intentsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.agent.intents.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/intents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/intents/{intentsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.intents.get",
"parameterOrder": [
"name"
],
"parameters": {
"intentView": {
"enum": [
"INTENT_VIEW_UNSPECIFIED",
"INTENT_VIEW_FULL"
],
"enumDescriptions": [
"",
""
],
"location": "query",
"type": "string"
},
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/intents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/intents",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.intents.list",
"parameterOrder": [
"parent"
],
"parameters": {
"intentView": {
"enum": [
"INTENT_VIEW_UNSPECIFIED",
"INTENT_VIEW_FULL"
],
"enumDescriptions": [
"",
""
],
"location": "query",
"type": "string"
},
"languageCode": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/intents",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListIntentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/intents/{intentsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.agent.intents.patch",
"parameterOrder": [
"name"
],
"parameters": {
"intentView": {
"enum": [
"INTENT_VIEW_UNSPECIFIED",
"INTENT_VIEW_FULL"
],
"enumDescriptions": [
"",
""
],
"location": "query",
"type": "string"
},
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/intents/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"knowledgeBases": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.knowledgeBases.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/knowledgeBases",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.agent.knowledgeBases.delete",
"parameterOrder": [
"name"
],
"parameters": {
"force": {
"location": "query",
"type": "boolean"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.knowledgeBases.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.knowledgeBases.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/knowledgeBases",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.agent.knowledgeBases.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"documents": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.knowledgeBases.documents.create",
"parameterOrder": [
"parent"
],
"parameters": {
"importGcsCustomMetadata": {
"location": "query",
"type": "boolean"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/documents",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Document"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.agent.knowledgeBases.documents.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.knowledgeBases.documents.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Document"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.knowledgeBases.documents.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/documents",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListDocumentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.agent.knowledgeBases.documents.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Document"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"reload": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:reload",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.knowledgeBases.documents.reload",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/knowledgeBases/[^/]+/documents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}:reload",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ReloadDocumentRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"sessions": {
"methods": {
"deleteContexts": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/contexts",
"httpMethod": "DELETE",
"id": "dialogflow.projects.agent.sessions.deleteContexts",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/contexts",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"detectIntent": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}:detectIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.sessions.detectIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"location": "path",
"pattern": "^projects/[^/]+/agent/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+session}:detectIntent",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1DetectIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1DetectIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"contexts": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/contexts",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.sessions.contexts.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/contexts",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/contexts/{contextsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.agent.sessions.contexts.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/contexts/{contextsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.sessions.contexts.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/contexts",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.sessions.contexts.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/contexts",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListContextsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/contexts/{contextsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.agent.sessions.contexts.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"entityTypes": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.sessions.entityTypes.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.agent.sessions.entityTypes.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.sessions.entityTypes.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.sessions.entityTypes.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.agent.sessions.entityTypes.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"versions": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/versions",
"httpMethod": "POST",
"id": "dialogflow.projects.agent.versions.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/versions",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Version"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Version"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/versions/{versionsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.agent.versions.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/versions/{versionsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.versions.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Version"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/versions",
"httpMethod": "GET",
"id": "dialogflow.projects.agent.versions.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/versions",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListVersionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/agent/versions/{versionsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.agent.versions.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/agent/versions/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Version"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Version"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"answerRecords": {
"methods": {
"get": {
"deprecated": true,
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/answerRecords/{answerRecordsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.answerRecords.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/answerRecords/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1AnswerRecord"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/answerRecords",
"httpMethod": "GET",
"id": "dialogflow.projects.answerRecords.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/answerRecords",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/answerRecords/{answerRecordsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.answerRecords.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/answerRecords/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1AnswerRecord"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1AnswerRecord"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"conversationProfiles": {
"methods": {
"clearSuggestionFeatureConfig": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversationProfiles/{conversationProfilesId}:clearSuggestionFeatureConfig",
"httpMethod": "POST",
"id": "dialogflow.projects.conversationProfiles.clearSuggestionFeatureConfig",
"parameterOrder": [
"conversationProfile"
],
"parameters": {
"conversationProfile": {
"location": "path",
"pattern": "^projects/[^/]+/conversationProfiles/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+conversationProfile}:clearSuggestionFeatureConfig",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversationProfiles",
"httpMethod": "POST",
"id": "dialogflow.projects.conversationProfiles.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/conversationProfiles",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationProfile"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationProfile"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversationProfiles/{conversationProfilesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.conversationProfiles.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/conversationProfiles/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversationProfiles/{conversationProfilesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.conversationProfiles.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/conversationProfiles/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationProfile"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversationProfiles",
"httpMethod": "GET",
"id": "dialogflow.projects.conversationProfiles.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/conversationProfiles",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListConversationProfilesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversationProfiles/{conversationProfilesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.conversationProfiles.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/conversationProfiles/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationProfile"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationProfile"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"setSuggestionFeatureConfig": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversationProfiles/{conversationProfilesId}:setSuggestionFeatureConfig",
"httpMethod": "POST",
"id": "dialogflow.projects.conversationProfiles.setSuggestionFeatureConfig",
"parameterOrder": [
"conversationProfile"
],
"parameters": {
"conversationProfile": {
"location": "path",
"pattern": "^projects/[^/]+/conversationProfiles/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+conversationProfile}:setSuggestionFeatureConfig",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"conversations": {
"methods": {
"complete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}:complete",
"httpMethod": "POST",
"id": "dialogflow.projects.conversations.complete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}:complete",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1CompleteConversationRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Conversation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations",
"httpMethod": "POST",
"id": "dialogflow.projects.conversations.create",
"parameterOrder": [
"parent"
],
"parameters": {
"conversationId": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/conversations",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Conversation"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Conversation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.conversations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Conversation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations",
"httpMethod": "GET",
"id": "dialogflow.projects.conversations.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/conversations",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListConversationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"messages": {
"methods": {
"batchCreate": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/messages:batchCreate",
"httpMethod": "POST",
"id": "dialogflow.projects.conversations.messages.batchCreate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/messages:batchCreate",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/messages",
"httpMethod": "GET",
"id": "dialogflow.projects.conversations.messages.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/messages",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListMessagesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"participants": {
"methods": {
"analyzeContent": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}:analyzeContent",
"httpMethod": "POST",
"id": "dialogflow.projects.conversations.participants.analyzeContent",
"parameterOrder": [
"participant"
],
"parameters": {
"participant": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+participant}:analyzeContent",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1AnalyzeContentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1AnalyzeContentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants",
"httpMethod": "POST",
"id": "dialogflow.projects.conversations.participants.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/participants",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Participant"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Participant"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.conversations.participants.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Participant"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants",
"httpMethod": "GET",
"id": "dialogflow.projects.conversations.participants.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/participants",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListParticipantsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.conversations.participants.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Participant"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Participant"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"suggestions": {
"methods": {
"compile": {
"deprecated": true,
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:compile",
"httpMethod": "POST",
"id": "dialogflow.projects.conversations.participants.suggestions.compile",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/suggestions:compile",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1CompileSuggestionRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1CompileSuggestionResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"deprecated": true,
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions",
"httpMethod": "GET",
"id": "dialogflow.projects.conversations.participants.suggestions.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/suggestions",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListSuggestionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"suggestArticles": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestArticles",
"httpMethod": "POST",
"id": "dialogflow.projects.conversations.participants.suggestions.suggestArticles",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/suggestions:suggestArticles",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"suggestFaqAnswers": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestFaqAnswers",
"httpMethod": "POST",
"id": "dialogflow.projects.conversations.participants.suggestions.suggestFaqAnswers",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/suggestions:suggestFaqAnswers",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"suggestKnowledgeAssist": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestKnowledgeAssist",
"httpMethod": "POST",
"id": "dialogflow.projects.conversations.participants.suggestions.suggestKnowledgeAssist",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/suggestions:suggestKnowledgeAssist",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"suggestSmartReplies": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestSmartReplies",
"httpMethod": "POST",
"id": "dialogflow.projects.conversations.participants.suggestions.suggestSmartReplies",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/suggestions:suggestSmartReplies",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"suggestions": {
"methods": {
"generate": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/suggestions:generate",
"httpMethod": "POST",
"id": "dialogflow.projects.conversations.suggestions.generate",
"parameterOrder": [
"conversation"
],
"parameters": {
"conversation": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+conversation}/suggestions:generate",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"searchKnowledge": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/suggestions:searchKnowledge",
"httpMethod": "POST",
"id": "dialogflow.projects.conversations.suggestions.searchKnowledge",
"parameterOrder": [
"conversation"
],
"parameters": {
"conversation": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+conversation}/suggestions:searchKnowledge",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"suggestConversationSummary": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/conversations/{conversationsId}/suggestions:suggestConversationSummary",
"httpMethod": "POST",
"id": "dialogflow.projects.conversations.suggestions.suggestConversationSummary",
"parameterOrder": [
"conversation"
],
"parameters": {
"conversation": {
"location": "path",
"pattern": "^projects/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+conversation}/suggestions:suggestConversationSummary",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"generators": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/generators",
"httpMethod": "POST",
"id": "dialogflow.projects.generators.create",
"parameterOrder": [
"parent"
],
"parameters": {
"generatorId": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/generators",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Generator"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Generator"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/generators",
"httpMethod": "GET",
"id": "dialogflow.projects.generators.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/generators",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListGeneratorsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"knowledgeBases": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/knowledgeBases",
"httpMethod": "POST",
"id": "dialogflow.projects.knowledgeBases.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/knowledgeBases",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.knowledgeBases.delete",
"parameterOrder": [
"name"
],
"parameters": {
"force": {
"location": "query",
"type": "boolean"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.knowledgeBases.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/knowledgeBases",
"httpMethod": "GET",
"id": "dialogflow.projects.knowledgeBases.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/knowledgeBases",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.knowledgeBases.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"documents": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents",
"httpMethod": "POST",
"id": "dialogflow.projects.knowledgeBases.documents.create",
"parameterOrder": [
"parent"
],
"parameters": {
"importGcsCustomMetadata": {
"location": "query",
"type": "boolean"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/documents",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Document"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.knowledgeBases.documents.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.knowledgeBases.documents.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Document"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"import": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents:import",
"httpMethod": "POST",
"id": "dialogflow.projects.knowledgeBases.documents.import",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/documents:import",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ImportDocumentsRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents",
"httpMethod": "GET",
"id": "dialogflow.projects.knowledgeBases.documents.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/documents",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListDocumentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.knowledgeBases.documents.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Document"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"reload": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:reload",
"httpMethod": "POST",
"id": "dialogflow.projects.knowledgeBases.documents.reload",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}:reload",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ReloadDocumentRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"locations": {
"methods": {
"deleteAgent": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.deleteAgent",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudLocationLocation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"getAgent": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.getAgent",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Agent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"getEncryptionSpec": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/encryptionSpec",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.getEncryptionSpec",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/encryptionSpec$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1EncryptionSpec"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.list",
"parameterOrder": [
"name"
],
"parameters": {
"extraLocationTypes": {
"location": "query",
"repeated": true,
"type": "string"
},
"filter": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}/locations",
"response": {
"$ref": "GoogleCloudLocationListLocationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"setAgent": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.setAgent",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Agent"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Agent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"agent": {
"methods": {
"export": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent:export",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.export",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent:export",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ExportAgentRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"getFulfillment": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/fulfillment",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.getFulfillment",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/fulfillment$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Fulfillment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"getValidationResult": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/validationResult",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.getValidationResult",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent/validationResult",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ValidationResult"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"import": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent:import",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.import",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent:import",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ImportAgentRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"restore": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent:restore",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.restore",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent:restore",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1RestoreAgentRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"search": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent:search",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.search",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent:search",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SearchAgentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"train": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent:train",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.train",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/agent:train",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1TrainAgentRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"updateFulfillment": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/fulfillment",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agent.updateFulfillment",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/fulfillment$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Fulfillment"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Fulfillment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"entityTypes": {
"methods": {
"batchDelete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes:batchDelete",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.entityTypes.batchDelete",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes:batchDelete",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"batchUpdate": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes:batchUpdate",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.entityTypes.batchUpdate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes:batchUpdate",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.entityTypes.create",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1EntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1EntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agent.entityTypes.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.entityTypes.get",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1EntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.entityTypes.list",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListEntityTypesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agent.entityTypes.patch",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1EntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1EntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"entities": {
"methods": {
"batchCreate": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}/entities:batchCreate",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.entityTypes.entities.batchCreate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entities:batchCreate",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"batchDelete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}/entities:batchDelete",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.entityTypes.entities.batchDelete",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entities:batchDelete",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"batchUpdate": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/entityTypes/{entityTypesId}/entities:batchUpdate",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.entityTypes.entities.batchUpdate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entities:batchUpdate",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"environments": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.environments.create",
"parameterOrder": [
"parent"
],
"parameters": {
"environmentId": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/environments",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Environment"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Environment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agent.environments.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.environments.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Environment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"getHistory": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/history",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.environments.getHistory",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/history",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1EnvironmentHistory"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.environments.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/environments",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListEnvironmentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agent.environments.patch",
"parameterOrder": [
"name"
],
"parameters": {
"allowLoadToDraftAndDiscardChanges": {
"location": "query",
"type": "boolean"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Environment"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Environment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"intents": {
"methods": {
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/intents",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.environments.intents.list",
"parameterOrder": [
"parent"
],
"parameters": {
"intentView": {
"enum": [
"INTENT_VIEW_UNSPECIFIED",
"INTENT_VIEW_FULL"
],
"enumDescriptions": [
"",
""
],
"location": "query",
"type": "string"
},
"languageCode": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/intents",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListIntentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"users": {
"resources": {
"sessions": {
"methods": {
"deleteContexts": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agent.environments.users.sessions.deleteContexts",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/contexts",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"detectIntent": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}:detectIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.environments.users.sessions.detectIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+session}:detectIntent",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1DetectIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1DetectIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"contexts": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/contexts",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/contexts",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListContextsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/contexts/{contextsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agent.environments.users.sessions.contexts.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/contexts/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"entityTypes": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/environments/{environmentsId}/users/{usersId}/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/environments/[^/]+/users/[^/]+/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
}
}
}
}
},
"intents": {
"methods": {
"batchDelete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/intents:batchDelete",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.intents.batchDelete",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/intents:batchDelete",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"batchUpdate": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/intents:batchUpdate",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.intents.batchUpdate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/intents:batchUpdate",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/intents",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.intents.create",
"parameterOrder": [
"parent"
],
"parameters": {
"intentView": {
"enum": [
"INTENT_VIEW_UNSPECIFIED",
"INTENT_VIEW_FULL"
],
"enumDescriptions": [
"",
""
],
"location": "query",
"type": "string"
},
"languageCode": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/intents",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/intents/{intentsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agent.intents.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/intents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/intents/{intentsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.intents.get",
"parameterOrder": [
"name"
],
"parameters": {
"intentView": {
"enum": [
"INTENT_VIEW_UNSPECIFIED",
"INTENT_VIEW_FULL"
],
"enumDescriptions": [
"",
""
],
"location": "query",
"type": "string"
},
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/intents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/intents",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.intents.list",
"parameterOrder": [
"parent"
],
"parameters": {
"intentView": {
"enum": [
"INTENT_VIEW_UNSPECIFIED",
"INTENT_VIEW_FULL"
],
"enumDescriptions": [
"",
""
],
"location": "query",
"type": "string"
},
"languageCode": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/intents",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListIntentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/intents/{intentsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agent.intents.patch",
"parameterOrder": [
"name"
],
"parameters": {
"intentView": {
"enum": [
"INTENT_VIEW_UNSPECIFIED",
"INTENT_VIEW_FULL"
],
"enumDescriptions": [
"",
""
],
"location": "query",
"type": "string"
},
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/intents/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"sessions": {
"methods": {
"deleteContexts": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agent.sessions.deleteContexts",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/contexts",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"detectIntent": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}:detectIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.sessions.detectIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+session}:detectIntent",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1DetectIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1DetectIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"contexts": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.sessions.contexts.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/contexts",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts/{contextsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agent.sessions.contexts.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts/{contextsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.sessions.contexts.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.sessions.contexts.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/contexts",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListContextsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/contexts/{contextsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agent.sessions.contexts.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/contexts/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"entityTypes": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.sessions.entityTypes.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agent.sessions.entityTypes.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.sessions.entityTypes.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.sessions.entityTypes.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/entityTypes",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agent.sessions.entityTypes.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"versions": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/versions",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agent.versions.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/versions",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Version"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Version"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/versions/{versionsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agent.versions.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/versions/{versionsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.versions.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Version"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/versions",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agent.versions.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/versions",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListVersionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/agent/versions/{versionsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agent.versions.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agent/versions/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Version"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Version"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"answerRecords": {
"methods": {
"get": {
"deprecated": true,
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/answerRecords/{answerRecordsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.answerRecords.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/answerRecords/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1AnswerRecord"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/answerRecords",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.answerRecords.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/answerRecords",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/answerRecords/{answerRecordsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.answerRecords.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/answerRecords/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1AnswerRecord"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1AnswerRecord"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"conversationProfiles": {
"methods": {
"clearSuggestionFeatureConfig": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}:clearSuggestionFeatureConfig",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversationProfiles.clearSuggestionFeatureConfig",
"parameterOrder": [
"conversationProfile"
],
"parameters": {
"conversationProfile": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+conversationProfile}:clearSuggestionFeatureConfig",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversationProfiles",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversationProfiles.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/conversationProfiles",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationProfile"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationProfile"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.conversationProfiles.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.conversationProfiles.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationProfile"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversationProfiles",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.conversationProfiles.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/conversationProfiles",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListConversationProfilesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.conversationProfiles.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationProfile"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationProfile"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"setSuggestionFeatureConfig": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversationProfiles/{conversationProfilesId}:setSuggestionFeatureConfig",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversationProfiles.setSuggestionFeatureConfig",
"parameterOrder": [
"conversationProfile"
],
"parameters": {
"conversationProfile": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversationProfiles/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+conversationProfile}:setSuggestionFeatureConfig",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"conversations": {
"methods": {
"complete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}:complete",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversations.complete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}:complete",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1CompleteConversationRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Conversation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversations.create",
"parameterOrder": [
"parent"
],
"parameters": {
"conversationId": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/conversations",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Conversation"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Conversation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.conversations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Conversation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"ingestContextReferences": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}:ingestContextReferences",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversations.ingestContextReferences",
"parameterOrder": [
"conversation"
],
"parameters": {
"conversation": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+conversation}:ingestContextReferences",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1IngestContextReferencesRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1IngestContextReferencesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.conversations.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/conversations",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListConversationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"messages": {
"methods": {
"batchCreate": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/messages:batchCreate",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversations.messages.batchCreate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/messages:batchCreate",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/messages",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.conversations.messages.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/messages",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListMessagesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"participants": {
"methods": {
"analyzeContent": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}:analyzeContent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversations.participants.analyzeContent",
"parameterOrder": [
"participant"
],
"parameters": {
"participant": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+participant}:analyzeContent",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1AnalyzeContentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1AnalyzeContentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversations.participants.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/participants",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Participant"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Participant"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.conversations.participants.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Participant"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.conversations.participants.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/participants",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListParticipantsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.conversations.participants.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Participant"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Participant"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"suggestions": {
"methods": {
"suggestArticles": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestArticles",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestArticles",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/suggestions:suggestArticles",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"suggestFaqAnswers": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestFaqAnswers",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestFaqAnswers",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/suggestions:suggestFaqAnswers",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"suggestKnowledgeAssist": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestKnowledgeAssist",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestKnowledgeAssist",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/suggestions:suggestKnowledgeAssist",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"suggestSmartReplies": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/participants/{participantsId}/suggestions:suggestSmartReplies",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversations.participants.suggestions.suggestSmartReplies",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/participants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/suggestions:suggestSmartReplies",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"suggestions": {
"methods": {
"generate": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/suggestions:generate",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversations.suggestions.generate",
"parameterOrder": [
"conversation"
],
"parameters": {
"conversation": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+conversation}/suggestions:generate",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"searchKnowledge": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/suggestions:searchKnowledge",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversations.suggestions.searchKnowledge",
"parameterOrder": [
"conversation"
],
"parameters": {
"conversation": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+conversation}/suggestions:searchKnowledge",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"suggestConversationSummary": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/suggestions:suggestConversationSummary",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.conversations.suggestions.suggestConversationSummary",
"parameterOrder": [
"conversation"
],
"parameters": {
"conversation": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+conversation}/suggestions:suggestConversationSummary",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"encryptionSpec": {
"methods": {
"initialize": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/encryptionSpec:initialize",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.encryptionSpec.initialize",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/encryptionSpec$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}:initialize",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"generators": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.generators.create",
"parameterOrder": [
"parent"
],
"parameters": {
"generatorId": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/generators",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Generator"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Generator"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.generators.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.generators.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Generator"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.generators.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/generators",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListGeneratorsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.generators.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Generator"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Generator"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"evaluations": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.generators.evaluations.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/evaluations",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluation"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations/{evaluationsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.generators.evaluations.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+/evaluations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations/{evaluationsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.generators.evaluations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+/evaluations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.generators.evaluations.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/generators/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/evaluations",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"knowledgeBases": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.knowledgeBases.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/knowledgeBases",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.knowledgeBases.delete",
"parameterOrder": [
"name"
],
"parameters": {
"force": {
"location": "query",
"type": "boolean"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.knowledgeBases.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.knowledgeBases.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/knowledgeBases",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.knowledgeBases.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"documents": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.knowledgeBases.documents.create",
"parameterOrder": [
"parent"
],
"parameters": {
"importGcsCustomMetadata": {
"location": "query",
"type": "boolean"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/documents",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Document"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.knowledgeBases.documents.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.knowledgeBases.documents.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Document"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"import": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents:import",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.knowledgeBases.documents.import",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/documents:import",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ImportDocumentsRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.knowledgeBases.documents.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/documents",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListDocumentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.knowledgeBases.documents.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Document"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"reload": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/knowledgeBases/{knowledgeBasesId}/documents/{documentsId}:reload",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.knowledgeBases.documents.reload",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/knowledgeBases/[^/]+/documents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}:reload",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1ReloadDocumentRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"operations": {
"methods": {
"cancel": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.operations.cancel",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}:cancel",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.operations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/operations",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.operations.list",
"parameterOrder": [
"name"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"returnPartialSuccess": {
"location": "query",
"type": "boolean"
}
},
"path": "v2beta1/{+name}/operations",
"response": {
"$ref": "GoogleLongrunningListOperationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"phoneNumbers": {
"methods": {
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/phoneNumbers/{phoneNumbersId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.phoneNumbers.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/phoneNumbers/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1PhoneNumber"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/phoneNumbers",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.phoneNumbers.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"showDeleted": {
"location": "query",
"type": "boolean"
}
},
"path": "v2beta1/{+parent}/phoneNumbers",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/phoneNumbers/{phoneNumbersId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.phoneNumbers.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/phoneNumbers/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1PhoneNumber"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1PhoneNumber"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"undelete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/phoneNumbers/{phoneNumbersId}:undelete",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.phoneNumbers.undelete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/phoneNumbers/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}:undelete",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1PhoneNumber"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"sipTrunks": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.sipTrunks.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/sipTrunks",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SipTrunk"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SipTrunk"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.sipTrunks.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.sipTrunks.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SipTrunk"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.sipTrunks.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/sipTrunks",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListSipTrunksResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.sipTrunks.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SipTrunk"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SipTrunk"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"statelessSuggestion": {
"methods": {
"generate": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/statelessSuggestion:generate",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.statelessSuggestion.generate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/statelessSuggestion:generate",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"suggestions": {
"methods": {
"generateStatelessSummary": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/suggestions:generateStatelessSummary",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.suggestions.generateStatelessSummary",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/suggestions:generateStatelessSummary",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"searchKnowledge": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/suggestions:searchKnowledge",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.suggestions.searchKnowledge",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/suggestions:searchKnowledge",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"tools": {
"methods": {
"create": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.tools.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"toolId": {
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+parent}/tools",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Tool"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Tool"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.tools.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.tools.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Tool"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.tools.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/tools",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListToolsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.tools.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1Tool"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1Tool"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"operations": {
"methods": {
"cancel": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/operations/{operationsId}:cancel",
"httpMethod": "POST",
"id": "dialogflow.projects.operations.cancel",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/operations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}:cancel",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/operations/{operationsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.operations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/operations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/operations",
"httpMethod": "GET",
"id": "dialogflow.projects.operations.list",
"parameterOrder": [
"name"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"returnPartialSuccess": {
"location": "query",
"type": "boolean"
}
},
"path": "v2beta1/{+name}/operations",
"response": {
"$ref": "GoogleLongrunningListOperationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"phoneNumbers": {
"methods": {
"delete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/phoneNumbers/{phoneNumbersId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.phoneNumbers.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/phoneNumbers/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1PhoneNumber"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/phoneNumbers",
"httpMethod": "GET",
"id": "dialogflow.projects.phoneNumbers.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
},
"showDeleted": {
"location": "query",
"type": "boolean"
}
},
"path": "v2beta1/{+parent}/phoneNumbers",
"response": {
"$ref": "GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/phoneNumbers/{phoneNumbersId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.phoneNumbers.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/phoneNumbers/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1PhoneNumber"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1PhoneNumber"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"undelete": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/phoneNumbers/{phoneNumbersId}:undelete",
"httpMethod": "POST",
"id": "dialogflow.projects.phoneNumbers.undelete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/phoneNumbers/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+name}:undelete",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1PhoneNumber"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"suggestions": {
"methods": {
"generateStatelessSummary": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/suggestions:generateStatelessSummary",
"httpMethod": "POST",
"id": "dialogflow.projects.suggestions.generateStatelessSummary",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/suggestions:generateStatelessSummary",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"searchKnowledge": {
"description": "",
"flatPath": "v2beta1/projects/{projectsId}/suggestions:searchKnowledge",
"httpMethod": "POST",
"id": "dialogflow.projects.suggestions.searchKnowledge",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta1/{+parent}/suggestions:searchKnowledge",
"request": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
}
},
"revision": "20260216",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
"id": "GoogleCloudDialogflowCxV3AdvancedSettings",
"properties": {
"audioExportGcsDestination": {
"$ref": "GoogleCloudDialogflowCxV3GcsDestination"
},
"dtmfSettings": {
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings"
},
"loggingSettings": {
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings"
},
"speechSettings": {
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings": {
"id": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings",
"properties": {
"enabled": {
"type": "boolean"
},
"endpointingTimeoutDuration": {
"format": "google-duration",
"type": "string"
},
"finishDigit": {
"type": "string"
},
"interdigitTimeoutDuration": {
"format": "google-duration",
"type": "string"
},
"maxDigits": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings": {
"id": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings",
"properties": {
"enableConsentBasedRedaction": {
"type": "boolean"
},
"enableInteractionLogging": {
"type": "boolean"
},
"enableStackdriverLogging": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings": {
"id": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings",
"properties": {
"endpointerSensitivity": {
"format": "int32",
"type": "integer"
},
"models": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"noSpeechTimeout": {
"format": "google-duration",
"type": "string"
},
"useTimeoutBasedEndpointing": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3AudioInput": {
"id": "GoogleCloudDialogflowCxV3AudioInput",
"properties": {
"audio": {
"format": "byte",
"type": "string"
},
"config": {
"$ref": "GoogleCloudDialogflowCxV3InputAudioConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3BargeInConfig": {
"id": "GoogleCloudDialogflowCxV3BargeInConfig",
"properties": {
"noBargeInDuration": {
"format": "google-duration",
"type": "string"
},
"totalDuration": {
"format": "google-duration",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata": {
"id": "GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata",
"properties": {
"errors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3TestError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3BatchRunTestCasesResponse": {
"id": "GoogleCloudDialogflowCxV3BatchRunTestCasesResponse",
"properties": {
"results": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3TestCaseResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ContinuousTestResult": {
"id": "GoogleCloudDialogflowCxV3ContinuousTestResult",
"properties": {
"name": {
"type": "string"
},
"result": {
"enum": [
"AGGREGATED_TEST_RESULT_UNSPECIFIED",
"PASSED",
"FAILED"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"runTime": {
"format": "google-datetime",
"type": "string"
},
"testCaseResults": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ConversationSignals": {
"id": "GoogleCloudDialogflowCxV3ConversationSignals",
"properties": {
"turnSignals": {
"$ref": "GoogleCloudDialogflowCxV3TurnSignals"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ConversationTurn": {
"id": "GoogleCloudDialogflowCxV3ConversationTurn",
"properties": {
"userInput": {
"$ref": "GoogleCloudDialogflowCxV3ConversationTurnUserInput"
},
"virtualAgentOutput": {
"$ref": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ConversationTurnUserInput": {
"id": "GoogleCloudDialogflowCxV3ConversationTurnUserInput",
"properties": {
"enableSentimentAnalysis": {
"type": "boolean"
},
"injectedParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"input": {
"$ref": "GoogleCloudDialogflowCxV3QueryInput"
},
"isWebhookEnabled": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput": {
"id": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput",
"properties": {
"currentPage": {
"$ref": "GoogleCloudDialogflowCxV3Page"
},
"diagnosticInfo": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"differences": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3TestRunDifference"
},
"readOnly": true,
"type": "array"
},
"sessionParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"status": {
"$ref": "GoogleRpcStatus"
},
"textResponses": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageText"
},
"type": "array"
},
"triggeredIntent": {
"$ref": "GoogleCloudDialogflowCxV3Intent"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3CreateVersionOperationMetadata": {
"id": "GoogleCloudDialogflowCxV3CreateVersionOperationMetadata",
"properties": {
"version": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3DataStoreConnection": {
"id": "GoogleCloudDialogflowCxV3DataStoreConnection",
"properties": {
"dataStore": {
"type": "string"
},
"dataStoreType": {
"enum": [
"DATA_STORE_TYPE_UNSPECIFIED",
"PUBLIC_WEB",
"UNSTRUCTURED",
"STRUCTURED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"documentProcessingMode": {
"enum": [
"DOCUMENT_PROCESSING_MODE_UNSPECIFIED",
"DOCUMENTS",
"CHUNKS"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3DeployFlowMetadata": {
"id": "GoogleCloudDialogflowCxV3DeployFlowMetadata",
"properties": {
"testErrors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3TestError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3DeployFlowResponse": {
"id": "GoogleCloudDialogflowCxV3DeployFlowResponse",
"properties": {
"deployment": {
"type": "string"
},
"environment": {
"$ref": "GoogleCloudDialogflowCxV3Environment"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3DtmfInput": {
"id": "GoogleCloudDialogflowCxV3DtmfInput",
"properties": {
"digits": {
"type": "string"
},
"finishDigit": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3Environment": {
"id": "GoogleCloudDialogflowCxV3Environment",
"properties": {
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"name": {
"type": "string"
},
"testCasesConfig": {
"$ref": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig"
},
"updateTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"versionConfigs": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig"
},
"type": "array"
},
"webhookConfig": {
"$ref": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig": {
"id": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig",
"properties": {
"enableContinuousRun": {
"type": "boolean"
},
"enablePredeploymentRun": {
"type": "boolean"
},
"testCases": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3EnvironmentVersionConfig": {
"id": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig",
"properties": {
"version": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3EnvironmentWebhookConfig": {
"id": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig",
"properties": {
"webhookOverrides": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3Webhook"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3EventHandler": {
"id": "GoogleCloudDialogflowCxV3EventHandler",
"properties": {
"event": {
"type": "string"
},
"name": {
"readOnly": true,
"type": "string"
},
"targetFlow": {
"type": "string"
},
"targetPage": {
"type": "string"
},
"targetPlaybook": {
"type": "string"
},
"triggerFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3Fulfillment"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3EventInput": {
"id": "GoogleCloudDialogflowCxV3EventInput",
"properties": {
"event": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportAgentResponse": {
"id": "GoogleCloudDialogflowCxV3ExportAgentResponse",
"properties": {
"agentContent": {
"format": "byte",
"type": "string"
},
"agentUri": {
"type": "string"
},
"commitSha": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportEntityTypesMetadata": {
"id": "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportEntityTypesResponse": {
"id": "GoogleCloudDialogflowCxV3ExportEntityTypesResponse",
"properties": {
"entityTypesContent": {
"$ref": "GoogleCloudDialogflowCxV3InlineDestination"
},
"entityTypesUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportFlowResponse": {
"id": "GoogleCloudDialogflowCxV3ExportFlowResponse",
"properties": {
"flowContent": {
"format": "byte",
"type": "string"
},
"flowUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportIntentsMetadata": {
"id": "GoogleCloudDialogflowCxV3ExportIntentsMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportIntentsResponse": {
"id": "GoogleCloudDialogflowCxV3ExportIntentsResponse",
"properties": {
"intentsContent": {
"$ref": "GoogleCloudDialogflowCxV3InlineDestination"
},
"intentsUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportTestCasesMetadata": {
"id": "GoogleCloudDialogflowCxV3ExportTestCasesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportTestCasesResponse": {
"id": "GoogleCloudDialogflowCxV3ExportTestCasesResponse",
"properties": {
"content": {
"format": "byte",
"type": "string"
},
"gcsUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3Form": {
"id": "GoogleCloudDialogflowCxV3Form",
"properties": {
"parameters": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3FormParameter"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3FormParameter": {
"id": "GoogleCloudDialogflowCxV3FormParameter",
"properties": {
"advancedSettings": {
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettings"
},
"defaultValue": {
"type": "any"
},
"displayName": {
"type": "string"
},
"entityType": {
"type": "string"
},
"fillBehavior": {
"$ref": "GoogleCloudDialogflowCxV3FormParameterFillBehavior"
},
"isList": {
"type": "boolean"
},
"redact": {
"type": "boolean"
},
"required": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3FormParameterFillBehavior": {
"id": "GoogleCloudDialogflowCxV3FormParameterFillBehavior",
"properties": {
"initialPromptFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3Fulfillment"
},
"repromptEventHandlers": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3EventHandler"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3Fulfillment": {
"id": "GoogleCloudDialogflowCxV3Fulfillment",
"properties": {
"advancedSettings": {
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettings"
},
"conditionalCases": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases"
},
"type": "array"
},
"enableGenerativeFallback": {
"type": "boolean"
},
"generators": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings"
},
"type": "array"
},
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessage"
},
"type": "array"
},
"returnPartialResponses": {
"type": "boolean"
},
"setParameterActions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction"
},
"type": "array"
},
"tag": {
"type": "string"
},
"webhook": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3FulfillmentConditionalCases": {
"id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases",
"properties": {
"cases": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase": {
"id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase",
"properties": {
"caseContent": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent"
},
"type": "array"
},
"condition": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent": {
"id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent",
"properties": {
"additionalCases": {
"$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases"
},
"message": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessage"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings": {
"id": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings",
"properties": {
"generator": {
"type": "string"
},
"inputParameters": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"outputParameter": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3FulfillmentSetParameterAction": {
"id": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction",
"properties": {
"parameter": {
"type": "string"
},
"value": {
"type": "any"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3GcsDestination": {
"id": "GoogleCloudDialogflowCxV3GcsDestination",
"properties": {
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportEntityTypesMetadata": {
"id": "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportEntityTypesResponse": {
"id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponse",
"properties": {
"conflictingResources": {
"$ref": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources"
},
"entityTypes": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources": {
"id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources",
"properties": {
"entityDisplayNames": {
"items": {
"type": "string"
},
"type": "array"
},
"entityTypeDisplayNames": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportFlowResponse": {
"id": "GoogleCloudDialogflowCxV3ImportFlowResponse",
"properties": {
"flow": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportIntentsMetadata": {
"id": "GoogleCloudDialogflowCxV3ImportIntentsMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportIntentsResponse": {
"id": "GoogleCloudDialogflowCxV3ImportIntentsResponse",
"properties": {
"conflictingResources": {
"$ref": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources"
},
"intents": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources": {
"id": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources",
"properties": {
"entityDisplayNames": {
"items": {
"type": "string"
},
"type": "array"
},
"intentDisplayNames": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportTestCasesMetadata": {
"id": "GoogleCloudDialogflowCxV3ImportTestCasesMetadata",
"properties": {
"errors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3TestCaseError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportTestCasesResponse": {
"id": "GoogleCloudDialogflowCxV3ImportTestCasesResponse",
"properties": {
"names": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3InlineDestination": {
"id": "GoogleCloudDialogflowCxV3InlineDestination",
"properties": {
"content": {
"format": "byte",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3InputAudioConfig": {
"id": "GoogleCloudDialogflowCxV3InputAudioConfig",
"properties": {
"audioEncoding": {
"enum": [
"AUDIO_ENCODING_UNSPECIFIED",
"AUDIO_ENCODING_LINEAR_16",
"AUDIO_ENCODING_FLAC",
"AUDIO_ENCODING_MULAW",
"AUDIO_ENCODING_AMR",
"AUDIO_ENCODING_AMR_WB",
"AUDIO_ENCODING_OGG_OPUS",
"AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE",
"AUDIO_ENCODING_ALAW"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"bargeInConfig": {
"$ref": "GoogleCloudDialogflowCxV3BargeInConfig"
},
"enableWordInfo": {
"type": "boolean"
},
"model": {
"type": "string"
},
"modelVariant": {
"enum": [
"SPEECH_MODEL_VARIANT_UNSPECIFIED",
"USE_BEST_AVAILABLE",
"USE_STANDARD",
"USE_ENHANCED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"optOutConformerModelMigration": {
"type": "boolean"
},
"phraseHints": {
"items": {
"type": "string"
},
"type": "array"
},
"sampleRateHertz": {
"format": "int32",
"type": "integer"
},
"singleUtterance": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3Intent": {
"id": "GoogleCloudDialogflowCxV3Intent",
"properties": {
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"isFallback": {
"type": "boolean"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"name": {
"type": "string"
},
"parameters": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3IntentParameter"
},
"type": "array"
},
"priority": {
"format": "int32",
"type": "integer"
},
"trainingPhrases": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrase"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3IntentInput": {
"id": "GoogleCloudDialogflowCxV3IntentInput",
"properties": {
"intent": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3IntentParameter": {
"id": "GoogleCloudDialogflowCxV3IntentParameter",
"properties": {
"entityType": {
"type": "string"
},
"id": {
"type": "string"
},
"isList": {
"type": "boolean"
},
"redact": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3IntentTrainingPhrase": {
"id": "GoogleCloudDialogflowCxV3IntentTrainingPhrase",
"properties": {
"id": {
"readOnly": true,
"type": "string"
},
"parts": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart"
},
"type": "array"
},
"repeatCount": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3IntentTrainingPhrasePart": {
"id": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart",
"properties": {
"parameterId": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3KnowledgeConnectorSettings": {
"id": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings",
"properties": {
"dataStoreConnections": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3DataStoreConnection"
},
"type": "array"
},
"enabled": {
"type": "boolean"
},
"targetFlow": {
"type": "string"
},
"targetPage": {
"type": "string"
},
"triggerFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3Fulfillment"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3LanguageInfo": {
"id": "GoogleCloudDialogflowCxV3LanguageInfo",
"properties": {
"confidenceScore": {
"format": "float",
"type": "number"
},
"inputLanguageCode": {
"type": "string"
},
"resolvedLanguageCode": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3Page": {
"id": "GoogleCloudDialogflowCxV3Page",
"properties": {
"advancedSettings": {
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettings"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"entryFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3Fulfillment"
},
"eventHandlers": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3EventHandler"
},
"type": "array"
},
"form": {
"$ref": "GoogleCloudDialogflowCxV3Form"
},
"knowledgeConnectorSettings": {
"$ref": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings"
},
"name": {
"type": "string"
},
"transitionRouteGroups": {
"items": {
"type": "string"
},
"type": "array"
},
"transitionRoutes": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3TransitionRoute"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3PageInfo": {
"id": "GoogleCloudDialogflowCxV3PageInfo",
"properties": {
"currentPage": {
"type": "string"
},
"displayName": {
"type": "string"
},
"formInfo": {
"$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfo"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3PageInfoFormInfo": {
"id": "GoogleCloudDialogflowCxV3PageInfoFormInfo",
"properties": {
"parameterInfo": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo": {
"id": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo",
"properties": {
"displayName": {
"type": "string"
},
"justCollected": {
"type": "boolean"
},
"required": {
"type": "boolean"
},
"state": {
"enum": [
"PARAMETER_STATE_UNSPECIFIED",
"EMPTY",
"INVALID",
"FILLED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"value": {
"type": "any"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3QueryInput": {
"id": "GoogleCloudDialogflowCxV3QueryInput",
"properties": {
"audio": {
"$ref": "GoogleCloudDialogflowCxV3AudioInput"
},
"dtmf": {
"$ref": "GoogleCloudDialogflowCxV3DtmfInput"
},
"event": {
"$ref": "GoogleCloudDialogflowCxV3EventInput"
},
"intent": {
"$ref": "GoogleCloudDialogflowCxV3IntentInput"
},
"languageCode": {
"type": "string"
},
"text": {
"$ref": "GoogleCloudDialogflowCxV3TextInput"
},
"toolCallResult": {
"$ref": "GoogleCloudDialogflowCxV3ToolCallResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessage": {
"id": "GoogleCloudDialogflowCxV3ResponseMessage",
"properties": {
"channel": {
"type": "string"
},
"conversationSuccess": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess"
},
"endInteraction": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction",
"readOnly": true
},
"knowledgeInfoCard": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard"
},
"liveAgentHandoff": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff"
},
"mixedAudio": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio",
"readOnly": true
},
"outputAudioText": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"playAudio": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio"
},
"responseType": {
"enum": [
"RESPONSE_TYPE_UNSPECIFIED",
"ENTRY_PROMPT",
"PARAMETER_PROMPT",
"HANDLER_PROMPT"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"telephonyTransferCall": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall"
},
"text": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageText"
},
"toolCall": {
"$ref": "GoogleCloudDialogflowCxV3ToolCall"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess",
"properties": {
"metadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageEndInteraction": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff",
"properties": {
"metadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageMixedAudio": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio",
"properties": {
"segments": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment",
"properties": {
"allowPlaybackInterruption": {
"readOnly": true,
"type": "boolean"
},
"audio": {
"format": "byte",
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText",
"properties": {
"allowPlaybackInterruption": {
"readOnly": true,
"type": "boolean"
},
"ssml": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessagePlayAudio": {
"id": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio",
"properties": {
"allowPlaybackInterruption": {
"readOnly": true,
"type": "boolean"
},
"audioUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall",
"properties": {
"phoneNumber": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageText": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageText",
"properties": {
"allowPlaybackInterruption": {
"readOnly": true,
"type": "boolean"
},
"text": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3RunContinuousTestMetadata": {
"id": "GoogleCloudDialogflowCxV3RunContinuousTestMetadata",
"properties": {
"errors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3TestError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3RunContinuousTestResponse": {
"id": "GoogleCloudDialogflowCxV3RunContinuousTestResponse",
"properties": {
"continuousTestResult": {
"$ref": "GoogleCloudDialogflowCxV3ContinuousTestResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3RunTestCaseMetadata": {
"id": "GoogleCloudDialogflowCxV3RunTestCaseMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3RunTestCaseResponse": {
"id": "GoogleCloudDialogflowCxV3RunTestCaseResponse",
"properties": {
"result": {
"$ref": "GoogleCloudDialogflowCxV3TestCaseResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3SessionInfo": {
"id": "GoogleCloudDialogflowCxV3SessionInfo",
"properties": {
"parameters": {
"additionalProperties": {
"type": "any"
},
"type": "object"
},
"session": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TestCase": {
"id": "GoogleCloudDialogflowCxV3TestCase",
"properties": {
"creationTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"displayName": {
"type": "string"
},
"lastTestResult": {
"$ref": "GoogleCloudDialogflowCxV3TestCaseResult"
},
"name": {
"type": "string"
},
"notes": {
"type": "string"
},
"tags": {
"items": {
"type": "string"
},
"type": "array"
},
"testCaseConversationTurns": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3ConversationTurn"
},
"type": "array"
},
"testConfig": {
"$ref": "GoogleCloudDialogflowCxV3TestConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TestCaseError": {
"id": "GoogleCloudDialogflowCxV3TestCaseError",
"properties": {
"status": {
"$ref": "GoogleRpcStatus"
},
"testCase": {
"$ref": "GoogleCloudDialogflowCxV3TestCase"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TestCaseResult": {
"id": "GoogleCloudDialogflowCxV3TestCaseResult",
"properties": {
"conversationTurns": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3ConversationTurn"
},
"type": "array"
},
"environment": {
"type": "string"
},
"name": {
"type": "string"
},
"testResult": {
"enum": [
"TEST_RESULT_UNSPECIFIED",
"PASSED",
"FAILED"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"testTime": {
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TestConfig": {
"id": "GoogleCloudDialogflowCxV3TestConfig",
"properties": {
"flow": {
"type": "string"
},
"page": {
"type": "string"
},
"trackingParameters": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TestError": {
"id": "GoogleCloudDialogflowCxV3TestError",
"properties": {
"status": {
"$ref": "GoogleRpcStatus"
},
"testCase": {
"type": "string"
},
"testTime": {
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TestRunDifference": {
"id": "GoogleCloudDialogflowCxV3TestRunDifference",
"properties": {
"description": {
"type": "string"
},
"type": {
"enum": [
"DIFF_TYPE_UNSPECIFIED",
"INTENT",
"PAGE",
"PARAMETERS",
"UTTERANCE",
"FLOW"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TextInput": {
"id": "GoogleCloudDialogflowCxV3TextInput",
"properties": {
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ToolCall": {
"id": "GoogleCloudDialogflowCxV3ToolCall",
"properties": {
"action": {
"type": "string"
},
"inputParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"tool": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ToolCallResult": {
"id": "GoogleCloudDialogflowCxV3ToolCallResult",
"properties": {
"action": {
"type": "string"
},
"error": {
"$ref": "GoogleCloudDialogflowCxV3ToolCallResultError"
},
"outputParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"tool": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ToolCallResultError": {
"id": "GoogleCloudDialogflowCxV3ToolCallResultError",
"properties": {
"message": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TransitionRoute": {
"id": "GoogleCloudDialogflowCxV3TransitionRoute",
"properties": {
"condition": {
"type": "string"
},
"description": {
"type": "string"
},
"intent": {
"type": "string"
},
"name": {
"readOnly": true,
"type": "string"
},
"targetFlow": {
"type": "string"
},
"targetPage": {
"type": "string"
},
"triggerFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3Fulfillment"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TurnSignals": {
"id": "GoogleCloudDialogflowCxV3TurnSignals",
"properties": {
"agentEscalated": {
"type": "boolean"
},
"dtmfUsed": {
"type": "boolean"
},
"failureReasons": {
"items": {
"enum": [
"FAILURE_REASON_UNSPECIFIED",
"FAILED_INTENT",
"FAILED_WEBHOOK"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"type": "array"
},
"noMatch": {
"type": "boolean"
},
"noUserInput": {
"type": "boolean"
},
"reachedEndPage": {
"type": "boolean"
},
"sentimentMagnitude": {
"format": "float",
"type": "number"
},
"sentimentScore": {
"format": "float",
"type": "number"
},
"userEscalated": {
"type": "boolean"
},
"webhookStatuses": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3Webhook": {
"id": "GoogleCloudDialogflowCxV3Webhook",
"properties": {
"disabled": {
"type": "boolean"
},
"displayName": {
"type": "string"
},
"genericWebService": {
"$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService"
},
"name": {
"type": "string"
},
"serviceDirectory": {
"$ref": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig"
},
"timeout": {
"format": "google-duration",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookGenericWebService": {
"id": "GoogleCloudDialogflowCxV3WebhookGenericWebService",
"properties": {
"allowedCaCerts": {
"items": {
"format": "byte",
"type": "string"
},
"type": "array"
},
"httpMethod": {
"enum": [
"HTTP_METHOD_UNSPECIFIED",
"POST",
"GET",
"HEAD",
"PUT",
"DELETE",
"PATCH",
"OPTIONS"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"oauthConfig": {
"$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig"
},
"parameterMapping": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"password": {
"deprecated": true,
"type": "string"
},
"requestBody": {
"type": "string"
},
"requestHeaders": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"secretVersionForUsernamePassword": {
"type": "string"
},
"secretVersionsForRequestHeaders": {
"additionalProperties": {
"$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue"
},
"type": "object"
},
"serviceAccountAuthConfig": {
"$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig"
},
"serviceAgentAuth": {
"enum": [
"SERVICE_AGENT_AUTH_UNSPECIFIED",
"NONE",
"ID_TOKEN",
"ACCESS_TOKEN"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"uri": {
"type": "string"
},
"username": {
"deprecated": true,
"type": "string"
},
"webhookType": {
"enum": [
"WEBHOOK_TYPE_UNSPECIFIED",
"STANDARD",
"FLEXIBLE"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig": {
"id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig",
"properties": {
"clientId": {
"type": "string"
},
"clientSecret": {
"type": "string"
},
"scopes": {
"items": {
"type": "string"
},
"type": "array"
},
"secretVersionForClientSecret": {
"type": "string"
},
"tokenEndpoint": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue": {
"id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue",
"properties": {
"secretVersion": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig": {
"id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig",
"properties": {
"serviceAccount": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookRequest": {
"id": "GoogleCloudDialogflowCxV3WebhookRequest",
"properties": {
"detectIntentResponseId": {
"type": "string"
},
"dtmfDigits": {
"type": "string"
},
"fulfillmentInfo": {
"$ref": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo"
},
"intentInfo": {
"$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo"
},
"languageCode": {
"type": "string"
},
"languageInfo": {
"$ref": "GoogleCloudDialogflowCxV3LanguageInfo"
},
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessage"
},
"type": "array"
},
"pageInfo": {
"$ref": "GoogleCloudDialogflowCxV3PageInfo"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"sentimentAnalysisResult": {
"$ref": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult"
},
"sessionInfo": {
"$ref": "GoogleCloudDialogflowCxV3SessionInfo"
},
"text": {
"type": "string"
},
"transcript": {
"type": "string"
},
"triggerEvent": {
"type": "string"
},
"triggerIntent": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo": {
"id": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo",
"properties": {
"tag": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookRequestIntentInfo": {
"id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo",
"properties": {
"confidence": {
"format": "float",
"type": "number"
},
"displayName": {
"type": "string"
},
"lastMatchedIntent": {
"type": "string"
},
"parameters": {
"additionalProperties": {
"$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue": {
"id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue",
"properties": {
"originalValue": {
"type": "string"
},
"resolvedValue": {
"type": "any"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult": {
"id": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult",
"properties": {
"magnitude": {
"format": "float",
"type": "number"
},
"score": {
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookResponse": {
"id": "GoogleCloudDialogflowCxV3WebhookResponse",
"properties": {
"fulfillmentResponse": {
"$ref": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse"
},
"pageInfo": {
"$ref": "GoogleCloudDialogflowCxV3PageInfo"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"sessionInfo": {
"$ref": "GoogleCloudDialogflowCxV3SessionInfo"
},
"targetFlow": {
"type": "string"
},
"targetPage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse": {
"id": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse",
"properties": {
"mergeBehavior": {
"enum": [
"MERGE_BEHAVIOR_UNSPECIFIED",
"APPEND",
"REPLACE"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessage"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig": {
"id": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig",
"properties": {
"genericWebService": {
"$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService"
},
"service": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AdvancedSettings": {
"id": "GoogleCloudDialogflowCxV3beta1AdvancedSettings",
"properties": {
"audioExportGcsDestination": {
"$ref": "GoogleCloudDialogflowCxV3beta1GcsDestination"
},
"dtmfSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings"
},
"loggingSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings"
},
"speechSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings": {
"id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings",
"properties": {
"enabled": {
"type": "boolean"
},
"endpointingTimeoutDuration": {
"format": "google-duration",
"type": "string"
},
"finishDigit": {
"type": "string"
},
"interdigitTimeoutDuration": {
"format": "google-duration",
"type": "string"
},
"maxDigits": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings": {
"id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings",
"properties": {
"enableConsentBasedRedaction": {
"type": "boolean"
},
"enableInteractionLogging": {
"type": "boolean"
},
"enableStackdriverLogging": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings": {
"id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings",
"properties": {
"endpointerSensitivity": {
"format": "int32",
"type": "integer"
},
"models": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"noSpeechTimeout": {
"format": "google-duration",
"type": "string"
},
"useTimeoutBasedEndpointing": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AudioInput": {
"id": "GoogleCloudDialogflowCxV3beta1AudioInput",
"properties": {
"audio": {
"format": "byte",
"type": "string"
},
"config": {
"$ref": "GoogleCloudDialogflowCxV3beta1InputAudioConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1BargeInConfig": {
"id": "GoogleCloudDialogflowCxV3beta1BargeInConfig",
"properties": {
"noBargeInDuration": {
"format": "google-duration",
"type": "string"
},
"totalDuration": {
"format": "google-duration",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata",
"properties": {
"errors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse": {
"id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse",
"properties": {
"results": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ContinuousTestResult": {
"id": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult",
"properties": {
"name": {
"type": "string"
},
"result": {
"enum": [
"AGGREGATED_TEST_RESULT_UNSPECIFIED",
"PASSED",
"FAILED"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"runTime": {
"format": "google-datetime",
"type": "string"
},
"testCaseResults": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ConversationSignals": {
"id": "GoogleCloudDialogflowCxV3beta1ConversationSignals",
"properties": {
"turnSignals": {
"$ref": "GoogleCloudDialogflowCxV3beta1TurnSignals"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ConversationTurn": {
"id": "GoogleCloudDialogflowCxV3beta1ConversationTurn",
"properties": {
"userInput": {
"$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput"
},
"virtualAgentOutput": {
"$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput": {
"id": "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput",
"properties": {
"enableSentimentAnalysis": {
"type": "boolean"
},
"injectedParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"input": {
"$ref": "GoogleCloudDialogflowCxV3beta1QueryInput"
},
"isWebhookEnabled": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput": {
"id": "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput",
"properties": {
"currentPage": {
"$ref": "GoogleCloudDialogflowCxV3beta1Page"
},
"diagnosticInfo": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"differences": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestRunDifference"
},
"readOnly": true,
"type": "array"
},
"sessionParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"status": {
"$ref": "GoogleRpcStatus"
},
"textResponses": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText"
},
"type": "array"
},
"triggeredIntent": {
"$ref": "GoogleCloudDialogflowCxV3beta1Intent"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata",
"properties": {
"version": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DataStoreConnection": {
"id": "GoogleCloudDialogflowCxV3beta1DataStoreConnection",
"properties": {
"dataStore": {
"type": "string"
},
"dataStoreType": {
"enum": [
"DATA_STORE_TYPE_UNSPECIFIED",
"PUBLIC_WEB",
"UNSTRUCTURED",
"STRUCTURED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"documentProcessingMode": {
"enum": [
"DOCUMENT_PROCESSING_MODE_UNSPECIFIED",
"DOCUMENTS",
"CHUNKS"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DeployFlowMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1DeployFlowMetadata",
"properties": {
"testErrors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DeployFlowResponse": {
"id": "GoogleCloudDialogflowCxV3beta1DeployFlowResponse",
"properties": {
"deployment": {
"type": "string"
},
"environment": {
"$ref": "GoogleCloudDialogflowCxV3beta1Environment"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DtmfInput": {
"id": "GoogleCloudDialogflowCxV3beta1DtmfInput",
"properties": {
"digits": {
"type": "string"
},
"finishDigit": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Environment": {
"id": "GoogleCloudDialogflowCxV3beta1Environment",
"properties": {
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"name": {
"type": "string"
},
"testCasesConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig"
},
"updateTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"versionConfigs": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig"
},
"type": "array"
},
"webhookConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig": {
"id": "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig",
"properties": {
"enableContinuousRun": {
"type": "boolean"
},
"enablePredeploymentRun": {
"type": "boolean"
},
"testCases": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig": {
"id": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig",
"properties": {
"version": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig": {
"id": "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig",
"properties": {
"webhookOverrides": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Webhook"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1EventHandler": {
"id": "GoogleCloudDialogflowCxV3beta1EventHandler",
"properties": {
"event": {
"type": "string"
},
"name": {
"readOnly": true,
"type": "string"
},
"targetFlow": {
"type": "string"
},
"targetPage": {
"type": "string"
},
"targetPlaybook": {
"type": "string"
},
"triggerFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1EventInput": {
"id": "GoogleCloudDialogflowCxV3beta1EventInput",
"properties": {
"event": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportAgentResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ExportAgentResponse",
"properties": {
"agentContent": {
"format": "byte",
"type": "string"
},
"agentUri": {
"type": "string"
},
"commitSha": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse",
"properties": {
"entityTypesContent": {
"$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination"
},
"entityTypesUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportFlowResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ExportFlowResponse",
"properties": {
"flowContent": {
"format": "byte",
"type": "string"
},
"flowUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportIntentsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ExportIntentsResponse",
"properties": {
"intentsContent": {
"$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination"
},
"intentsUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse",
"properties": {
"content": {
"format": "byte",
"type": "string"
},
"gcsUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Form": {
"id": "GoogleCloudDialogflowCxV3beta1Form",
"properties": {
"parameters": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1FormParameter"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1FormParameter": {
"id": "GoogleCloudDialogflowCxV3beta1FormParameter",
"properties": {
"advancedSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings"
},
"defaultValue": {
"type": "any"
},
"displayName": {
"type": "string"
},
"entityType": {
"type": "string"
},
"fillBehavior": {
"$ref": "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior"
},
"isList": {
"type": "boolean"
},
"redact": {
"type": "boolean"
},
"required": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior": {
"id": "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior",
"properties": {
"initialPromptFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment"
},
"repromptEventHandlers": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1EventHandler"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Fulfillment": {
"id": "GoogleCloudDialogflowCxV3beta1Fulfillment",
"properties": {
"advancedSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings"
},
"conditionalCases": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases"
},
"type": "array"
},
"enableGenerativeFallback": {
"type": "boolean"
},
"generators": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings"
},
"type": "array"
},
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage"
},
"type": "array"
},
"returnPartialResponses": {
"type": "boolean"
},
"setParameterActions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction"
},
"type": "array"
},
"tag": {
"type": "string"
},
"webhook": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases": {
"id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases",
"properties": {
"cases": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase": {
"id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase",
"properties": {
"caseContent": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent"
},
"type": "array"
},
"condition": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent": {
"id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent",
"properties": {
"additionalCases": {
"$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases"
},
"message": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings": {
"id": "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings",
"properties": {
"generator": {
"type": "string"
},
"inputParameters": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"outputParameter": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction": {
"id": "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction",
"properties": {
"parameter": {
"type": "string"
},
"value": {
"type": "any"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1GcsDestination": {
"id": "GoogleCloudDialogflowCxV3beta1GcsDestination",
"properties": {
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse",
"properties": {
"conflictingResources": {
"$ref": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources"
},
"entityTypes": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources": {
"id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources",
"properties": {
"entityDisplayNames": {
"items": {
"type": "string"
},
"type": "array"
},
"entityTypeDisplayNames": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportFlowResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ImportFlowResponse",
"properties": {
"flow": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportIntentsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponse",
"properties": {
"conflictingResources": {
"$ref": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources"
},
"intents": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources": {
"id": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources",
"properties": {
"entityDisplayNames": {
"items": {
"type": "string"
},
"type": "array"
},
"intentDisplayNames": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata",
"properties": {
"errors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCaseError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse",
"properties": {
"names": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1InlineDestination": {
"id": "GoogleCloudDialogflowCxV3beta1InlineDestination",
"properties": {
"content": {
"format": "byte",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1InputAudioConfig": {
"id": "GoogleCloudDialogflowCxV3beta1InputAudioConfig",
"properties": {
"audioEncoding": {
"enum": [
"AUDIO_ENCODING_UNSPECIFIED",
"AUDIO_ENCODING_LINEAR_16",
"AUDIO_ENCODING_FLAC",
"AUDIO_ENCODING_MULAW",
"AUDIO_ENCODING_AMR",
"AUDIO_ENCODING_AMR_WB",
"AUDIO_ENCODING_OGG_OPUS",
"AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE",
"AUDIO_ENCODING_ALAW"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"bargeInConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1BargeInConfig"
},
"enableWordInfo": {
"type": "boolean"
},
"model": {
"type": "string"
},
"modelVariant": {
"enum": [
"SPEECH_MODEL_VARIANT_UNSPECIFIED",
"USE_BEST_AVAILABLE",
"USE_STANDARD",
"USE_ENHANCED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"optOutConformerModelMigration": {
"type": "boolean"
},
"phraseHints": {
"items": {
"type": "string"
},
"type": "array"
},
"sampleRateHertz": {
"format": "int32",
"type": "integer"
},
"singleUtterance": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Intent": {
"id": "GoogleCloudDialogflowCxV3beta1Intent",
"properties": {
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"isFallback": {
"type": "boolean"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"name": {
"type": "string"
},
"parameters": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1IntentParameter"
},
"type": "array"
},
"priority": {
"format": "int32",
"type": "integer"
},
"trainingPhrases": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1IntentInput": {
"id": "GoogleCloudDialogflowCxV3beta1IntentInput",
"properties": {
"intent": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1IntentParameter": {
"id": "GoogleCloudDialogflowCxV3beta1IntentParameter",
"properties": {
"entityType": {
"type": "string"
},
"id": {
"type": "string"
},
"isList": {
"type": "boolean"
},
"redact": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase": {
"id": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase",
"properties": {
"id": {
"readOnly": true,
"type": "string"
},
"parts": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart"
},
"type": "array"
},
"repeatCount": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart": {
"id": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart",
"properties": {
"parameterId": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings": {
"id": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings",
"properties": {
"dataStoreConnections": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnection"
},
"type": "array"
},
"enabled": {
"type": "boolean"
},
"targetFlow": {
"type": "string"
},
"targetPage": {
"type": "string"
},
"triggerFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1LanguageInfo": {
"id": "GoogleCloudDialogflowCxV3beta1LanguageInfo",
"properties": {
"confidenceScore": {
"format": "float",
"type": "number"
},
"inputLanguageCode": {
"type": "string"
},
"resolvedLanguageCode": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Page": {
"id": "GoogleCloudDialogflowCxV3beta1Page",
"properties": {
"advancedSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"entryFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment"
},
"eventHandlers": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1EventHandler"
},
"type": "array"
},
"form": {
"$ref": "GoogleCloudDialogflowCxV3beta1Form"
},
"knowledgeConnectorSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings"
},
"name": {
"type": "string"
},
"transitionRouteGroups": {
"items": {
"type": "string"
},
"type": "array"
},
"transitionRoutes": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1PageInfo": {
"id": "GoogleCloudDialogflowCxV3beta1PageInfo",
"properties": {
"currentPage": {
"type": "string"
},
"displayName": {
"type": "string"
},
"formInfo": {
"$ref": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1PageInfoFormInfo": {
"id": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo",
"properties": {
"parameterInfo": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo": {
"id": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo",
"properties": {
"displayName": {
"type": "string"
},
"justCollected": {
"type": "boolean"
},
"required": {
"type": "boolean"
},
"state": {
"enum": [
"PARAMETER_STATE_UNSPECIFIED",
"EMPTY",
"INVALID",
"FILLED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"value": {
"type": "any"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1QueryInput": {
"id": "GoogleCloudDialogflowCxV3beta1QueryInput",
"properties": {
"audio": {
"$ref": "GoogleCloudDialogflowCxV3beta1AudioInput"
},
"dtmf": {
"$ref": "GoogleCloudDialogflowCxV3beta1DtmfInput"
},
"event": {
"$ref": "GoogleCloudDialogflowCxV3beta1EventInput"
},
"intent": {
"$ref": "GoogleCloudDialogflowCxV3beta1IntentInput"
},
"languageCode": {
"type": "string"
},
"text": {
"$ref": "GoogleCloudDialogflowCxV3beta1TextInput"
},
"toolCallResult": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolCallResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ResponseMessage": {
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessage",
"properties": {
"channel": {
"type": "string"
},
"conversationSuccess": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess"
},
"endInteraction": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction",
"readOnly": true
},
"knowledgeInfoCard": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard"
},
"liveAgentHandoff": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff"
},
"mixedAudio": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio",
"readOnly": true
},
"outputAudioText": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"playAudio": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio"
},
"telephonyTransferCall": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall"
},
"text": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText"
},
"toolCall": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolCall"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess": {
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess",
"properties": {
"metadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction": {
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard": {
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff": {
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff",
"properties": {
"metadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio": {
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio",
"properties": {
"segments": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment": {
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment",
"properties": {
"allowPlaybackInterruption": {
"readOnly": true,
"type": "boolean"
},
"audio": {
"format": "byte",
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText": {
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText",
"properties": {
"allowPlaybackInterruption": {
"readOnly": true,
"type": "boolean"
},
"ssml": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio": {
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio",
"properties": {
"allowPlaybackInterruption": {
"readOnly": true,
"type": "boolean"
},
"audioUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall": {
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall",
"properties": {
"phoneNumber": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ResponseMessageText": {
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageText",
"properties": {
"allowPlaybackInterruption": {
"readOnly": true,
"type": "boolean"
},
"text": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata",
"properties": {
"errors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse": {
"id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse",
"properties": {
"continuousTestResult": {
"$ref": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RunTestCaseResponse": {
"id": "GoogleCloudDialogflowCxV3beta1RunTestCaseResponse",
"properties": {
"result": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SessionInfo": {
"id": "GoogleCloudDialogflowCxV3beta1SessionInfo",
"properties": {
"parameters": {
"additionalProperties": {
"type": "any"
},
"type": "object"
},
"session": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TestCase": {
"id": "GoogleCloudDialogflowCxV3beta1TestCase",
"properties": {
"creationTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"displayName": {
"type": "string"
},
"lastTestResult": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult"
},
"name": {
"type": "string"
},
"notes": {
"type": "string"
},
"tags": {
"items": {
"type": "string"
},
"type": "array"
},
"testCaseConversationTurns": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurn"
},
"type": "array"
},
"testConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TestCaseError": {
"id": "GoogleCloudDialogflowCxV3beta1TestCaseError",
"properties": {
"status": {
"$ref": "GoogleRpcStatus"
},
"testCase": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCase"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TestCaseResult": {
"id": "GoogleCloudDialogflowCxV3beta1TestCaseResult",
"properties": {
"conversationTurns": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurn"
},
"type": "array"
},
"environment": {
"type": "string"
},
"name": {
"type": "string"
},
"testResult": {
"enum": [
"TEST_RESULT_UNSPECIFIED",
"PASSED",
"FAILED"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"testTime": {
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TestConfig": {
"id": "GoogleCloudDialogflowCxV3beta1TestConfig",
"properties": {
"flow": {
"type": "string"
},
"page": {
"type": "string"
},
"trackingParameters": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TestError": {
"id": "GoogleCloudDialogflowCxV3beta1TestError",
"properties": {
"status": {
"$ref": "GoogleRpcStatus"
},
"testCase": {
"type": "string"
},
"testTime": {
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TestRunDifference": {
"id": "GoogleCloudDialogflowCxV3beta1TestRunDifference",
"properties": {
"description": {
"type": "string"
},
"type": {
"enum": [
"DIFF_TYPE_UNSPECIFIED",
"INTENT",
"PAGE",
"PARAMETERS",
"UTTERANCE",
"FLOW"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TextInput": {
"id": "GoogleCloudDialogflowCxV3beta1TextInput",
"properties": {
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolCall": {
"id": "GoogleCloudDialogflowCxV3beta1ToolCall",
"properties": {
"action": {
"type": "string"
},
"inputParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"tool": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolCallResult": {
"id": "GoogleCloudDialogflowCxV3beta1ToolCallResult",
"properties": {
"action": {
"type": "string"
},
"error": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolCallResultError"
},
"outputParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"tool": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolCallResultError": {
"id": "GoogleCloudDialogflowCxV3beta1ToolCallResultError",
"properties": {
"message": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TransitionRoute": {
"id": "GoogleCloudDialogflowCxV3beta1TransitionRoute",
"properties": {
"condition": {
"type": "string"
},
"description": {
"type": "string"
},
"intent": {
"type": "string"
},
"name": {
"readOnly": true,
"type": "string"
},
"targetFlow": {
"type": "string"
},
"targetPage": {
"type": "string"
},
"triggerFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TurnSignals": {
"id": "GoogleCloudDialogflowCxV3beta1TurnSignals",
"properties": {
"agentEscalated": {
"type": "boolean"
},
"dtmfUsed": {
"type": "boolean"
},
"failureReasons": {
"items": {
"enum": [
"FAILURE_REASON_UNSPECIFIED",
"FAILED_INTENT",
"FAILED_WEBHOOK"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"type": "array"
},
"noMatch": {
"type": "boolean"
},
"noUserInput": {
"type": "boolean"
},
"reachedEndPage": {
"type": "boolean"
},
"sentimentMagnitude": {
"format": "float",
"type": "number"
},
"sentimentScore": {
"format": "float",
"type": "number"
},
"userEscalated": {
"type": "boolean"
},
"webhookStatuses": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Webhook": {
"id": "GoogleCloudDialogflowCxV3beta1Webhook",
"properties": {
"disabled": {
"type": "boolean"
},
"displayName": {
"type": "string"
},
"genericWebService": {
"$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService"
},
"name": {
"type": "string"
},
"serviceDirectory": {
"$ref": "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig"
},
"timeout": {
"format": "google-duration",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1WebhookGenericWebService": {
"id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService",
"properties": {
"allowedCaCerts": {
"items": {
"format": "byte",
"type": "string"
},
"type": "array"
},
"httpMethod": {
"enum": [
"HTTP_METHOD_UNSPECIFIED",
"POST",
"GET",
"HEAD",
"PUT",
"DELETE",
"PATCH",
"OPTIONS"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"oauthConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig"
},
"parameterMapping": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"password": {
"deprecated": true,
"type": "string"
},
"requestBody": {
"type": "string"
},
"requestHeaders": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"secretVersionForUsernamePassword": {
"type": "string"
},
"secretVersionsForRequestHeaders": {
"additionalProperties": {
"$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue"
},
"type": "object"
},
"serviceAccountAuthConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig"
},
"serviceAgentAuth": {
"enum": [
"SERVICE_AGENT_AUTH_UNSPECIFIED",
"NONE",
"ID_TOKEN",
"ACCESS_TOKEN"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"uri": {
"type": "string"
},
"username": {
"deprecated": true,
"type": "string"
},
"webhookType": {
"enum": [
"WEBHOOK_TYPE_UNSPECIFIED",
"STANDARD",
"FLEXIBLE"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig": {
"id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig",
"properties": {
"clientId": {
"type": "string"
},
"clientSecret": {
"type": "string"
},
"scopes": {
"items": {
"type": "string"
},
"type": "array"
},
"secretVersionForClientSecret": {
"type": "string"
},
"tokenEndpoint": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue": {
"id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue",
"properties": {
"secretVersion": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig": {
"id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig",
"properties": {
"serviceAccount": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1WebhookRequest": {
"id": "GoogleCloudDialogflowCxV3beta1WebhookRequest",
"properties": {
"detectIntentResponseId": {
"type": "string"
},
"dtmfDigits": {
"type": "string"
},
"fulfillmentInfo": {
"$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo"
},
"intentInfo": {
"$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo"
},
"languageCode": {
"type": "string"
},
"languageInfo": {
"$ref": "GoogleCloudDialogflowCxV3beta1LanguageInfo"
},
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage"
},
"type": "array"
},
"pageInfo": {
"$ref": "GoogleCloudDialogflowCxV3beta1PageInfo"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"sentimentAnalysisResult": {
"$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult"
},
"sessionInfo": {
"$ref": "GoogleCloudDialogflowCxV3beta1SessionInfo"
},
"text": {
"type": "string"
},
"transcript": {
"type": "string"
},
"triggerEvent": {
"type": "string"
},
"triggerIntent": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo": {
"id": "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo",
"properties": {
"tag": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo": {
"id": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo",
"properties": {
"confidence": {
"format": "float",
"type": "number"
},
"displayName": {
"type": "string"
},
"lastMatchedIntent": {
"type": "string"
},
"parameters": {
"additionalProperties": {
"$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue": {
"id": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue",
"properties": {
"originalValue": {
"type": "string"
},
"resolvedValue": {
"type": "any"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult": {
"id": "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult",
"properties": {
"magnitude": {
"format": "float",
"type": "number"
},
"score": {
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1WebhookResponse": {
"id": "GoogleCloudDialogflowCxV3beta1WebhookResponse",
"properties": {
"fulfillmentResponse": {
"$ref": "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse"
},
"pageInfo": {
"$ref": "GoogleCloudDialogflowCxV3beta1PageInfo"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"sessionInfo": {
"$ref": "GoogleCloudDialogflowCxV3beta1SessionInfo"
},
"targetFlow": {
"type": "string"
},
"targetPage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse": {
"id": "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse",
"properties": {
"mergeBehavior": {
"enum": [
"MERGE_BEHAVIOR_UNSPECIFIED",
"APPEND",
"REPLACE"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig": {
"id": "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig",
"properties": {
"genericWebService": {
"$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService"
},
"service": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2AgentCoachingInstruction": {
"id": "GoogleCloudDialogflowV2AgentCoachingInstruction",
"properties": {
"agentAction": {
"type": "string"
},
"condition": {
"type": "string"
},
"displayDetails": {
"type": "string"
},
"displayName": {
"type": "string"
},
"duplicateCheckResult": {
"$ref": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult",
"readOnly": true
},
"systemAction": {
"type": "string"
},
"triggeringEvent": {
"enum": [
"TRIGGER_EVENT_UNSPECIFIED",
"END_OF_UTTERANCE",
"MANUAL_CALL",
"CUSTOMER_MESSAGE",
"AGENT_MESSAGE",
"TOOL_CALL_COMPLETION"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult": {
"id": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult",
"properties": {
"duplicateSuggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": {
"id": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion",
"properties": {
"answerRecord": {
"readOnly": true,
"type": "string"
},
"similarityScore": {
"format": "float",
"readOnly": true,
"type": "number"
},
"suggestionIndex": {
"format": "int32",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2AgentCoachingSuggestion": {
"id": "GoogleCloudDialogflowV2AgentCoachingSuggestion",
"properties": {
"agentActionSuggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion"
},
"type": "array"
},
"applicableInstructions": {
"items": {
"$ref": "GoogleCloudDialogflowV2AgentCoachingInstruction"
},
"type": "array"
},
"sampleResponses": {
"items": {
"$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion": {
"id": "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion",
"properties": {
"agentAction": {
"type": "string"
},
"duplicateCheckResult": {
"$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult",
"readOnly": true
},
"sources": {
"$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult": {
"id": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult",
"properties": {
"duplicateSuggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": {
"id": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion",
"properties": {
"answerRecord": {
"readOnly": true,
"type": "string"
},
"similarityScore": {
"format": "float",
"readOnly": true,
"type": "number"
},
"sources": {
"$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources",
"readOnly": true
},
"suggestionIndex": {
"format": "int32",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse": {
"id": "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse",
"properties": {
"duplicateCheckResult": {
"$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult",
"readOnly": true
},
"responseText": {
"type": "string"
},
"sources": {
"$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2AgentCoachingSuggestionSources": {
"id": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources",
"properties": {
"instructionIndexes": {
"items": {
"format": "int32",
"type": "integer"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2AnnotatedMessagePart": {
"id": "GoogleCloudDialogflowV2AnnotatedMessagePart",
"properties": {
"entityType": {
"type": "string"
},
"formattedValue": {
"type": "any"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ArticleAnswer": {
"id": "GoogleCloudDialogflowV2ArticleAnswer",
"properties": {
"answerRecord": {
"type": "string"
},
"confidence": {
"format": "float",
"type": "number"
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"snippets": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ArticleSuggestionModelMetadata": {
"id": "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata",
"properties": {
"trainingModelType": {
"enum": [
"MODEL_TYPE_UNSPECIFIED",
"SMART_REPLY_DUAL_ENCODER_MODEL",
"SMART_REPLY_BERT_MODEL"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse": {
"id": "GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse",
"properties": {
"entityTypes": {
"items": {
"$ref": "GoogleCloudDialogflowV2EntityType"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2BatchUpdateIntentsResponse": {
"id": "GoogleCloudDialogflowV2BatchUpdateIntentsResponse",
"properties": {
"intents": {
"items": {
"$ref": "GoogleCloudDialogflowV2Intent"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata": {
"id": "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata",
"properties": {
"conversationProfile": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"participantRole": {
"enum": [
"ROLE_UNSPECIFIED",
"HUMAN_AGENT",
"AUTOMATED_AGENT",
"END_USER"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"suggestionFeatureType": {
"enum": [
"TYPE_UNSPECIFIED",
"ARTICLE_SUGGESTION",
"FAQ",
"SMART_REPLY",
"CONVERSATION_SUMMARIZATION",
"KNOWLEDGE_SEARCH",
"KNOWLEDGE_ASSIST"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2Context": {
"id": "GoogleCloudDialogflowV2Context",
"properties": {
"lifespanCount": {
"format": "int32",
"type": "integer"
},
"name": {
"type": "string"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ConversationEvent": {
"id": "GoogleCloudDialogflowV2ConversationEvent",
"properties": {
"conversation": {
"type": "string"
},
"errorStatus": {
"$ref": "GoogleRpcStatus"
},
"newMessagePayload": {
"$ref": "GoogleCloudDialogflowV2Message"
},
"newRecognitionResultPayload": {
"$ref": "GoogleCloudDialogflowV2StreamingRecognitionResult"
},
"type": {
"enum": [
"TYPE_UNSPECIFIED",
"CONVERSATION_STARTED",
"CONVERSATION_FINISHED",
"HUMAN_INTERVENTION_NEEDED",
"NEW_MESSAGE",
"NEW_RECOGNITION_RESULT",
"UNRECOVERABLE_ERROR"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ConversationModel": {
"id": "GoogleCloudDialogflowV2ConversationModel",
"properties": {
"articleSuggestionModelMetadata": {
"$ref": "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"datasets": {
"items": {
"$ref": "GoogleCloudDialogflowV2InputDataset"
},
"type": "array"
},
"displayName": {
"type": "string"
},
"languageCode": {
"type": "string"
},
"name": {
"type": "string"
},
"satisfiesPzi": {
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"readOnly": true,
"type": "boolean"
},
"smartReplyModelMetadata": {
"$ref": "GoogleCloudDialogflowV2SmartReplyModelMetadata"
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"CREATING",
"UNDEPLOYED",
"DEPLOYING",
"DEPLOYED",
"UNDEPLOYING",
"DELETING",
"FAILED",
"PENDING"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata": {
"id": "GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata",
"properties": {
"conversationDataset": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata": {
"id": "GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata",
"properties": {
"conversationModel": {
"type": "string"
},
"conversationModelEvaluation": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"INITIALIZING",
"RUNNING",
"CANCELLED",
"SUCCEEDED",
"FAILED"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2CreateConversationModelOperationMetadata": {
"id": "GoogleCloudDialogflowV2CreateConversationModelOperationMetadata",
"properties": {
"conversationModel": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"doneTime": {
"format": "google-datetime",
"type": "string"
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"PENDING",
"SUCCEEDED",
"FAILED",
"CANCELLED",
"CANCELLING",
"TRAINING"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata": {
"id": "GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata": {
"id": "GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata",
"properties": {
"conversationModel": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"doneTime": {
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2DeployConversationModelOperationMetadata": {
"id": "GoogleCloudDialogflowV2DeployConversationModelOperationMetadata",
"properties": {
"conversationModel": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"doneTime": {
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2EncryptionSpec": {
"id": "GoogleCloudDialogflowV2EncryptionSpec",
"properties": {
"kmsKey": {
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2EntityType": {
"id": "GoogleCloudDialogflowV2EntityType",
"properties": {
"autoExpansionMode": {
"enum": [
"AUTO_EXPANSION_MODE_UNSPECIFIED",
"AUTO_EXPANSION_MODE_DEFAULT"
],
"enumDescriptions": [
"",
""
],
"type": "string"
},
"displayName": {
"type": "string"
},
"enableFuzzyExtraction": {
"type": "boolean"
},
"entities": {
"items": {
"$ref": "GoogleCloudDialogflowV2EntityTypeEntity"
},
"type": "array"
},
"kind": {
"enum": [
"KIND_UNSPECIFIED",
"KIND_MAP",
"KIND_LIST",
"KIND_REGEXP"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2EntityTypeEntity": {
"id": "GoogleCloudDialogflowV2EntityTypeEntity",
"properties": {
"synonyms": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2EventInput": {
"id": "GoogleCloudDialogflowV2EventInput",
"properties": {
"languageCode": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ExportAgentResponse": {
"id": "GoogleCloudDialogflowV2ExportAgentResponse",
"properties": {
"agentContent": {
"format": "byte",
"type": "string"
},
"agentUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ExportOperationMetadata": {
"id": "GoogleCloudDialogflowV2ExportOperationMetadata",
"properties": {
"exportedGcsDestination": {
"$ref": "GoogleCloudDialogflowV2GcsDestination"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2FaqAnswer": {
"id": "GoogleCloudDialogflowV2FaqAnswer",
"properties": {
"answer": {
"type": "string"
},
"answerRecord": {
"type": "string"
},
"confidence": {
"format": "float",
"type": "number"
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"question": {
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2FreeFormSuggestion": {
"id": "GoogleCloudDialogflowV2FreeFormSuggestion",
"properties": {
"response": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2GcsDestination": {
"id": "GoogleCloudDialogflowV2GcsDestination",
"properties": {
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2GenerateSuggestionsResponse": {
"id": "GoogleCloudDialogflowV2GenerateSuggestionsResponse",
"properties": {
"generatorSuggestionAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer"
},
"type": "array"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer": {
"id": "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer",
"properties": {
"answerRecord": {
"type": "string"
},
"generatorSuggestion": {
"$ref": "GoogleCloudDialogflowV2GeneratorSuggestion"
},
"sourceGenerator": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2GeneratorSuggestion": {
"id": "GoogleCloudDialogflowV2GeneratorSuggestion",
"properties": {
"agentCoachingSuggestion": {
"$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestion"
},
"freeFormSuggestion": {
"$ref": "GoogleCloudDialogflowV2FreeFormSuggestion"
},
"summarySuggestion": {
"$ref": "GoogleCloudDialogflowV2SummarySuggestion"
},
"toolCallInfo": {
"items": {
"$ref": "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo": {
"id": "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo",
"properties": {
"toolCall": {
"$ref": "GoogleCloudDialogflowV2ToolCall"
},
"toolCallResult": {
"$ref": "GoogleCloudDialogflowV2ToolCallResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2HumanAgentAssistantEvent": {
"id": "GoogleCloudDialogflowV2HumanAgentAssistantEvent",
"properties": {
"conversation": {
"type": "string"
},
"participant": {
"type": "string"
},
"suggestionResults": {
"items": {
"$ref": "GoogleCloudDialogflowV2SuggestionResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ImportConversationDataOperationMetadata": {
"id": "GoogleCloudDialogflowV2ImportConversationDataOperationMetadata",
"properties": {
"conversationDataset": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"partialFailures": {
"items": {
"$ref": "GoogleRpcStatus"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ImportConversationDataOperationResponse": {
"id": "GoogleCloudDialogflowV2ImportConversationDataOperationResponse",
"properties": {
"conversationDataset": {
"type": "string"
},
"importCount": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ImportDocumentsResponse": {
"id": "GoogleCloudDialogflowV2ImportDocumentsResponse",
"properties": {
"warnings": {
"items": {
"$ref": "GoogleRpcStatus"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo": {
"id": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo",
"properties": {
"contextReferenceRetrieved": {
"type": "boolean"
},
"ingestedParametersDebugInfo": {
"items": {
"$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo"
},
"type": "array"
},
"projectNotAllowlisted": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo": {
"id": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo",
"properties": {
"ingestionStatus": {
"enum": [
"INGESTION_STATUS_UNSPECIFIED",
"INGESTION_STATUS_SUCCEEDED",
"INGESTION_STATUS_CONTEXT_NOT_AVAILABLE",
"INGESTION_STATUS_PARSE_FAILED",
"INGESTION_STATUS_INVALID_ENTRY",
"INGESTION_STATUS_INVALID_FORMAT",
"INGESTION_STATUS_LANGUAGE_MISMATCH"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"parameter": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata": {
"id": "GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata",
"properties": {
"request": {
"$ref": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2InitializeEncryptionSpecRequest": {
"id": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest",
"properties": {
"encryptionSpec": {
"$ref": "GoogleCloudDialogflowV2EncryptionSpec"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2InputDataset": {
"id": "GoogleCloudDialogflowV2InputDataset",
"properties": {
"dataset": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2Intent": {
"id": "GoogleCloudDialogflowV2Intent",
"properties": {
"action": {
"type": "string"
},
"defaultResponsePlatforms": {
"items": {
"enum": [
"PLATFORM_UNSPECIFIED",
"FACEBOOK",
"SLACK",
"TELEGRAM",
"KIK",
"SKYPE",
"LINE",
"VIBER",
"ACTIONS_ON_GOOGLE",
"GOOGLE_HANGOUTS"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"type": "array"
},
"displayName": {
"type": "string"
},
"endInteraction": {
"type": "boolean"
},
"events": {
"items": {
"type": "string"
},
"type": "array"
},
"followupIntentInfo": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentFollowupIntentInfo"
},
"readOnly": true,
"type": "array"
},
"inputContextNames": {
"items": {
"type": "string"
},
"type": "array"
},
"isFallback": {
"type": "boolean"
},
"liveAgentHandoff": {
"type": "boolean"
},
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessage"
},
"type": "array"
},
"mlDisabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"outputContexts": {
"items": {
"$ref": "GoogleCloudDialogflowV2Context"
},
"type": "array"
},
"parameters": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentParameter"
},
"type": "array"
},
"parentFollowupIntentName": {
"type": "string"
},
"priority": {
"format": "int32",
"type": "integer"
},
"resetContexts": {
"type": "boolean"
},
"rootFollowupIntentName": {
"readOnly": true,
"type": "string"
},
"trainingPhrases": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentTrainingPhrase"
},
"type": "array"
},
"webhookState": {
"enum": [
"WEBHOOK_STATE_UNSPECIFIED",
"WEBHOOK_STATE_ENABLED",
"WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentFollowupIntentInfo": {
"id": "GoogleCloudDialogflowV2IntentFollowupIntentInfo",
"properties": {
"followupIntentName": {
"type": "string"
},
"parentFollowupIntentName": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessage": {
"id": "GoogleCloudDialogflowV2IntentMessage",
"properties": {
"basicCard": {
"$ref": "GoogleCloudDialogflowV2IntentMessageBasicCard"
},
"browseCarouselCard": {
"$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard"
},
"card": {
"$ref": "GoogleCloudDialogflowV2IntentMessageCard"
},
"carouselSelect": {
"$ref": "GoogleCloudDialogflowV2IntentMessageCarouselSelect"
},
"image": {
"$ref": "GoogleCloudDialogflowV2IntentMessageImage"
},
"linkOutSuggestion": {
"$ref": "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion"
},
"listSelect": {
"$ref": "GoogleCloudDialogflowV2IntentMessageListSelect"
},
"mediaContent": {
"$ref": "GoogleCloudDialogflowV2IntentMessageMediaContent"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"platform": {
"enum": [
"PLATFORM_UNSPECIFIED",
"FACEBOOK",
"SLACK",
"TELEGRAM",
"KIK",
"SKYPE",
"LINE",
"VIBER",
"ACTIONS_ON_GOOGLE",
"GOOGLE_HANGOUTS"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"quickReplies": {
"$ref": "GoogleCloudDialogflowV2IntentMessageQuickReplies"
},
"simpleResponses": {
"$ref": "GoogleCloudDialogflowV2IntentMessageSimpleResponses"
},
"suggestions": {
"$ref": "GoogleCloudDialogflowV2IntentMessageSuggestions"
},
"tableCard": {
"$ref": "GoogleCloudDialogflowV2IntentMessageTableCard"
},
"text": {
"$ref": "GoogleCloudDialogflowV2IntentMessageText"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageBasicCard": {
"id": "GoogleCloudDialogflowV2IntentMessageBasicCard",
"properties": {
"buttons": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButton"
},
"type": "array"
},
"formattedText": {
"type": "string"
},
"image": {
"$ref": "GoogleCloudDialogflowV2IntentMessageImage"
},
"subtitle": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageBasicCardButton": {
"id": "GoogleCloudDialogflowV2IntentMessageBasicCardButton",
"properties": {
"openUriAction": {
"$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction": {
"id": "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction",
"properties": {
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard": {
"id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard",
"properties": {
"imageDisplayOptions": {
"enum": [
"IMAGE_DISPLAY_OPTIONS_UNSPECIFIED",
"GRAY",
"WHITE",
"CROPPED",
"BLURRED_BACKGROUND"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
},
"items": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem": {
"id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem",
"properties": {
"description": {
"type": "string"
},
"footer": {
"type": "string"
},
"image": {
"$ref": "GoogleCloudDialogflowV2IntentMessageImage"
},
"openUriAction": {
"$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": {
"id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction",
"properties": {
"url": {
"type": "string"
},
"urlTypeHint": {
"enum": [
"URL_TYPE_HINT_UNSPECIFIED",
"AMP_ACTION",
"AMP_CONTENT"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageCard": {
"id": "GoogleCloudDialogflowV2IntentMessageCard",
"properties": {
"buttons": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessageCardButton"
},
"type": "array"
},
"imageUri": {
"type": "string"
},
"subtitle": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageCardButton": {
"id": "GoogleCloudDialogflowV2IntentMessageCardButton",
"properties": {
"postback": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageCarouselSelect": {
"id": "GoogleCloudDialogflowV2IntentMessageCarouselSelect",
"properties": {
"items": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageCarouselSelectItem": {
"id": "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem",
"properties": {
"description": {
"type": "string"
},
"image": {
"$ref": "GoogleCloudDialogflowV2IntentMessageImage"
},
"info": {
"$ref": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageColumnProperties": {
"id": "GoogleCloudDialogflowV2IntentMessageColumnProperties",
"properties": {
"header": {
"type": "string"
},
"horizontalAlignment": {
"enum": [
"HORIZONTAL_ALIGNMENT_UNSPECIFIED",
"LEADING",
"CENTER",
"TRAILING"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageImage": {
"id": "GoogleCloudDialogflowV2IntentMessageImage",
"properties": {
"accessibilityText": {
"type": "string"
},
"imageUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion": {
"id": "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion",
"properties": {
"destinationName": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageListSelect": {
"id": "GoogleCloudDialogflowV2IntentMessageListSelect",
"properties": {
"items": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessageListSelectItem"
},
"type": "array"
},
"subtitle": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageListSelectItem": {
"id": "GoogleCloudDialogflowV2IntentMessageListSelectItem",
"properties": {
"description": {
"type": "string"
},
"image": {
"$ref": "GoogleCloudDialogflowV2IntentMessageImage"
},
"info": {
"$ref": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageMediaContent": {
"id": "GoogleCloudDialogflowV2IntentMessageMediaContent",
"properties": {
"mediaObjects": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject"
},
"type": "array"
},
"mediaType": {
"enum": [
"RESPONSE_MEDIA_TYPE_UNSPECIFIED",
"AUDIO"
],
"enumDescriptions": [
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject": {
"id": "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject",
"properties": {
"contentUrl": {
"type": "string"
},
"description": {
"type": "string"
},
"icon": {
"$ref": "GoogleCloudDialogflowV2IntentMessageImage"
},
"largeImage": {
"$ref": "GoogleCloudDialogflowV2IntentMessageImage"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageQuickReplies": {
"id": "GoogleCloudDialogflowV2IntentMessageQuickReplies",
"properties": {
"quickReplies": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageSelectItemInfo": {
"id": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo",
"properties": {
"key": {
"type": "string"
},
"synonyms": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageSimpleResponse": {
"id": "GoogleCloudDialogflowV2IntentMessageSimpleResponse",
"properties": {
"displayText": {
"type": "string"
},
"ssml": {
"type": "string"
},
"textToSpeech": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageSimpleResponses": {
"id": "GoogleCloudDialogflowV2IntentMessageSimpleResponses",
"properties": {
"simpleResponses": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessageSimpleResponse"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageSuggestion": {
"id": "GoogleCloudDialogflowV2IntentMessageSuggestion",
"properties": {
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageSuggestions": {
"id": "GoogleCloudDialogflowV2IntentMessageSuggestions",
"properties": {
"suggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessageSuggestion"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageTableCard": {
"id": "GoogleCloudDialogflowV2IntentMessageTableCard",
"properties": {
"buttons": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButton"
},
"type": "array"
},
"columnProperties": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessageColumnProperties"
},
"type": "array"
},
"image": {
"$ref": "GoogleCloudDialogflowV2IntentMessageImage"
},
"rows": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessageTableCardRow"
},
"type": "array"
},
"subtitle": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageTableCardCell": {
"id": "GoogleCloudDialogflowV2IntentMessageTableCardCell",
"properties": {
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageTableCardRow": {
"id": "GoogleCloudDialogflowV2IntentMessageTableCardRow",
"properties": {
"cells": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessageTableCardCell"
},
"type": "array"
},
"dividerAfter": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentMessageText": {
"id": "GoogleCloudDialogflowV2IntentMessageText",
"properties": {
"text": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentParameter": {
"id": "GoogleCloudDialogflowV2IntentParameter",
"properties": {
"defaultValue": {
"type": "string"
},
"displayName": {
"type": "string"
},
"entityTypeDisplayName": {
"type": "string"
},
"isList": {
"type": "boolean"
},
"mandatory": {
"type": "boolean"
},
"name": {
"type": "string"
},
"prompts": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentTrainingPhrase": {
"id": "GoogleCloudDialogflowV2IntentTrainingPhrase",
"properties": {
"name": {
"readOnly": true,
"type": "string"
},
"parts": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentTrainingPhrasePart"
},
"type": "array"
},
"timesAddedCount": {
"format": "int32",
"type": "integer"
},
"type": {
"enum": [
"TYPE_UNSPECIFIED",
"EXAMPLE",
"TEMPLATE"
],
"enumDeprecated": [
false,
false,
true
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2IntentTrainingPhrasePart": {
"id": "GoogleCloudDialogflowV2IntentTrainingPhrasePart",
"properties": {
"alias": {
"type": "string"
},
"entityType": {
"type": "string"
},
"text": {
"type": "string"
},
"userDefined": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2KnowledgeAssistAnswer": {
"id": "GoogleCloudDialogflowV2KnowledgeAssistAnswer",
"properties": {
"answerRecord": {
"type": "string"
},
"knowledgeAssistDebugInfo": {
"$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo"
},
"suggestedQuery": {
"$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery"
},
"suggestedQueryAnswer": {
"$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer": {
"id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer",
"properties": {
"answerText": {
"type": "string"
},
"faqSource": {
"$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource"
},
"generativeSource": {
"$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource": {
"id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource",
"properties": {
"question": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": {
"id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource",
"properties": {
"snippets": {
"items": {
"$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": {
"id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet",
"properties": {
"metadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"text": {
"type": "string"
},
"title": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery": {
"id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery",
"properties": {
"queryText": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2KnowledgeAssistDebugInfo": {
"id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo",
"properties": {
"datastoreResponseReason": {
"enum": [
"DATASTORE_RESPONSE_REASON_UNSPECIFIED",
"NONE",
"SEARCH_OUT_OF_QUOTA",
"SEARCH_EMPTY_RESULTS",
"ANSWER_GENERATION_GEN_AI_DISABLED",
"ANSWER_GENERATION_OUT_OF_QUOTA",
"ANSWER_GENERATION_ERROR",
"ANSWER_GENERATION_NOT_ENOUGH_INFO",
"ANSWER_GENERATION_RAI_FAILED",
"ANSWER_GENERATION_NOT_GROUNDED"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"ingestedContextReferenceDebugInfo": {
"$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo"
},
"knowledgeAssistBehavior": {
"$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior"
},
"queryCategorizationFailureReason": {
"enum": [
"QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED",
"QUERY_CATEGORIZATION_INVALID_CONFIG",
"QUERY_CATEGORIZATION_RESULT_NOT_FOUND",
"QUERY_CATEGORIZATION_FAILED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"queryGenerationFailureReason": {
"enum": [
"QUERY_GENERATION_FAILURE_REASON_UNSPECIFIED",
"QUERY_GENERATION_OUT_OF_QUOTA",
"QUERY_GENERATION_FAILED",
"QUERY_GENERATION_NO_QUERY_GENERATED",
"QUERY_GENERATION_RAI_FAILED",
"NOT_IN_ALLOWLIST",
"QUERY_GENERATION_QUERY_REDACTED",
"QUERY_GENERATION_LLM_RESPONSE_PARSE_FAILED",
"QUERY_GENERATION_EMPTY_CONVERSATION",
"QUERY_GENERATION_EMPTY_LAST_MESSAGE",
"QUERY_GENERATION_TRIGGERING_EVENT_CONDITION_NOT_MET"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"serviceLatency": {
"$ref": "GoogleCloudDialogflowV2ServiceLatency"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior": {
"id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior",
"properties": {
"answerGenerationRewriterOn": {
"type": "boolean"
},
"appendedSearchContextCount": {
"format": "int32",
"type": "integer"
},
"conversationTranscriptHasMixedLanguages": {
"type": "boolean"
},
"disableSyncDelivery": {
"type": "boolean"
},
"endUserMetadataIncluded": {
"type": "boolean"
},
"invalidItemsQuerySuggestionSkipped": {
"type": "boolean"
},
"multipleQueriesGenerated": {
"type": "boolean"
},
"previousQueriesIncluded": {
"type": "boolean"
},
"primaryQueryRedactedAndReplaced": {
"type": "boolean"
},
"queryContainedSearchContext": {
"type": "boolean"
},
"queryGenerationAgentLanguageMismatch": {
"type": "boolean"
},
"queryGenerationEndUserLanguageMismatch": {
"type": "boolean"
},
"returnQueryOnly": {
"type": "boolean"
},
"thirdPartyConnectorAllowed": {
"type": "boolean"
},
"useCustomSafetyFilterLevel": {
"type": "boolean"
},
"usePubsubDelivery": {
"type": "boolean"
},
"useTranslatedMessage": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2KnowledgeOperationMetadata": {
"id": "GoogleCloudDialogflowV2KnowledgeOperationMetadata",
"properties": {
"doneTime": {
"format": "google-datetime",
"type": "string"
},
"exportOperationMetadata": {
"$ref": "GoogleCloudDialogflowV2ExportOperationMetadata"
},
"knowledgeBase": {
"type": "string"
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"PENDING",
"RUNNING",
"DONE"
],
"enumDescriptions": [
"",
"",
"",
""
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2Message": {
"id": "GoogleCloudDialogflowV2Message",
"properties": {
"content": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"languageCode": {
"type": "string"
},
"messageAnnotation": {
"$ref": "GoogleCloudDialogflowV2MessageAnnotation",
"readOnly": true
},
"name": {
"type": "string"
},
"participant": {
"readOnly": true,
"type": "string"
},
"participantRole": {
"enum": [
"ROLE_UNSPECIFIED",
"HUMAN_AGENT",
"AUTOMATED_AGENT",
"END_USER"
],
"enumDescriptions": [
"",
"",
"",
""
],
"readOnly": true,
"type": "string"
},
"sendTime": {
"format": "google-datetime",
"type": "string"
},
"sentimentAnalysis": {
"$ref": "GoogleCloudDialogflowV2SentimentAnalysisResult",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2MessageAnnotation": {
"id": "GoogleCloudDialogflowV2MessageAnnotation",
"properties": {
"containEntities": {
"type": "boolean"
},
"parts": {
"items": {
"$ref": "GoogleCloudDialogflowV2AnnotatedMessagePart"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2OriginalDetectIntentRequest": {
"id": "GoogleCloudDialogflowV2OriginalDetectIntentRequest",
"properties": {
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2QueryResult": {
"id": "GoogleCloudDialogflowV2QueryResult",
"properties": {
"action": {
"type": "string"
},
"allRequiredParamsPresent": {
"type": "boolean"
},
"cancelsSlotFilling": {
"type": "boolean"
},
"diagnosticInfo": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"fulfillmentMessages": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessage"
},
"type": "array"
},
"fulfillmentText": {
"type": "string"
},
"intent": {
"$ref": "GoogleCloudDialogflowV2Intent"
},
"intentDetectionConfidence": {
"format": "float",
"type": "number"
},
"languageCode": {
"type": "string"
},
"outputContexts": {
"items": {
"$ref": "GoogleCloudDialogflowV2Context"
},
"type": "array"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"queryText": {
"type": "string"
},
"sentimentAnalysisResult": {
"$ref": "GoogleCloudDialogflowV2SentimentAnalysisResult"
},
"speechRecognitionConfidence": {
"format": "float",
"type": "number"
},
"webhookPayload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"webhookSource": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2Sentiment": {
"id": "GoogleCloudDialogflowV2Sentiment",
"properties": {
"magnitude": {
"format": "float",
"type": "number"
},
"score": {
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2SentimentAnalysisResult": {
"id": "GoogleCloudDialogflowV2SentimentAnalysisResult",
"properties": {
"queryTextSentiment": {
"$ref": "GoogleCloudDialogflowV2Sentiment"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ServiceLatency": {
"id": "GoogleCloudDialogflowV2ServiceLatency",
"properties": {
"internalServiceLatencies": {
"items": {
"$ref": "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency": {
"id": "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency",
"properties": {
"completeTime": {
"format": "google-datetime",
"type": "string"
},
"latencyMs": {
"format": "float",
"type": "number"
},
"startTime": {
"format": "google-datetime",
"type": "string"
},
"step": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2SessionEntityType": {
"id": "GoogleCloudDialogflowV2SessionEntityType",
"properties": {
"entities": {
"items": {
"$ref": "GoogleCloudDialogflowV2EntityTypeEntity"
},
"type": "array"
},
"entityOverrideMode": {
"enum": [
"ENTITY_OVERRIDE_MODE_UNSPECIFIED",
"ENTITY_OVERRIDE_MODE_OVERRIDE",
"ENTITY_OVERRIDE_MODE_SUPPLEMENT"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata": {
"id": "GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata",
"properties": {
"conversationProfile": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"participantRole": {
"enum": [
"ROLE_UNSPECIFIED",
"HUMAN_AGENT",
"AUTOMATED_AGENT",
"END_USER"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"suggestionFeatureType": {
"enum": [
"TYPE_UNSPECIFIED",
"ARTICLE_SUGGESTION",
"FAQ",
"SMART_REPLY",
"CONVERSATION_SUMMARIZATION",
"KNOWLEDGE_SEARCH",
"KNOWLEDGE_ASSIST"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2SmartReplyAnswer": {
"id": "GoogleCloudDialogflowV2SmartReplyAnswer",
"properties": {
"answerRecord": {
"type": "string"
},
"confidence": {
"format": "float",
"type": "number"
},
"reply": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2SmartReplyModelMetadata": {
"id": "GoogleCloudDialogflowV2SmartReplyModelMetadata",
"properties": {
"trainingModelType": {
"enum": [
"MODEL_TYPE_UNSPECIFIED",
"SMART_REPLY_DUAL_ENCODER_MODEL",
"SMART_REPLY_BERT_MODEL"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2SpeechWordInfo": {
"id": "GoogleCloudDialogflowV2SpeechWordInfo",
"properties": {
"confidence": {
"format": "float",
"type": "number"
},
"endOffset": {
"format": "google-duration",
"type": "string"
},
"startOffset": {
"format": "google-duration",
"type": "string"
},
"word": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2StreamingRecognitionResult": {
"id": "GoogleCloudDialogflowV2StreamingRecognitionResult",
"properties": {
"confidence": {
"format": "float",
"type": "number"
},
"isFinal": {
"type": "boolean"
},
"languageCode": {
"type": "string"
},
"messageType": {
"enum": [
"MESSAGE_TYPE_UNSPECIFIED",
"TRANSCRIPT",
"END_OF_SINGLE_UTTERANCE"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"speechEndOffset": {
"format": "google-duration",
"type": "string"
},
"speechWordInfo": {
"items": {
"$ref": "GoogleCloudDialogflowV2SpeechWordInfo"
},
"type": "array"
},
"transcript": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2SuggestArticlesResponse": {
"id": "GoogleCloudDialogflowV2SuggestArticlesResponse",
"properties": {
"articleAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2ArticleAnswer"
},
"type": "array"
},
"contextSize": {
"format": "int32",
"type": "integer"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2SuggestFaqAnswersResponse": {
"id": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"faqAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2FaqAnswer"
},
"type": "array"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse": {
"id": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"knowledgeAssistAnswer": {
"$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswer",
"readOnly": true
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2SuggestSmartRepliesResponse": {
"id": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"latestMessage": {
"type": "string"
},
"smartReplyAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2SmartReplyAnswer"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2SuggestionResult": {
"id": "GoogleCloudDialogflowV2SuggestionResult",
"properties": {
"error": {
"$ref": "GoogleRpcStatus"
},
"generateSuggestionsResponse": {
"$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponse"
},
"suggestArticlesResponse": {
"$ref": "GoogleCloudDialogflowV2SuggestArticlesResponse"
},
"suggestFaqAnswersResponse": {
"$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse"
},
"suggestKnowledgeAssistResponse": {
"$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse"
},
"suggestSmartRepliesResponse": {
"$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2SummarySuggestion": {
"id": "GoogleCloudDialogflowV2SummarySuggestion",
"properties": {
"summarySections": {
"items": {
"$ref": "GoogleCloudDialogflowV2SummarySuggestionSummarySection"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2SummarySuggestionSummarySection": {
"id": "GoogleCloudDialogflowV2SummarySuggestionSummarySection",
"properties": {
"section": {
"type": "string"
},
"summary": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ToolCall": {
"id": "GoogleCloudDialogflowV2ToolCall",
"properties": {
"action": {
"type": "string"
},
"answerRecord": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"inputParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"TRIGGERED",
"NEEDS_CONFIRMATION"
],
"enumDescriptions": [
"",
"",
""
],
"readOnly": true,
"type": "string"
},
"tool": {
"type": "string"
},
"toolDisplayDetails": {
"type": "string"
},
"toolDisplayName": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ToolCallResult": {
"id": "GoogleCloudDialogflowV2ToolCallResult",
"properties": {
"action": {
"type": "string"
},
"answerRecord": {
"type": "string"
},
"content": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"error": {
"$ref": "GoogleCloudDialogflowV2ToolCallResultError"
},
"rawContent": {
"format": "byte",
"type": "string"
},
"tool": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2ToolCallResultError": {
"id": "GoogleCloudDialogflowV2ToolCallResultError",
"properties": {
"message": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata": {
"id": "GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata",
"properties": {
"conversationModel": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"doneTime": {
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2WebhookRequest": {
"id": "GoogleCloudDialogflowV2WebhookRequest",
"properties": {
"originalDetectIntentRequest": {
"$ref": "GoogleCloudDialogflowV2OriginalDetectIntentRequest"
},
"queryResult": {
"$ref": "GoogleCloudDialogflowV2QueryResult"
},
"responseId": {
"type": "string"
},
"session": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2WebhookResponse": {
"id": "GoogleCloudDialogflowV2WebhookResponse",
"properties": {
"followupEventInput": {
"$ref": "GoogleCloudDialogflowV2EventInput"
},
"fulfillmentMessages": {
"items": {
"$ref": "GoogleCloudDialogflowV2IntentMessage"
},
"type": "array"
},
"fulfillmentText": {
"type": "string"
},
"outputContexts": {
"items": {
"$ref": "GoogleCloudDialogflowV2Context"
},
"type": "array"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"sessionEntityTypes": {
"items": {
"$ref": "GoogleCloudDialogflowV2SessionEntityType"
},
"type": "array"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Agent": {
"id": "GoogleCloudDialogflowV2beta1Agent",
"properties": {
"apiVersion": {
"enum": [
"API_VERSION_UNSPECIFIED",
"API_VERSION_V1",
"API_VERSION_V2",
"API_VERSION_V2_BETA_1"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"avatarUri": {
"type": "string"
},
"classificationThreshold": {
"format": "float",
"type": "number"
},
"defaultLanguageCode": {
"type": "string"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"enableLogging": {
"type": "boolean"
},
"matchMode": {
"deprecated": true,
"enum": [
"MATCH_MODE_UNSPECIFIED",
"MATCH_MODE_HYBRID",
"MATCH_MODE_ML_ONLY"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"parent": {
"type": "string"
},
"supportedLanguageCodes": {
"items": {
"type": "string"
},
"type": "array"
},
"tier": {
"enum": [
"TIER_UNSPECIFIED",
"TIER_STANDARD",
"TIER_ENTERPRISE",
"TIER_ENTERPRISE_PLUS"
],
"enumDeprecated": [
false,
false,
false,
true
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"timeZone": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentAssistantFeedback": {
"id": "GoogleCloudDialogflowV2beta1AgentAssistantFeedback",
"properties": {
"answerRelevance": {
"enum": [
"ANSWER_RELEVANCE_UNSPECIFIED",
"IRRELEVANT",
"RELEVANT"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"documentCorrectness": {
"enum": [
"DOCUMENT_CORRECTNESS_UNSPECIFIED",
"INCORRECT",
"CORRECT"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"documentEfficiency": {
"enum": [
"DOCUMENT_EFFICIENCY_UNSPECIFIED",
"INEFFICIENT",
"EFFICIENT"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"knowledgeAssistFeedback": {
"$ref": "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback"
},
"knowledgeSearchFeedback": {
"$ref": "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback"
},
"summarizationFeedback": {
"$ref": "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback": {
"id": "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback",
"properties": {
"answerCopied": {
"type": "boolean"
},
"clickedUris": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback": {
"id": "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback",
"properties": {
"answerCopied": {
"type": "boolean"
},
"clickedUris": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback": {
"id": "GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback",
"properties": {
"startTimestamp": {
"format": "google-datetime",
"type": "string"
},
"submitTimestamp": {
"format": "google-datetime",
"type": "string"
},
"summaryText": {
"type": "string"
},
"textSections": {
"additionalProperties": {
"type": "string"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentAssistantRecord": {
"id": "GoogleCloudDialogflowV2beta1AgentAssistantRecord",
"properties": {
"articleSuggestionAnswer": {
"$ref": "GoogleCloudDialogflowV2beta1ArticleAnswer",
"readOnly": true
},
"dialogflowAssistAnswer": {
"$ref": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer",
"readOnly": true
},
"faqAnswer": {
"$ref": "GoogleCloudDialogflowV2beta1FaqAnswer",
"readOnly": true
},
"generatorSuggestion": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestion",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingContext": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingContext",
"properties": {
"instructions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction"
},
"type": "array"
},
"outputLanguageCode": {
"type": "string"
},
"overarchingGuidance": {
"type": "string"
},
"version": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingInstruction": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction",
"properties": {
"agentAction": {
"type": "string"
},
"condition": {
"type": "string"
},
"displayDetails": {
"type": "string"
},
"displayName": {
"type": "string"
},
"duplicateCheckResult": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult",
"readOnly": true
},
"systemAction": {
"type": "string"
},
"triggeringEvent": {
"enum": [
"TRIGGER_EVENT_UNSPECIFIED",
"END_OF_UTTERANCE",
"MANUAL_CALL",
"CUSTOMER_MESSAGE",
"AGENT_MESSAGE",
"TOOL_CALL_COMPLETION"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult",
"properties": {
"duplicateSuggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion",
"properties": {
"answerRecord": {
"readOnly": true,
"type": "string"
},
"similarityScore": {
"format": "float",
"readOnly": true,
"type": "number"
},
"suggestionIndex": {
"format": "int32",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingSuggestion": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion",
"properties": {
"agentActionSuggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion"
},
"type": "array"
},
"applicableInstructions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction"
},
"type": "array"
},
"sampleResponses": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion",
"properties": {
"agentAction": {
"type": "string"
},
"duplicateCheckResult": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult",
"readOnly": true
},
"sources": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult",
"properties": {
"duplicateSuggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion",
"properties": {
"answerRecord": {
"readOnly": true,
"type": "string"
},
"similarityScore": {
"format": "float",
"readOnly": true,
"type": "number"
},
"sources": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources",
"readOnly": true
},
"suggestionIndex": {
"format": "int32",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse",
"properties": {
"duplicateCheckResult": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult",
"readOnly": true
},
"responseText": {
"type": "string"
},
"sources": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources",
"properties": {
"instructionIndexes": {
"items": {
"format": "int32",
"type": "integer"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AnalyzeContentRequest": {
"id": "GoogleCloudDialogflowV2beta1AnalyzeContentRequest",
"properties": {
"assistQueryParams": {
"$ref": "GoogleCloudDialogflowV2beta1AssistQueryParameters"
},
"audioInput": {
"$ref": "GoogleCloudDialogflowV2beta1AudioInput"
},
"cxCurrentPage": {
"type": "string"
},
"cxParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"eventInput": {
"$ref": "GoogleCloudDialogflowV2beta1EventInput"
},
"intentInput": {
"$ref": "GoogleCloudDialogflowV2beta1IntentInput"
},
"messageSendTime": {
"format": "google-datetime",
"type": "string"
},
"queryParams": {
"$ref": "GoogleCloudDialogflowV2beta1QueryParameters"
},
"replyAudioConfig": {
"$ref": "GoogleCloudDialogflowV2beta1OutputAudioConfig"
},
"requestId": {
"type": "string"
},
"suggestionInput": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestionInput"
},
"textInput": {
"$ref": "GoogleCloudDialogflowV2beta1TextInput"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AnalyzeContentResponse": {
"id": "GoogleCloudDialogflowV2beta1AnalyzeContentResponse",
"properties": {
"automatedAgentReply": {
"$ref": "GoogleCloudDialogflowV2beta1AutomatedAgentReply"
},
"dtmfParameters": {
"$ref": "GoogleCloudDialogflowV2beta1DtmfParameters"
},
"endUserSuggestionResults": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestionResult"
},
"type": "array"
},
"humanAgentSuggestionResults": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestionResult"
},
"type": "array"
},
"message": {
"$ref": "GoogleCloudDialogflowV2beta1Message"
},
"replyAudio": {
"$ref": "GoogleCloudDialogflowV2beta1OutputAudio"
},
"replyText": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AnnotatedMessagePart": {
"id": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart",
"properties": {
"entityType": {
"type": "string"
},
"formattedValue": {
"type": "any"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AnswerFeedback": {
"id": "GoogleCloudDialogflowV2beta1AnswerFeedback",
"properties": {
"agentAssistantDetailFeedback": {
"$ref": "GoogleCloudDialogflowV2beta1AgentAssistantFeedback"
},
"clickTime": {
"format": "google-datetime",
"type": "string"
},
"clicked": {
"type": "boolean"
},
"correctnessLevel": {
"enum": [
"CORRECTNESS_LEVEL_UNSPECIFIED",
"NOT_CORRECT",
"PARTIALLY_CORRECT",
"FULLY_CORRECT"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"displayTime": {
"format": "google-datetime",
"type": "string"
},
"displayed": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AnswerRecord": {
"id": "GoogleCloudDialogflowV2beta1AnswerRecord",
"properties": {
"agentAssistantRecord": {
"$ref": "GoogleCloudDialogflowV2beta1AgentAssistantRecord"
},
"answerFeedback": {
"$ref": "GoogleCloudDialogflowV2beta1AnswerFeedback"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ArticleAnswer": {
"id": "GoogleCloudDialogflowV2beta1ArticleAnswer",
"properties": {
"answerRecord": {
"type": "string"
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"snippets": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AssistQueryParameters": {
"id": "GoogleCloudDialogflowV2beta1AssistQueryParameters",
"properties": {
"documentsMetadataFilters": {
"additionalProperties": {
"type": "string"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AudioInput": {
"id": "GoogleCloudDialogflowV2beta1AudioInput",
"properties": {
"audio": {
"format": "byte",
"type": "string"
},
"config": {
"$ref": "GoogleCloudDialogflowV2beta1InputAudioConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AutomatedAgentConfig": {
"id": "GoogleCloudDialogflowV2beta1AutomatedAgentConfig",
"properties": {
"agent": {
"type": "string"
},
"sessionTtl": {
"format": "google-duration",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AutomatedAgentReply": {
"id": "GoogleCloudDialogflowV2beta1AutomatedAgentReply",
"properties": {
"allowCancellation": {
"type": "boolean"
},
"automatedAgentReplyType": {
"enum": [
"AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED",
"PARTIAL",
"FINAL"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"callCompanionAuthCode": {
"format": "byte",
"type": "string"
},
"cxCurrentPage": {
"type": "string"
},
"cxSessionParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"deprecated": true,
"type": "object"
},
"detectIntentResponse": {
"$ref": "GoogleCloudDialogflowV2beta1DetectIntentResponse"
},
"event": {
"type": "string"
},
"intent": {
"type": "string"
},
"matchConfidence": {
"format": "float",
"type": "number"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"responseMessages": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessage"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1BargeInConfig": {
"id": "GoogleCloudDialogflowV2beta1BargeInConfig",
"properties": {
"noBargeInDuration": {
"format": "google-duration",
"type": "string"
},
"totalDuration": {
"format": "google-duration",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest": {
"id": "GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest",
"properties": {
"entities": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity"
},
"type": "array"
},
"languageCode": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest": {
"id": "GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest",
"properties": {
"requests": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1CreateMessageRequest"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse": {
"id": "GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse",
"properties": {
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Message"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest": {
"id": "GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest",
"properties": {
"entityValues": {
"items": {
"type": "string"
},
"type": "array"
},
"languageCode": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest": {
"id": "GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest",
"properties": {
"entityTypeNames": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest": {
"id": "GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest",
"properties": {
"intents": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest": {
"id": "GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest",
"properties": {
"entities": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity"
},
"type": "array"
},
"languageCode": {
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest": {
"id": "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest",
"properties": {
"entityTypeBatchInline": {
"$ref": "GoogleCloudDialogflowV2beta1EntityTypeBatch"
},
"entityTypeBatchUri": {
"type": "string"
},
"languageCode": {
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse": {
"id": "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse",
"properties": {
"entityTypes": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1EntityType"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest": {
"id": "GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest",
"properties": {
"intentBatchInline": {
"$ref": "GoogleCloudDialogflowV2beta1IntentBatch"
},
"intentBatchUri": {
"type": "string"
},
"intentView": {
"enum": [
"INTENT_VIEW_UNSPECIFIED",
"INTENT_VIEW_FULL"
],
"enumDescriptions": [
"",
""
],
"type": "string"
},
"languageCode": {
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse": {
"id": "GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse",
"properties": {
"intents": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata": {
"id": "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata",
"properties": {
"conversationProfile": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"participantRole": {
"enum": [
"ROLE_UNSPECIFIED",
"HUMAN_AGENT",
"AUTOMATED_AGENT",
"END_USER"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"suggestionFeatureType": {
"enum": [
"TYPE_UNSPECIFIED",
"ARTICLE_SUGGESTION",
"FAQ",
"SMART_REPLY",
"DIALOGFLOW_ASSIST",
"CONVERSATION_SUMMARIZATION",
"KNOWLEDGE_SEARCH",
"KNOWLEDGE_ASSIST"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest": {
"id": "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest",
"properties": {
"participantRole": {
"enum": [
"ROLE_UNSPECIFIED",
"HUMAN_AGENT",
"AUTOMATED_AGENT",
"END_USER"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"suggestionFeatureType": {
"enum": [
"TYPE_UNSPECIFIED",
"ARTICLE_SUGGESTION",
"FAQ",
"SMART_REPLY",
"DIALOGFLOW_ASSIST",
"CONVERSATION_SUMMARIZATION",
"KNOWLEDGE_SEARCH",
"KNOWLEDGE_ASSIST"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1CompileSuggestionRequest": {
"deprecated": true,
"id": "GoogleCloudDialogflowV2beta1CompileSuggestionRequest",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1CompileSuggestionResponse": {
"deprecated": true,
"id": "GoogleCloudDialogflowV2beta1CompileSuggestionResponse",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"latestMessage": {
"type": "string"
},
"suggestion": {
"$ref": "GoogleCloudDialogflowV2beta1Suggestion"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1CompleteConversationRequest": {
"id": "GoogleCloudDialogflowV2beta1CompleteConversationRequest",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Connection": {
"id": "GoogleCloudDialogflowV2beta1Connection",
"properties": {
"connectionId": {
"readOnly": true,
"type": "string"
},
"errorDetails": {
"$ref": "GoogleCloudDialogflowV2beta1ConnectionErrorDetails",
"readOnly": true
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"CONNECTED",
"DISCONNECTED",
"AUTHENTICATION_FAILED",
"KEEPALIVE"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"readOnly": true,
"type": "string"
},
"updateTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ConnectionErrorDetails": {
"id": "GoogleCloudDialogflowV2beta1ConnectionErrorDetails",
"properties": {
"certificateState": {
"enum": [
"CERTIFICATE_STATE_UNSPECIFIED",
"CERTIFICATE_VALID",
"CERTIFICATE_INVALID",
"CERTIFICATE_EXPIRED",
"CERTIFICATE_HOSTNAME_NOT_FOUND",
"CERTIFICATE_UNAUTHENTICATED",
"CERTIFICATE_TRUST_STORE_NOT_FOUND",
"CERTIFICATE_HOSTNAME_INVALID_FORMAT",
"CERTIFICATE_QUOTA_EXCEEDED"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"readOnly": true,
"type": "string"
},
"errorMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Context": {
"id": "GoogleCloudDialogflowV2beta1Context",
"properties": {
"lifespanCount": {
"format": "int32",
"type": "integer"
},
"name": {
"type": "string"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Conversation": {
"id": "GoogleCloudDialogflowV2beta1Conversation",
"properties": {
"conversationProfile": {
"type": "string"
},
"conversationStage": {
"enum": [
"CONVERSATION_STAGE_UNSPECIFIED",
"VIRTUAL_AGENT_STAGE",
"HUMAN_ASSIST_STAGE"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"endTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"ingestedContextReferences": {
"additionalProperties": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationContextReference"
},
"readOnly": true,
"type": "object"
},
"lifecycleState": {
"enum": [
"LIFECYCLE_STATE_UNSPECIFIED",
"IN_PROGRESS",
"COMPLETED"
],
"enumDescriptions": [
"",
"",
""
],
"readOnly": true,
"type": "string"
},
"name": {
"readOnly": true,
"type": "string"
},
"phoneNumber": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationPhoneNumber",
"readOnly": true
},
"startTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"telephonyConnectionInfo": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ConversationContext": {
"id": "GoogleCloudDialogflowV2beta1ConversationContext",
"properties": {
"messageEntries": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1MessageEntry"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ConversationContextReference": {
"id": "GoogleCloudDialogflowV2beta1ConversationContextReference",
"properties": {
"contextContents": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent"
},
"type": "array"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"languageCode": {
"type": "string"
},
"updateMode": {
"enum": [
"UPDATE_MODE_UNSPECIFIED",
"APPEND",
"OVERWRITE"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent": {
"id": "GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent",
"properties": {
"answerRecord": {
"type": "string"
},
"content": {
"type": "string"
},
"contentFormat": {
"enum": [
"CONTENT_FORMAT_UNSPECIFIED",
"JSON",
"PLAIN_TEXT"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"ingestionTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ConversationEvent": {
"id": "GoogleCloudDialogflowV2beta1ConversationEvent",
"properties": {
"conversation": {
"type": "string"
},
"errorStatus": {
"$ref": "GoogleRpcStatus"
},
"newMessagePayload": {
"$ref": "GoogleCloudDialogflowV2beta1Message"
},
"newRecognitionResultPayload": {
"$ref": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult"
},
"type": {
"enum": [
"TYPE_UNSPECIFIED",
"CONVERSATION_STARTED",
"CONVERSATION_FINISHED",
"HUMAN_INTERVENTION_NEEDED",
"NEW_MESSAGE",
"NEW_RECOGNITION_RESULT",
"UNRECOVERABLE_ERROR"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ConversationPhoneNumber": {
"id": "GoogleCloudDialogflowV2beta1ConversationPhoneNumber",
"properties": {
"countryCode": {
"format": "int32",
"readOnly": true,
"type": "integer"
},
"phoneNumber": {
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ConversationProfile": {
"id": "GoogleCloudDialogflowV2beta1ConversationProfile",
"properties": {
"automatedAgentConfig": {
"$ref": "GoogleCloudDialogflowV2beta1AutomatedAgentConfig"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"displayName": {
"type": "string"
},
"humanAgentAssistantConfig": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig"
},
"humanAgentHandoffConfig": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig"
},
"languageCode": {
"type": "string"
},
"loggingConfig": {
"$ref": "GoogleCloudDialogflowV2beta1LoggingConfig"
},
"name": {
"type": "string"
},
"newMessageEventNotificationConfig": {
"$ref": "GoogleCloudDialogflowV2beta1NotificationConfig"
},
"newRecognitionResultNotificationConfig": {
"$ref": "GoogleCloudDialogflowV2beta1NotificationConfig"
},
"notificationConfig": {
"$ref": "GoogleCloudDialogflowV2beta1NotificationConfig"
},
"securitySettings": {
"type": "string"
},
"sttConfig": {
"$ref": "GoogleCloudDialogflowV2beta1SpeechToTextConfig"
},
"timeZone": {
"type": "string"
},
"ttsConfig": {
"$ref": "GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig"
},
"updateTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"useBidiStreaming": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo": {
"id": "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo",
"properties": {
"dialedNumber": {
"readOnly": true,
"type": "string"
},
"extraMimeContents": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent"
},
"readOnly": true,
"type": "array"
},
"sdp": {
"type": "string"
},
"sipHeaders": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent": {
"id": "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent",
"properties": {
"content": {
"format": "byte",
"type": "string"
},
"mimeType": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader": {
"id": "GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1CreateMessageRequest": {
"id": "GoogleCloudDialogflowV2beta1CreateMessageRequest",
"properties": {
"message": {
"$ref": "GoogleCloudDialogflowV2beta1Message"
},
"parent": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1CustomPronunciationParams": {
"id": "GoogleCloudDialogflowV2beta1CustomPronunciationParams",
"properties": {
"phoneticEncoding": {
"enum": [
"PHONETIC_ENCODING_UNSPECIFIED",
"PHONETIC_ENCODING_IPA",
"PHONETIC_ENCODING_X_SAMPA"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"phrase": {
"type": "string"
},
"pronunciation": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1DetectIntentRequest": {
"id": "GoogleCloudDialogflowV2beta1DetectIntentRequest",
"properties": {
"inputAudio": {
"format": "byte",
"type": "string"
},
"outputAudioConfig": {
"$ref": "GoogleCloudDialogflowV2beta1OutputAudioConfig"
},
"outputAudioConfigMask": {
"format": "google-fieldmask",
"type": "string"
},
"queryInput": {
"$ref": "GoogleCloudDialogflowV2beta1QueryInput"
},
"queryParams": {
"$ref": "GoogleCloudDialogflowV2beta1QueryParameters"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1DetectIntentResponse": {
"id": "GoogleCloudDialogflowV2beta1DetectIntentResponse",
"properties": {
"alternativeQueryResults": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1QueryResult"
},
"type": "array"
},
"outputAudio": {
"format": "byte",
"type": "string"
},
"outputAudioConfig": {
"$ref": "GoogleCloudDialogflowV2beta1OutputAudioConfig"
},
"queryResult": {
"$ref": "GoogleCloudDialogflowV2beta1QueryResult"
},
"responseId": {
"type": "string"
},
"webhookStatus": {
"$ref": "GoogleRpcStatus"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1DialogflowAssistAnswer": {
"id": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer",
"properties": {
"answerRecord": {
"type": "string"
},
"intentSuggestion": {
"$ref": "GoogleCloudDialogflowV2beta1IntentSuggestion"
},
"queryResult": {
"$ref": "GoogleCloudDialogflowV2beta1QueryResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Document": {
"id": "GoogleCloudDialogflowV2beta1Document",
"properties": {
"content": {
"deprecated": true,
"type": "string"
},
"contentUri": {
"type": "string"
},
"displayName": {
"type": "string"
},
"enableAutoReload": {
"type": "boolean"
},
"knowledgeTypes": {
"items": {
"enum": [
"KNOWLEDGE_TYPE_UNSPECIFIED",
"FAQ",
"EXTRACTIVE_QA",
"ARTICLE_SUGGESTION",
"AGENT_FACING_SMART_REPLY",
"SMART_REPLY"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"type": "array"
},
"latestReloadStatus": {
"$ref": "GoogleCloudDialogflowV2beta1DocumentReloadStatus",
"readOnly": true
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"mimeType": {
"type": "string"
},
"name": {
"type": "string"
},
"rawContent": {
"format": "byte",
"type": "string"
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"CREATING",
"ACTIVE",
"UPDATING",
"RELOADING",
"DELETING"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1DocumentReloadStatus": {
"id": "GoogleCloudDialogflowV2beta1DocumentReloadStatus",
"properties": {
"status": {
"$ref": "GoogleRpcStatus"
},
"time": {
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1DtmfParameters": {
"id": "GoogleCloudDialogflowV2beta1DtmfParameters",
"properties": {
"acceptsDtmfInput": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1EncryptionSpec": {
"id": "GoogleCloudDialogflowV2beta1EncryptionSpec",
"properties": {
"kmsKey": {
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1EntityType": {
"id": "GoogleCloudDialogflowV2beta1EntityType",
"properties": {
"autoExpansionMode": {
"enum": [
"AUTO_EXPANSION_MODE_UNSPECIFIED",
"AUTO_EXPANSION_MODE_DEFAULT"
],
"enumDescriptions": [
"",
""
],
"type": "string"
},
"displayName": {
"type": "string"
},
"enableFuzzyExtraction": {
"type": "boolean"
},
"entities": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity"
},
"type": "array"
},
"kind": {
"enum": [
"KIND_UNSPECIFIED",
"KIND_MAP",
"KIND_LIST",
"KIND_REGEXP"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1EntityTypeBatch": {
"id": "GoogleCloudDialogflowV2beta1EntityTypeBatch",
"properties": {
"entityTypes": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1EntityType"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1EntityTypeEntity": {
"id": "GoogleCloudDialogflowV2beta1EntityTypeEntity",
"properties": {
"synonyms": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Environment": {
"id": "GoogleCloudDialogflowV2beta1Environment",
"properties": {
"agentVersion": {
"type": "string"
},
"description": {
"type": "string"
},
"fulfillment": {
"$ref": "GoogleCloudDialogflowV2beta1Fulfillment"
},
"name": {
"readOnly": true,
"type": "string"
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"STOPPED",
"LOADING",
"RUNNING"
],
"enumDescriptions": [
"",
"",
"",
""
],
"readOnly": true,
"type": "string"
},
"textToSpeechSettings": {
"$ref": "GoogleCloudDialogflowV2beta1TextToSpeechSettings"
},
"updateTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1EnvironmentHistory": {
"id": "GoogleCloudDialogflowV2beta1EnvironmentHistory",
"properties": {
"entries": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry"
},
"readOnly": true,
"type": "array"
},
"nextPageToken": {
"readOnly": true,
"type": "string"
},
"parent": {
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry": {
"id": "GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry",
"properties": {
"agentVersion": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"description": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1EvaluationStatus": {
"id": "GoogleCloudDialogflowV2beta1EvaluationStatus",
"properties": {
"done": {
"readOnly": true,
"type": "boolean"
},
"pipelineStatus": {
"$ref": "GoogleRpcStatus",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1EventInput": {
"id": "GoogleCloudDialogflowV2beta1EventInput",
"properties": {
"languageCode": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ExportAgentRequest": {
"id": "GoogleCloudDialogflowV2beta1ExportAgentRequest",
"properties": {
"agentUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ExportAgentResponse": {
"id": "GoogleCloudDialogflowV2beta1ExportAgentResponse",
"properties": {
"agentContent": {
"format": "byte",
"type": "string"
},
"agentUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ExportOperationMetadata": {
"id": "GoogleCloudDialogflowV2beta1ExportOperationMetadata",
"properties": {
"exportedGcsDestination": {
"$ref": "GoogleCloudDialogflowV2beta1GcsDestination"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1FaqAnswer": {
"id": "GoogleCloudDialogflowV2beta1FaqAnswer",
"properties": {
"answer": {
"type": "string"
},
"answerRecord": {
"type": "string"
},
"confidence": {
"format": "float",
"type": "number"
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"question": {
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1FewShotExample": {
"id": "GoogleCloudDialogflowV2beta1FewShotExample",
"properties": {
"conversationContext": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationContext"
},
"extraInfo": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"output": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestion"
},
"summarizationSectionList": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationSectionList"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1FreeFormContext": {
"id": "GoogleCloudDialogflowV2beta1FreeFormContext",
"properties": {
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1FreeFormSuggestion": {
"id": "GoogleCloudDialogflowV2beta1FreeFormSuggestion",
"properties": {
"response": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Fulfillment": {
"id": "GoogleCloudDialogflowV2beta1Fulfillment",
"properties": {
"displayName": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"features": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1FulfillmentFeature"
},
"type": "array"
},
"genericWebService": {
"$ref": "GoogleCloudDialogflowV2beta1FulfillmentGenericWebService"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1FulfillmentFeature": {
"id": "GoogleCloudDialogflowV2beta1FulfillmentFeature",
"properties": {
"type": {
"enum": [
"TYPE_UNSPECIFIED",
"SMALLTALK"
],
"enumDescriptions": [
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1FulfillmentGenericWebService": {
"id": "GoogleCloudDialogflowV2beta1FulfillmentGenericWebService",
"properties": {
"isCloudFunction": {
"deprecated": true,
"type": "boolean"
},
"password": {
"type": "string"
},
"requestHeaders": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"uri": {
"type": "string"
},
"username": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GcsDestination": {
"id": "GoogleCloudDialogflowV2beta1GcsDestination",
"properties": {
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GcsSource": {
"id": "GoogleCloudDialogflowV2beta1GcsSource",
"properties": {
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GcsSources": {
"id": "GoogleCloudDialogflowV2beta1GcsSources",
"properties": {
"uris": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest": {
"id": "GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest",
"properties": {
"contextReferences": {
"additionalProperties": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationContextReference"
},
"type": "object"
},
"conversationContext": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationContext"
},
"generator": {
"$ref": "GoogleCloudDialogflowV2beta1Generator"
},
"generatorName": {
"type": "string"
},
"securitySettings": {
"type": "string"
},
"triggerEvents": {
"items": {
"enum": [
"TRIGGER_EVENT_UNSPECIFIED",
"END_OF_UTTERANCE",
"MANUAL_CALL",
"CUSTOMER_MESSAGE",
"AGENT_MESSAGE"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse": {
"id": "GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse",
"properties": {
"generatorSuggestion": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestion"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest": {
"id": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest",
"properties": {
"conversationProfile": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationProfile"
},
"latestMessage": {
"type": "string"
},
"maxContextSize": {
"format": "int32",
"type": "integer"
},
"statelessConversation": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation": {
"id": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation",
"properties": {
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Message"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse": {
"id": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"latestMessage": {
"type": "string"
},
"summary": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary": {
"id": "GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary",
"properties": {
"baselineModelVersion": {
"type": "string"
},
"text": {
"type": "string"
},
"textSections": {
"additionalProperties": {
"type": "string"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest": {
"id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest",
"properties": {
"latestMessage": {
"type": "string"
},
"triggerEvents": {
"items": {
"enum": [
"TRIGGER_EVENT_UNSPECIFIED",
"END_OF_UTTERANCE",
"MANUAL_CALL",
"CUSTOMER_MESSAGE",
"AGENT_MESSAGE"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse": {
"id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse",
"properties": {
"generatorSuggestionAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer"
},
"type": "array"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer": {
"id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer",
"properties": {
"answerRecord": {
"type": "string"
},
"generatorSuggestion": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestion"
},
"sourceGenerator": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Generator": {
"id": "GoogleCloudDialogflowV2beta1Generator",
"properties": {
"agentCoachingContext": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingContext"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"description": {
"type": "string"
},
"freeFormContext": {
"$ref": "GoogleCloudDialogflowV2beta1FreeFormContext"
},
"inferenceParameter": {
"$ref": "GoogleCloudDialogflowV2beta1InferenceParameter"
},
"name": {
"readOnly": true,
"type": "string"
},
"publishedModel": {
"type": "string"
},
"suggestionDedupingConfig": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestionDedupingConfig"
},
"summarizationContext": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationContext"
},
"tools": {
"items": {
"type": "string"
},
"type": "array"
},
"triggerEvent": {
"enum": [
"TRIGGER_EVENT_UNSPECIFIED",
"END_OF_UTTERANCE",
"MANUAL_CALL",
"CUSTOMER_MESSAGE",
"AGENT_MESSAGE"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
},
"updateTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GeneratorEvaluation": {
"id": "GoogleCloudDialogflowV2beta1GeneratorEvaluation",
"properties": {
"completeTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"displayName": {
"type": "string"
},
"evaluationStatus": {
"$ref": "GoogleCloudDialogflowV2beta1EvaluationStatus",
"readOnly": true
},
"generatorEvaluationConfig": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig"
},
"initialGenerator": {
"$ref": "GoogleCloudDialogflowV2beta1Generator"
},
"name": {
"readOnly": true,
"type": "string"
},
"satisfiesPzi": {
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"readOnly": true,
"type": "boolean"
},
"summarizationMetrics": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetrics",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig": {
"id": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig",
"properties": {
"inputDataConfig": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig"
},
"outputGcsBucketPath": {
"type": "string"
},
"summarizationConfig": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigAgentAssistInputDataConfig": {
"id": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigAgentAssistInputDataConfig",
"properties": {
"endTime": {
"format": "google-datetime",
"type": "string"
},
"startTime": {
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig": {
"id": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig",
"properties": {
"dataset": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig": {
"id": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig",
"properties": {
"agentAssistInputDataConfig": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigAgentAssistInputDataConfig"
},
"datasetInputDataConfig": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig"
},
"endTime": {
"deprecated": true,
"format": "google-datetime",
"type": "string"
},
"inputDataSourceType": {
"deprecated": true,
"enum": [
"INPUT_DATA_SOURCE_TYPE_UNSPECIFIED",
"AGENT_ASSIST_CONVERSATIONS",
"INSIGHTS_CONVERSATIONS"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"isSummaryGenerationAllowed": {
"deprecated": true,
"type": "boolean"
},
"sampleSize": {
"format": "int32",
"type": "integer"
},
"startTime": {
"deprecated": true,
"format": "google-datetime",
"type": "string"
},
"summaryGenerationOption": {
"enum": [
"SUMMARY_GENERATION_OPTION_UNSPECIFIED",
"ALWAYS_GENERATE",
"GENERATE_IF_MISSING",
"DO_NOT_GENERATE"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig": {
"id": "GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig",
"properties": {
"accuracyEvaluationVersion": {
"deprecated": true,
"type": "string"
},
"completenessEvaluationVersion": {
"deprecated": true,
"type": "string"
},
"enableAccuracyEvaluation": {
"deprecated": true,
"type": "boolean"
},
"enableCompletenessEvaluation": {
"deprecated": true,
"type": "boolean"
},
"evaluatorVersion": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GeneratorSuggestion": {
"id": "GoogleCloudDialogflowV2beta1GeneratorSuggestion",
"properties": {
"agentCoachingSuggestion": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion"
},
"freeFormSuggestion": {
"$ref": "GoogleCloudDialogflowV2beta1FreeFormSuggestion"
},
"summarySuggestion": {
"$ref": "GoogleCloudDialogflowV2beta1SummarySuggestion"
},
"toolCallInfo": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo": {
"id": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo",
"properties": {
"toolCall": {
"$ref": "GoogleCloudDialogflowV2beta1ToolCall"
},
"toolCallResult": {
"$ref": "GoogleCloudDialogflowV2beta1ToolCallResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig",
"properties": {
"endUserSuggestionConfig": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig"
},
"humanAgentSuggestionConfig": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig"
},
"messageAnalysisConfig": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig"
},
"notificationConfig": {
"$ref": "GoogleCloudDialogflowV2beta1NotificationConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig",
"properties": {
"baselineModelVersion": {
"type": "string"
},
"model": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig",
"properties": {
"recentSentencesCount": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig",
"properties": {
"enableEntityExtraction": {
"type": "boolean"
},
"enableSentimentAnalysis": {
"type": "boolean"
},
"enableSentimentAnalysisV3": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig",
"properties": {
"disableHighLatencyFeaturesSyncDelivery": {
"type": "boolean"
},
"enableAsyncToolCall": {
"type": "boolean"
},
"featureConfigs": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig"
},
"type": "array"
},
"generators": {
"items": {
"type": "string"
},
"type": "array"
},
"groupSuggestionResponses": {
"type": "boolean"
},
"skipEmptyEventBasedSuggestion": {
"type": "boolean"
},
"useUnredactedConversationData": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig",
"properties": {
"conversationModelConfig": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig"
},
"conversationProcessConfig": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig"
},
"disableAgentQueryLogging": {
"type": "boolean"
},
"enableConversationAugmentedQuery": {
"type": "boolean"
},
"enableEventBasedSuggestion": {
"type": "boolean"
},
"enableQuerySuggestionOnly": {
"type": "boolean"
},
"enableQuerySuggestionWhenNoAnswer": {
"type": "boolean"
},
"enableResponseDebugInfo": {
"type": "boolean"
},
"queryConfig": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig"
},
"raiSettings": {
"$ref": "GoogleCloudDialogflowV2beta1RaiSettings"
},
"suggestionFeature": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestionFeature"
},
"suggestionTriggerSettings": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig",
"properties": {
"confidenceThreshold": {
"format": "float",
"type": "number"
},
"contextFilterSettings": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings"
},
"contextSize": {
"format": "int32",
"type": "integer"
},
"dialogflowQuerySource": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource"
},
"documentQuerySource": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource"
},
"knowledgeBaseQuerySource": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource"
},
"maxResults": {
"format": "int32",
"type": "integer"
},
"sections": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings",
"properties": {
"dropHandoffMessages": {
"type": "boolean"
},
"dropIvrMessages": {
"type": "boolean"
},
"dropVirtualAgentMessages": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource",
"properties": {
"agent": {
"type": "string"
},
"humanAgentSideConfig": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig",
"properties": {
"agent": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource",
"properties": {
"documents": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource",
"properties": {
"knowledgeBases": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections",
"properties": {
"sectionTypes": {
"items": {
"enum": [
"SECTION_TYPE_UNSPECIFIED",
"SITUATION",
"ACTION",
"RESOLUTION",
"REASON_FOR_CANCELLATION",
"CUSTOMER_SATISFACTION",
"ENTITIES"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings",
"properties": {
"noSmallTalk": {
"type": "boolean"
},
"onlyEndUser": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent",
"properties": {
"conversation": {
"type": "string"
},
"participant": {
"type": "string"
},
"suggestionResults": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestionResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig",
"properties": {
"livePersonConfig": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig"
},
"salesforceLiveAgentConfig": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig",
"properties": {
"accountNumber": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig",
"properties": {
"buttonId": {
"type": "string"
},
"deploymentId": {
"type": "string"
},
"endpointDomain": {
"type": "string"
},
"organizationId": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ImportAgentRequest": {
"id": "GoogleCloudDialogflowV2beta1ImportAgentRequest",
"properties": {
"agentContent": {
"format": "byte",
"type": "string"
},
"agentUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ImportDocumentTemplate": {
"id": "GoogleCloudDialogflowV2beta1ImportDocumentTemplate",
"properties": {
"knowledgeTypes": {
"items": {
"enum": [
"KNOWLEDGE_TYPE_UNSPECIFIED",
"FAQ",
"EXTRACTIVE_QA",
"ARTICLE_SUGGESTION",
"AGENT_FACING_SMART_REPLY",
"SMART_REPLY"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"type": "array"
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"mimeType": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ImportDocumentsRequest": {
"id": "GoogleCloudDialogflowV2beta1ImportDocumentsRequest",
"properties": {
"documentTemplate": {
"$ref": "GoogleCloudDialogflowV2beta1ImportDocumentTemplate"
},
"gcsSource": {
"$ref": "GoogleCloudDialogflowV2beta1GcsSources"
},
"importGcsCustomMetadata": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ImportDocumentsResponse": {
"id": "GoogleCloudDialogflowV2beta1ImportDocumentsResponse",
"properties": {
"warnings": {
"items": {
"$ref": "GoogleRpcStatus"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1InferenceParameter": {
"id": "GoogleCloudDialogflowV2beta1InferenceParameter",
"properties": {
"maxOutputTokens": {
"format": "int32",
"type": "integer"
},
"temperature": {
"format": "double",
"type": "number"
},
"topK": {
"format": "int32",
"type": "integer"
},
"topP": {
"format": "double",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IngestContextReferencesRequest": {
"id": "GoogleCloudDialogflowV2beta1IngestContextReferencesRequest",
"properties": {
"contextReferences": {
"additionalProperties": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationContextReference"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IngestContextReferencesResponse": {
"id": "GoogleCloudDialogflowV2beta1IngestContextReferencesResponse",
"properties": {
"ingestedContextReferences": {
"additionalProperties": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationContextReference"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo": {
"id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo",
"properties": {
"contextReferenceRetrieved": {
"type": "boolean"
},
"ingestedParametersDebugInfo": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo"
},
"type": "array"
},
"projectNotAllowlisted": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo": {
"id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo",
"properties": {
"ingestionStatus": {
"enum": [
"INGESTION_STATUS_UNSPECIFIED",
"INGESTION_STATUS_SUCCEEDED",
"INGESTION_STATUS_CONTEXT_NOT_AVAILABLE",
"INGESTION_STATUS_PARSE_FAILED",
"INGESTION_STATUS_INVALID_ENTRY",
"INGESTION_STATUS_INVALID_FORMAT",
"INGESTION_STATUS_LANGUAGE_MISMATCH"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"parameter": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata": {
"id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata",
"properties": {
"request": {
"$ref": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest": {
"id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest",
"properties": {
"encryptionSpec": {
"$ref": "GoogleCloudDialogflowV2beta1EncryptionSpec"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1InputAudioConfig": {
"id": "GoogleCloudDialogflowV2beta1InputAudioConfig",
"properties": {
"audioEncoding": {
"enum": [
"AUDIO_ENCODING_UNSPECIFIED",
"AUDIO_ENCODING_LINEAR_16",
"AUDIO_ENCODING_FLAC",
"AUDIO_ENCODING_MULAW",
"AUDIO_ENCODING_AMR",
"AUDIO_ENCODING_AMR_WB",
"AUDIO_ENCODING_OGG_OPUS",
"AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE",
"AUDIO_ENCODING_ALAW"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"bargeInConfig": {
"$ref": "GoogleCloudDialogflowV2beta1BargeInConfig"
},
"defaultNoSpeechTimeout": {
"format": "google-duration",
"type": "string"
},
"disableNoSpeechRecognizedEvent": {
"type": "boolean"
},
"enableAutomaticPunctuation": {
"type": "boolean"
},
"enableWordInfo": {
"type": "boolean"
},
"languageCode": {
"type": "string"
},
"model": {
"type": "string"
},
"modelVariant": {
"enum": [
"SPEECH_MODEL_VARIANT_UNSPECIFIED",
"USE_BEST_AVAILABLE",
"USE_STANDARD",
"USE_ENHANCED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"optOutConformerModelMigration": {
"type": "boolean"
},
"phraseHints": {
"deprecated": true,
"items": {
"type": "string"
},
"type": "array"
},
"phraseSets": {
"items": {
"type": "string"
},
"type": "array"
},
"sampleRateHertz": {
"format": "int32",
"type": "integer"
},
"singleUtterance": {
"type": "boolean"
},
"speechContexts": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SpeechContext"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Intent": {
"id": "GoogleCloudDialogflowV2beta1Intent",
"properties": {
"action": {
"type": "string"
},
"defaultResponsePlatforms": {
"items": {
"enum": [
"PLATFORM_UNSPECIFIED",
"FACEBOOK",
"SLACK",
"TELEGRAM",
"KIK",
"SKYPE",
"LINE",
"VIBER",
"ACTIONS_ON_GOOGLE",
"TELEPHONY",
"GOOGLE_HANGOUTS"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"type": "array"
},
"displayName": {
"type": "string"
},
"endInteraction": {
"type": "boolean"
},
"events": {
"items": {
"type": "string"
},
"type": "array"
},
"followupIntentInfo": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo"
},
"readOnly": true,
"type": "array"
},
"inputContextNames": {
"items": {
"type": "string"
},
"type": "array"
},
"isFallback": {
"type": "boolean"
},
"liveAgentHandoff": {
"type": "boolean"
},
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessage"
},
"type": "array"
},
"mlDisabled": {
"type": "boolean"
},
"mlEnabled": {
"deprecated": true,
"type": "boolean"
},
"name": {
"type": "string"
},
"outputContexts": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"type": "array"
},
"parameters": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentParameter"
},
"type": "array"
},
"parentFollowupIntentName": {
"type": "string"
},
"priority": {
"format": "int32",
"type": "integer"
},
"resetContexts": {
"type": "boolean"
},
"rootFollowupIntentName": {
"readOnly": true,
"type": "string"
},
"trainingPhrases": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase"
},
"type": "array"
},
"webhookState": {
"enum": [
"WEBHOOK_STATE_UNSPECIFIED",
"WEBHOOK_STATE_ENABLED",
"WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentBatch": {
"id": "GoogleCloudDialogflowV2beta1IntentBatch",
"properties": {
"intents": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo": {
"id": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo",
"properties": {
"followupIntentName": {
"type": "string"
},
"parentFollowupIntentName": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentInput": {
"id": "GoogleCloudDialogflowV2beta1IntentInput",
"properties": {
"intent": {
"type": "string"
},
"languageCode": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessage": {
"id": "GoogleCloudDialogflowV2beta1IntentMessage",
"properties": {
"basicCard": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard"
},
"browseCarouselCard": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard"
},
"card": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageCard"
},
"carouselSelect": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect"
},
"image": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"linkOutSuggestion": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion"
},
"listSelect": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelect"
},
"mediaContent": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"platform": {
"enum": [
"PLATFORM_UNSPECIFIED",
"FACEBOOK",
"SLACK",
"TELEGRAM",
"KIK",
"SKYPE",
"LINE",
"VIBER",
"ACTIONS_ON_GOOGLE",
"TELEPHONY",
"GOOGLE_HANGOUTS"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"quickReplies": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies"
},
"rbmCarouselRichCard": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard"
},
"rbmStandaloneRichCard": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard"
},
"rbmText": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmText"
},
"simpleResponses": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses"
},
"suggestions": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions"
},
"tableCard": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCard"
},
"telephonyPlayAudio": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio"
},
"telephonySynthesizeSpeech": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech"
},
"telephonyTransferCall": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall"
},
"text": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageText"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageBasicCard": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard",
"properties": {
"buttons": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton"
},
"type": "array"
},
"formattedText": {
"type": "string"
},
"image": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"subtitle": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton",
"properties": {
"openUriAction": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction",
"properties": {
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard",
"properties": {
"imageDisplayOptions": {
"enum": [
"IMAGE_DISPLAY_OPTIONS_UNSPECIFIED",
"GRAY",
"WHITE",
"CROPPED",
"BLURRED_BACKGROUND"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
},
"items": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem",
"properties": {
"description": {
"type": "string"
},
"footer": {
"type": "string"
},
"image": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"openUriAction": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction",
"properties": {
"url": {
"type": "string"
},
"urlTypeHint": {
"enum": [
"URL_TYPE_HINT_UNSPECIFIED",
"AMP_ACTION",
"AMP_CONTENT"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageCard": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageCard",
"properties": {
"buttons": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageCardButton"
},
"type": "array"
},
"imageUri": {
"type": "string"
},
"subtitle": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageCardButton": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageCardButton",
"properties": {
"postback": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect",
"properties": {
"items": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem",
"properties": {
"description": {
"type": "string"
},
"image": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"info": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageColumnProperties": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties",
"properties": {
"header": {
"type": "string"
},
"horizontalAlignment": {
"enum": [
"HORIZONTAL_ALIGNMENT_UNSPECIFIED",
"LEADING",
"CENTER",
"TRAILING"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageImage": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageImage",
"properties": {
"accessibilityText": {
"type": "string"
},
"imageUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion",
"properties": {
"destinationName": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageListSelect": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageListSelect",
"properties": {
"items": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem"
},
"type": "array"
},
"subtitle": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageListSelectItem": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem",
"properties": {
"description": {
"type": "string"
},
"image": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"info": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageMediaContent": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent",
"properties": {
"mediaObjects": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject"
},
"type": "array"
},
"mediaType": {
"enum": [
"RESPONSE_MEDIA_TYPE_UNSPECIFIED",
"AUDIO"
],
"enumDescriptions": [
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject",
"properties": {
"contentUrl": {
"type": "string"
},
"description": {
"type": "string"
},
"icon": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"largeImage": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageQuickReplies": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies",
"properties": {
"quickReplies": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent",
"properties": {
"description": {
"type": "string"
},
"media": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia"
},
"suggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion"
},
"type": "array"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia",
"properties": {
"fileUri": {
"type": "string"
},
"height": {
"enum": [
"HEIGHT_UNSPECIFIED",
"SHORT",
"MEDIUM",
"TALL"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"thumbnailUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard",
"properties": {
"cardContents": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent"
},
"type": "array"
},
"cardWidth": {
"enum": [
"CARD_WIDTH_UNSPECIFIED",
"SMALL",
"MEDIUM"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard",
"properties": {
"cardContent": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent"
},
"cardOrientation": {
"enum": [
"CARD_ORIENTATION_UNSPECIFIED",
"HORIZONTAL",
"VERTICAL"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"thumbnailImageAlignment": {
"enum": [
"THUMBNAIL_IMAGE_ALIGNMENT_UNSPECIFIED",
"LEFT",
"RIGHT"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction",
"properties": {
"dial": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial"
},
"openUrl": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri"
},
"postbackData": {
"type": "string"
},
"shareLocation": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial",
"properties": {
"phoneNumber": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri",
"properties": {
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply",
"properties": {
"postbackData": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion",
"properties": {
"action": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction"
},
"reply": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmText": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmText",
"properties": {
"rbmSuggestion": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion"
},
"type": "array"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo",
"properties": {
"key": {
"type": "string"
},
"synonyms": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse",
"properties": {
"displayText": {
"type": "string"
},
"ssml": {
"type": "string"
},
"textToSpeech": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses",
"properties": {
"simpleResponses": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageSuggestion": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion",
"properties": {
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageSuggestions": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions",
"properties": {
"suggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageTableCard": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageTableCard",
"properties": {
"buttons": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton"
},
"type": "array"
},
"columnProperties": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties"
},
"type": "array"
},
"image": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"rows": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow"
},
"type": "array"
},
"subtitle": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageTableCardCell": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell",
"properties": {
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageTableCardRow": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow",
"properties": {
"cells": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell"
},
"type": "array"
},
"dividerAfter": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio",
"properties": {
"audioUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech",
"properties": {
"ssml": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall",
"properties": {
"phoneNumber": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageText": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageText",
"properties": {
"text": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentParameter": {
"id": "GoogleCloudDialogflowV2beta1IntentParameter",
"properties": {
"defaultValue": {
"type": "string"
},
"displayName": {
"type": "string"
},
"entityTypeDisplayName": {
"type": "string"
},
"isList": {
"type": "boolean"
},
"mandatory": {
"type": "boolean"
},
"name": {
"type": "string"
},
"prompts": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentSuggestion": {
"id": "GoogleCloudDialogflowV2beta1IntentSuggestion",
"properties": {
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"intentV2": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentTrainingPhrase": {
"id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase",
"properties": {
"name": {
"readOnly": true,
"type": "string"
},
"parts": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart"
},
"type": "array"
},
"timesAddedCount": {
"format": "int32",
"type": "integer"
},
"type": {
"enum": [
"TYPE_UNSPECIFIED",
"EXAMPLE",
"TEMPLATE"
],
"enumDeprecated": [
false,
false,
true
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart": {
"id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart",
"properties": {
"alias": {
"type": "string"
},
"entityType": {
"type": "string"
},
"text": {
"type": "string"
},
"userDefined": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAnswers": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAnswers",
"properties": {
"answers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer",
"properties": {
"answer": {
"type": "string"
},
"faqQuestion": {
"type": "string"
},
"matchConfidence": {
"format": "float",
"type": "number"
},
"matchConfidenceLevel": {
"enum": [
"MATCH_CONFIDENCE_LEVEL_UNSPECIFIED",
"LOW",
"MEDIUM",
"HIGH"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer",
"properties": {
"answerRecord": {
"type": "string"
},
"knowledgeAssistDebugInfo": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo"
},
"suggestedQuery": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery"
},
"suggestedQueryAnswer": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer",
"properties": {
"answerText": {
"type": "string"
},
"faqSource": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource"
},
"generativeSource": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource",
"properties": {
"question": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource",
"properties": {
"snippets": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet",
"properties": {
"metadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"text": {
"type": "string"
},
"title": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery",
"properties": {
"queryText": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo",
"properties": {
"datastoreResponseReason": {
"enum": [
"DATASTORE_RESPONSE_REASON_UNSPECIFIED",
"NONE",
"SEARCH_OUT_OF_QUOTA",
"SEARCH_EMPTY_RESULTS",
"ANSWER_GENERATION_GEN_AI_DISABLED",
"ANSWER_GENERATION_OUT_OF_QUOTA",
"ANSWER_GENERATION_ERROR",
"ANSWER_GENERATION_NOT_ENOUGH_INFO",
"ANSWER_GENERATION_RAI_FAILED",
"ANSWER_GENERATION_NOT_GROUNDED"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"ingestedContextReferenceDebugInfo": {
"$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo"
},
"knowledgeAssistBehavior": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior"
},
"queryCategorizationFailureReason": {
"enum": [
"QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED",
"QUERY_CATEGORIZATION_INVALID_CONFIG",
"QUERY_CATEGORIZATION_RESULT_NOT_FOUND",
"QUERY_CATEGORIZATION_FAILED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"queryGenerationFailureReason": {
"enum": [
"QUERY_GENERATION_FAILURE_REASON_UNSPECIFIED",
"QUERY_GENERATION_OUT_OF_QUOTA",
"QUERY_GENERATION_FAILED",
"QUERY_GENERATION_NO_QUERY_GENERATED",
"QUERY_GENERATION_RAI_FAILED",
"NOT_IN_ALLOWLIST",
"QUERY_GENERATION_QUERY_REDACTED",
"QUERY_GENERATION_LLM_RESPONSE_PARSE_FAILED",
"QUERY_GENERATION_EMPTY_CONVERSATION",
"QUERY_GENERATION_EMPTY_LAST_MESSAGE",
"QUERY_GENERATION_TRIGGERING_EVENT_CONDITION_NOT_MET"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"serviceLatency": {
"$ref": "GoogleCloudDialogflowV2beta1ServiceLatency"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior",
"properties": {
"answerGenerationRewriterOn": {
"type": "boolean"
},
"appendedSearchContextCount": {
"format": "int32",
"type": "integer"
},
"conversationTranscriptHasMixedLanguages": {
"type": "boolean"
},
"disableSyncDelivery": {
"type": "boolean"
},
"endUserMetadataIncluded": {
"type": "boolean"
},
"invalidItemsQuerySuggestionSkipped": {
"type": "boolean"
},
"multipleQueriesGenerated": {
"type": "boolean"
},
"previousQueriesIncluded": {
"type": "boolean"
},
"primaryQueryRedactedAndReplaced": {
"type": "boolean"
},
"queryContainedSearchContext": {
"type": "boolean"
},
"queryGenerationAgentLanguageMismatch": {
"type": "boolean"
},
"queryGenerationEndUserLanguageMismatch": {
"type": "boolean"
},
"returnQueryOnly": {
"type": "boolean"
},
"thirdPartyConnectorAllowed": {
"type": "boolean"
},
"useCustomSafetyFilterLevel": {
"type": "boolean"
},
"usePubsubDelivery": {
"type": "boolean"
},
"useTranslatedMessage": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeBase": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeBase",
"properties": {
"displayName": {
"type": "string"
},
"languageCode": {
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata",
"properties": {
"doneTime": {
"format": "google-datetime",
"type": "string"
},
"exportOperationMetadata": {
"$ref": "GoogleCloudDialogflowV2beta1ExportOperationMetadata"
},
"knowledgeBase": {
"type": "string"
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"PENDING",
"RUNNING",
"DONE"
],
"enumDescriptions": [
"",
"",
"",
""
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse": {
"id": "GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse",
"properties": {
"answerRecords": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1AnswerRecord"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListContextsResponse": {
"id": "GoogleCloudDialogflowV2beta1ListContextsResponse",
"properties": {
"contexts": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListConversationProfilesResponse": {
"id": "GoogleCloudDialogflowV2beta1ListConversationProfilesResponse",
"properties": {
"conversationProfiles": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ConversationProfile"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListConversationsResponse": {
"id": "GoogleCloudDialogflowV2beta1ListConversationsResponse",
"properties": {
"conversations": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Conversation"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListDocumentsResponse": {
"id": "GoogleCloudDialogflowV2beta1ListDocumentsResponse",
"properties": {
"documents": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Document"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListEntityTypesResponse": {
"id": "GoogleCloudDialogflowV2beta1ListEntityTypesResponse",
"properties": {
"entityTypes": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1EntityType"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListEnvironmentsResponse": {
"id": "GoogleCloudDialogflowV2beta1ListEnvironmentsResponse",
"properties": {
"environments": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Environment"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse": {
"id": "GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse",
"properties": {
"generatorEvaluations": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorEvaluation"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListGeneratorsResponse": {
"id": "GoogleCloudDialogflowV2beta1ListGeneratorsResponse",
"properties": {
"generators": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Generator"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListIntentsResponse": {
"id": "GoogleCloudDialogflowV2beta1ListIntentsResponse",
"properties": {
"intents": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse": {
"id": "GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse",
"properties": {
"knowledgeBases": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeBase"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListMessagesResponse": {
"id": "GoogleCloudDialogflowV2beta1ListMessagesResponse",
"properties": {
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Message"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListParticipantsResponse": {
"id": "GoogleCloudDialogflowV2beta1ListParticipantsResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"participants": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Participant"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse": {
"id": "GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"phoneNumbers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1PhoneNumber"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse": {
"id": "GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"sessionEntityTypes": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListSipTrunksResponse": {
"id": "GoogleCloudDialogflowV2beta1ListSipTrunksResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"sipTrunks": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SipTrunk"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListSuggestionsResponse": {
"deprecated": true,
"id": "GoogleCloudDialogflowV2beta1ListSuggestionsResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"suggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Suggestion"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListToolsResponse": {
"id": "GoogleCloudDialogflowV2beta1ListToolsResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"tools": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Tool"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ListVersionsResponse": {
"id": "GoogleCloudDialogflowV2beta1ListVersionsResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"versions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Version"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1LoggingConfig": {
"id": "GoogleCloudDialogflowV2beta1LoggingConfig",
"properties": {
"enableStackdriverLogging": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Message": {
"id": "GoogleCloudDialogflowV2beta1Message",
"properties": {
"content": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"languageCode": {
"type": "string"
},
"messageAnnotation": {
"$ref": "GoogleCloudDialogflowV2beta1MessageAnnotation",
"readOnly": true
},
"name": {
"type": "string"
},
"participant": {
"readOnly": true,
"type": "string"
},
"participantRole": {
"enum": [
"ROLE_UNSPECIFIED",
"HUMAN_AGENT",
"AUTOMATED_AGENT",
"END_USER"
],
"enumDescriptions": [
"",
"",
"",
""
],
"readOnly": true,
"type": "string"
},
"responseMessages": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessage"
},
"type": "array"
},
"sendTime": {
"format": "google-datetime",
"type": "string"
},
"sentimentAnalysis": {
"$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1MessageAnnotation": {
"id": "GoogleCloudDialogflowV2beta1MessageAnnotation",
"properties": {
"containEntities": {
"type": "boolean"
},
"parts": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1MessageEntry": {
"id": "GoogleCloudDialogflowV2beta1MessageEntry",
"properties": {
"createTime": {
"format": "google-datetime",
"type": "string"
},
"languageCode": {
"type": "string"
},
"role": {
"enum": [
"ROLE_UNSPECIFIED",
"HUMAN_AGENT",
"AUTOMATED_AGENT",
"END_USER"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1NotificationConfig": {
"id": "GoogleCloudDialogflowV2beta1NotificationConfig",
"properties": {
"messageFormat": {
"enum": [
"MESSAGE_FORMAT_UNSPECIFIED",
"PROTO",
"JSON"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"topic": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest": {
"id": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest",
"properties": {
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1OutputAudio": {
"id": "GoogleCloudDialogflowV2beta1OutputAudio",
"properties": {
"audio": {
"format": "byte",
"type": "string"
},
"config": {
"$ref": "GoogleCloudDialogflowV2beta1OutputAudioConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1OutputAudioConfig": {
"id": "GoogleCloudDialogflowV2beta1OutputAudioConfig",
"properties": {
"audioEncoding": {
"enum": [
"OUTPUT_AUDIO_ENCODING_UNSPECIFIED",
"OUTPUT_AUDIO_ENCODING_LINEAR_16",
"OUTPUT_AUDIO_ENCODING_MP3",
"OUTPUT_AUDIO_ENCODING_MP3_64_KBPS",
"OUTPUT_AUDIO_ENCODING_OGG_OPUS",
"OUTPUT_AUDIO_ENCODING_MULAW",
"OUTPUT_AUDIO_ENCODING_ALAW"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"sampleRateHertz": {
"format": "int32",
"type": "integer"
},
"synthesizeSpeechConfig": {
"$ref": "GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Participant": {
"id": "GoogleCloudDialogflowV2beta1Participant",
"properties": {
"agentDesktopSource": {
"enum": [
"AGENT_DESKTOP_SOURCE_UNSPECIFIED",
"LIVE_PERSON",
"GENESYS_CLOUD",
"TWILIO",
"SALESFORCE",
"OTHER"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"documentsMetadataFilters": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"name": {
"type": "string"
},
"obfuscatedExternalUserId": {
"type": "string"
},
"role": {
"enum": [
"ROLE_UNSPECIFIED",
"HUMAN_AGENT",
"AUTOMATED_AGENT",
"END_USER"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1PhoneNumber": {
"id": "GoogleCloudDialogflowV2beta1PhoneNumber",
"properties": {
"conversationProfile": {
"type": "string"
},
"lifecycleState": {
"enum": [
"LIFECYCLE_STATE_UNSPECIFIED",
"ACTIVE",
"DELETE_REQUESTED"
],
"enumDescriptions": [
"",
"",
""
],
"readOnly": true,
"type": "string"
},
"name": {
"type": "string"
},
"phoneNumber": {
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1QueryInput": {
"id": "GoogleCloudDialogflowV2beta1QueryInput",
"properties": {
"audioConfig": {
"$ref": "GoogleCloudDialogflowV2beta1InputAudioConfig"
},
"dtmf": {
"$ref": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents"
},
"event": {
"$ref": "GoogleCloudDialogflowV2beta1EventInput"
},
"text": {
"$ref": "GoogleCloudDialogflowV2beta1TextInput"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1QueryParameters": {
"id": "GoogleCloudDialogflowV2beta1QueryParameters",
"properties": {
"contexts": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"type": "array"
},
"geoLocation": {
"$ref": "GoogleTypeLatLng"
},
"knowledgeBaseNames": {
"items": {
"type": "string"
},
"type": "array"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"platform": {
"type": "string"
},
"resetContexts": {
"type": "boolean"
},
"sentimentAnalysisRequestConfig": {
"$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig"
},
"sessionEntityTypes": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"type": "array"
},
"subAgents": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SubAgent"
},
"type": "array"
},
"timeZone": {
"type": "string"
},
"webhookHeaders": {
"additionalProperties": {
"type": "string"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1QueryResult": {
"id": "GoogleCloudDialogflowV2beta1QueryResult",
"properties": {
"action": {
"type": "string"
},
"allRequiredParamsPresent": {
"type": "boolean"
},
"cancelsSlotFilling": {
"type": "boolean"
},
"diagnosticInfo": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"fulfillmentMessages": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessage"
},
"type": "array"
},
"fulfillmentText": {
"type": "string"
},
"intent": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"intentDetectionConfidence": {
"format": "float",
"type": "number"
},
"knowledgeAnswers": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswers"
},
"languageCode": {
"type": "string"
},
"outputContexts": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"type": "array"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"queryText": {
"type": "string"
},
"sentimentAnalysisResult": {
"$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult"
},
"speechRecognitionConfidence": {
"format": "float",
"type": "number"
},
"webhookPayload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"webhookSource": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1RaiSettings": {
"id": "GoogleCloudDialogflowV2beta1RaiSettings",
"properties": {
"raiCategoryConfigs": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig": {
"id": "GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig",
"properties": {
"category": {
"enum": [
"RAI_CATEGORY_UNSPECIFIED",
"DANGEROUS_CONTENT",
"SEXUALLY_EXPLICIT",
"HARASSMENT",
"HATE_SPEECH"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
},
"sensitivityLevel": {
"enum": [
"SENSITIVITY_LEVEL_UNSPECIFIED",
"BLOCK_MOST",
"BLOCK_SOME",
"BLOCK_FEW",
"BLOCK_NONE"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ReloadDocumentRequest": {
"id": "GoogleCloudDialogflowV2beta1ReloadDocumentRequest",
"properties": {
"gcsSource": {
"$ref": "GoogleCloudDialogflowV2beta1GcsSource"
},
"importGcsCustomMetadata": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ResponseMessage": {
"id": "GoogleCloudDialogflowV2beta1ResponseMessage",
"properties": {
"endInteraction": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction"
},
"liveAgentHandoff": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff"
},
"mixedAudio": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"telephonyTransferCall": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall"
},
"text": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessageText"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction": {
"id": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff": {
"id": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff",
"properties": {
"metadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio": {
"id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio",
"properties": {
"segments": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment": {
"id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment",
"properties": {
"allowPlaybackInterruption": {
"type": "boolean"
},
"audio": {
"format": "byte",
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall": {
"id": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall",
"properties": {
"phoneNumber": {
"type": "string"
},
"sipUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ResponseMessageText": {
"id": "GoogleCloudDialogflowV2beta1ResponseMessageText",
"properties": {
"text": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1RestoreAgentRequest": {
"id": "GoogleCloudDialogflowV2beta1RestoreAgentRequest",
"properties": {
"agentContent": {
"format": "byte",
"type": "string"
},
"agentUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SearchAgentsResponse": {
"id": "GoogleCloudDialogflowV2beta1SearchAgentsResponse",
"properties": {
"agents": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Agent"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer": {
"id": "GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer",
"properties": {
"answer": {
"type": "string"
},
"answerRecord": {
"type": "string"
},
"answerSources": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource"
},
"type": "array"
},
"answerType": {
"enum": [
"ANSWER_TYPE_UNSPECIFIED",
"FAQ",
"GENERATIVE",
"INTENT"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource": {
"id": "GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource",
"properties": {
"metadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"snippet": {
"type": "string"
},
"title": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo": {
"id": "GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo",
"properties": {
"datastoreResponseReason": {
"enum": [
"DATASTORE_RESPONSE_REASON_UNSPECIFIED",
"NONE",
"SEARCH_OUT_OF_QUOTA",
"SEARCH_EMPTY_RESULTS",
"ANSWER_GENERATION_GEN_AI_DISABLED",
"ANSWER_GENERATION_OUT_OF_QUOTA",
"ANSWER_GENERATION_ERROR",
"ANSWER_GENERATION_NOT_ENOUGH_INFO",
"ANSWER_GENERATION_RAI_FAILED",
"ANSWER_GENERATION_NOT_GROUNDED"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"ingestedContextReferenceDebugInfo": {
"$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo"
},
"searchKnowledgeBehavior": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior"
},
"serviceLatency": {
"$ref": "GoogleCloudDialogflowV2beta1ServiceLatency"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior": {
"id": "GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior",
"properties": {
"answerGenerationRewriterOn": {
"type": "boolean"
},
"endUserMetadataIncluded": {
"type": "boolean"
},
"thirdPartyConnectorAllowed": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SearchKnowledgeRequest": {
"id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequest",
"properties": {
"conversation": {
"type": "string"
},
"conversationProfile": {
"type": "string"
},
"endUserMetadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"exactSearch": {
"type": "boolean"
},
"latestMessage": {
"type": "string"
},
"parent": {
"type": "string"
},
"query": {
"$ref": "GoogleCloudDialogflowV2beta1TextInput"
},
"querySource": {
"enum": [
"QUERY_SOURCE_UNSPECIFIED",
"AGENT_QUERY",
"SUGGESTED_QUERY"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"searchConfig": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig"
},
"sessionId": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig": {
"id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig",
"properties": {
"boostSpecs": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs"
},
"type": "array"
},
"filterSpecs": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs": {
"id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs",
"properties": {
"dataStores": {
"items": {
"type": "string"
},
"type": "array"
},
"spec": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec": {
"id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec",
"properties": {
"conditionBoostSpecs": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec": {
"id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec",
"properties": {
"boost": {
"format": "float",
"type": "number"
},
"boostControlSpec": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec"
},
"condition": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec": {
"id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec",
"properties": {
"attributeType": {
"enum": [
"ATTRIBUTE_TYPE_UNSPECIFIED",
"NUMERICAL",
"FRESHNESS"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"controlPoints": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint"
},
"type": "array"
},
"fieldName": {
"type": "string"
},
"interpolationType": {
"enum": [
"INTERPOLATION_TYPE_UNSPECIFIED",
"LINEAR"
],
"enumDescriptions": [
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint": {
"id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint",
"properties": {
"attributeValue": {
"type": "string"
},
"boostAmount": {
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs": {
"id": "GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs",
"properties": {
"dataStores": {
"items": {
"type": "string"
},
"type": "array"
},
"filter": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SearchKnowledgeResponse": {
"id": "GoogleCloudDialogflowV2beta1SearchKnowledgeResponse",
"properties": {
"answers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer"
},
"type": "array"
},
"rewrittenQuery": {
"type": "string"
},
"searchKnowledgeDebugInfo": {
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Sentiment": {
"id": "GoogleCloudDialogflowV2beta1Sentiment",
"properties": {
"magnitude": {
"format": "float",
"type": "number"
},
"score": {
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig": {
"id": "GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig",
"properties": {
"analyzeQueryTextSentiment": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SentimentAnalysisResult": {
"id": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult",
"properties": {
"queryTextSentiment": {
"$ref": "GoogleCloudDialogflowV2beta1Sentiment"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ServiceLatency": {
"id": "GoogleCloudDialogflowV2beta1ServiceLatency",
"properties": {
"internalServiceLatencies": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency": {
"id": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency",
"properties": {
"completeTime": {
"format": "google-datetime",
"type": "string"
},
"latencyMs": {
"format": "float",
"type": "number"
},
"startTime": {
"format": "google-datetime",
"type": "string"
},
"step": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SessionEntityType": {
"id": "GoogleCloudDialogflowV2beta1SessionEntityType",
"properties": {
"entities": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity"
},
"type": "array"
},
"entityOverrideMode": {
"enum": [
"ENTITY_OVERRIDE_MODE_UNSPECIFIED",
"ENTITY_OVERRIDE_MODE_OVERRIDE",
"ENTITY_OVERRIDE_MODE_SUPPLEMENT"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata": {
"id": "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata",
"properties": {
"conversationProfile": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"participantRole": {
"enum": [
"ROLE_UNSPECIFIED",
"HUMAN_AGENT",
"AUTOMATED_AGENT",
"END_USER"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"suggestionFeatureType": {
"enum": [
"TYPE_UNSPECIFIED",
"ARTICLE_SUGGESTION",
"FAQ",
"SMART_REPLY",
"DIALOGFLOW_ASSIST",
"CONVERSATION_SUMMARIZATION",
"KNOWLEDGE_SEARCH",
"KNOWLEDGE_ASSIST"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest": {
"id": "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest",
"properties": {
"participantRole": {
"enum": [
"ROLE_UNSPECIFIED",
"HUMAN_AGENT",
"AUTOMATED_AGENT",
"END_USER"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"suggestionFeatureConfig": {
"$ref": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SipTrunk": {
"id": "GoogleCloudDialogflowV2beta1SipTrunk",
"properties": {
"connections": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Connection"
},
"readOnly": true,
"type": "array"
},
"displayName": {
"type": "string"
},
"expectedHostname": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SmartReplyAnswer": {
"id": "GoogleCloudDialogflowV2beta1SmartReplyAnswer",
"properties": {
"answerRecord": {
"type": "string"
},
"confidence": {
"format": "float",
"type": "number"
},
"reply": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SpeechContext": {
"id": "GoogleCloudDialogflowV2beta1SpeechContext",
"properties": {
"boost": {
"format": "float",
"type": "number"
},
"phrases": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SpeechToTextConfig": {
"id": "GoogleCloudDialogflowV2beta1SpeechToTextConfig",
"properties": {
"audioEncoding": {
"enum": [
"AUDIO_ENCODING_UNSPECIFIED",
"AUDIO_ENCODING_LINEAR_16",
"AUDIO_ENCODING_FLAC",
"AUDIO_ENCODING_MULAW",
"AUDIO_ENCODING_AMR",
"AUDIO_ENCODING_AMR_WB",
"AUDIO_ENCODING_OGG_OPUS",
"AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE",
"AUDIO_ENCODING_ALAW"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"enableWordInfo": {
"type": "boolean"
},
"languageCode": {
"type": "string"
},
"model": {
"type": "string"
},
"phraseSets": {
"items": {
"type": "string"
},
"type": "array"
},
"sampleRateHertz": {
"format": "int32",
"type": "integer"
},
"speechModelVariant": {
"enum": [
"SPEECH_MODEL_VARIANT_UNSPECIFIED",
"USE_BEST_AVAILABLE",
"USE_STANDARD",
"USE_ENHANCED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"useTimeoutBasedEndpointing": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SpeechWordInfo": {
"id": "GoogleCloudDialogflowV2beta1SpeechWordInfo",
"properties": {
"confidence": {
"format": "float",
"type": "number"
},
"endOffset": {
"format": "google-duration",
"type": "string"
},
"startOffset": {
"format": "google-duration",
"type": "string"
},
"word": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1StreamingRecognitionResult": {
"id": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult",
"properties": {
"confidence": {
"format": "float",
"type": "number"
},
"dtmfDigits": {
"$ref": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents"
},
"isFinal": {
"type": "boolean"
},
"languageCode": {
"type": "string"
},
"messageType": {
"enum": [
"MESSAGE_TYPE_UNSPECIFIED",
"TRANSCRIPT",
"END_OF_SINGLE_UTTERANCE",
"DTMF_DIGITS",
"PARTIAL_DTMF_DIGITS"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
},
"speechEndOffset": {
"format": "google-duration",
"type": "string"
},
"speechWordInfo": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SpeechWordInfo"
},
"type": "array"
},
"stability": {
"format": "float",
"type": "number"
},
"transcript": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SubAgent": {
"id": "GoogleCloudDialogflowV2beta1SubAgent",
"properties": {
"environment": {
"type": "string"
},
"project": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestArticlesRequest": {
"id": "GoogleCloudDialogflowV2beta1SuggestArticlesRequest",
"properties": {
"assistQueryParams": {
"$ref": "GoogleCloudDialogflowV2beta1AssistQueryParameters"
},
"contextSize": {
"format": "int32",
"type": "integer"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestArticlesResponse": {
"id": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse",
"properties": {
"articleAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ArticleAnswer"
},
"type": "array"
},
"contextSize": {
"format": "int32",
"type": "integer"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest": {
"id": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest",
"properties": {
"assistQueryParams": {
"$ref": "GoogleCloudDialogflowV2beta1AssistQueryParameters"
},
"contextSize": {
"format": "int32",
"type": "integer"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse": {
"id": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"latestMessage": {
"type": "string"
},
"summary": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummary"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummary": {
"id": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummary",
"properties": {
"answerRecord": {
"type": "string"
},
"baselineModelVersion": {
"type": "string"
},
"sortedTextSections": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection"
},
"type": "array"
},
"text": {
"type": "string"
},
"textSections": {
"additionalProperties": {
"type": "string"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection": {
"id": "GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection",
"properties": {
"section": {
"readOnly": true,
"type": "string"
},
"summary": {
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse": {
"id": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"dialogflowAssistAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer"
},
"type": "array"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest": {
"id": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest",
"properties": {
"assistQueryParams": {
"$ref": "GoogleCloudDialogflowV2beta1AssistQueryParameters"
},
"contextSize": {
"format": "int32",
"type": "integer"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse": {
"id": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"faqAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1FaqAnswer"
},
"type": "array"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest": {
"id": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"latestMessage": {
"type": "string"
},
"previousSuggestedQuery": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse": {
"id": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"knowledgeAssistAnswer": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer",
"readOnly": true
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest": {
"id": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"currentTextInput": {
"$ref": "GoogleCloudDialogflowV2beta1TextInput"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse": {
"id": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"latestMessage": {
"type": "string"
},
"smartReplyAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SmartReplyAnswer"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Suggestion": {
"deprecated": true,
"id": "GoogleCloudDialogflowV2beta1Suggestion",
"properties": {
"articles": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestionArticle"
},
"type": "array"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"faqAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestionFaqAnswer"
},
"type": "array"
},
"latestMessage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestionArticle": {
"id": "GoogleCloudDialogflowV2beta1SuggestionArticle",
"properties": {
"answerRecord": {
"type": "string"
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"snippets": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestionDedupingConfig": {
"id": "GoogleCloudDialogflowV2beta1SuggestionDedupingConfig",
"properties": {
"enableDeduping": {
"type": "boolean"
},
"similarityThreshold": {
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestionFaqAnswer": {
"id": "GoogleCloudDialogflowV2beta1SuggestionFaqAnswer",
"properties": {
"answer": {
"type": "string"
},
"answerRecord": {
"type": "string"
},
"confidence": {
"format": "float",
"type": "number"
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"question": {
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestionFeature": {
"id": "GoogleCloudDialogflowV2beta1SuggestionFeature",
"properties": {
"type": {
"enum": [
"TYPE_UNSPECIFIED",
"ARTICLE_SUGGESTION",
"FAQ",
"SMART_REPLY",
"DIALOGFLOW_ASSIST",
"CONVERSATION_SUMMARIZATION",
"KNOWLEDGE_SEARCH",
"KNOWLEDGE_ASSIST"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestionInput": {
"id": "GoogleCloudDialogflowV2beta1SuggestionInput",
"properties": {
"action": {
"enum": [
"ACTION_UNSPECIFIED",
"CANCEL",
"REVISE",
"CONFIRM"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"answerRecord": {
"type": "string"
},
"intentInput": {
"$ref": "GoogleCloudDialogflowV2beta1IntentInput"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"sendTime": {
"format": "google-datetime",
"type": "string"
},
"textOverride": {
"$ref": "GoogleCloudDialogflowV2beta1TextInput"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestionResult": {
"id": "GoogleCloudDialogflowV2beta1SuggestionResult",
"properties": {
"error": {
"$ref": "GoogleRpcStatus"
},
"generateSuggestionsResponse": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse"
},
"suggestArticlesResponse": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse"
},
"suggestDialogflowAssistsResponse": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse"
},
"suggestEntityExtractionResponse": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse"
},
"suggestFaqAnswersResponse": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse"
},
"suggestKnowledgeAssistResponse": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse"
},
"suggestSmartRepliesResponse": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationContext": {
"id": "GoogleCloudDialogflowV2beta1SummarizationContext",
"properties": {
"fewShotExamples": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1FewShotExample"
},
"type": "array"
},
"outputLanguageCode": {
"type": "string"
},
"summarizationSections": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationSection"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationEvaluationMetrics": {
"id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetrics",
"properties": {
"conversationDetails": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail"
},
"readOnly": true,
"type": "array"
},
"overallMetrics": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsOverallScoresByMetric"
},
"readOnly": true,
"type": "array"
},
"overallSectionTokens": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken"
},
"readOnly": true,
"type": "array"
},
"summarizationEvaluationMergedResultsUri": {
"readOnly": true,
"type": "string"
},
"summarizationEvaluationResults": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSummarizationEvaluationResult"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition": {
"id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition",
"properties": {
"accuracyReasoning": {
"readOnly": true,
"type": "string"
},
"isAccurate": {
"readOnly": true,
"type": "boolean"
},
"point": {
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition": {
"deprecated": true,
"id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition",
"properties": {
"adherenceReasoning": {
"readOnly": true,
"type": "string"
},
"isAdherent": {
"readOnly": true,
"type": "boolean"
},
"point": {
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric": {
"id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric",
"properties": {
"isAddressed": {
"readOnly": true,
"type": "boolean"
},
"question": {
"readOnly": true,
"type": "string"
},
"reasoning": {
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsCompletenessRubric": {
"id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsCompletenessRubric",
"properties": {
"isAddressed": {
"readOnly": true,
"type": "boolean"
},
"question": {
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail": {
"id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail",
"properties": {
"messageEntries": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1MessageEntry"
},
"readOnly": true,
"type": "array"
},
"metricDetails": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail"
},
"readOnly": true,
"type": "array"
},
"sectionTokens": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken"
},
"readOnly": true,
"type": "array"
},
"summarySections": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail": {
"id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail",
"properties": {
"metric": {
"readOnly": true,
"type": "string"
},
"score": {
"format": "float",
"readOnly": true,
"type": "number"
},
"sectionDetails": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail": {
"id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail",
"properties": {
"evaluationResults": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult"
},
"readOnly": true,
"type": "array"
},
"score": {
"format": "float",
"readOnly": true,
"type": "number"
},
"section": {
"readOnly": true,
"type": "string"
},
"sectionSummary": {
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition": {
"deprecated": true,
"id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition",
"properties": {
"accuracyDecomposition": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition"
},
"adherenceDecomposition": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult": {
"id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult",
"properties": {
"accuracyDecomposition": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition"
},
"adherenceRubric": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric"
},
"completenessRubric": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsCompletenessRubric"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsOverallScoresByMetric": {
"id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsOverallScoresByMetric",
"properties": {
"metric": {
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken": {
"id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken",
"properties": {
"section": {
"readOnly": true,
"type": "string"
},
"tokenCount": {
"format": "int64",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSummarizationEvaluationResult": {
"id": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSummarizationEvaluationResult",
"properties": {
"decompositions": {
"deprecated": true,
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition"
},
"readOnly": true,
"type": "array"
},
"evaluationResults": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult"
},
"readOnly": true,
"type": "array"
},
"metric": {
"readOnly": true,
"type": "string"
},
"score": {
"format": "float",
"readOnly": true,
"type": "number"
},
"section": {
"readOnly": true,
"type": "string"
},
"sectionSummary": {
"readOnly": true,
"type": "string"
},
"sessionId": {
"deprecated": true,
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationSection": {
"id": "GoogleCloudDialogflowV2beta1SummarizationSection",
"properties": {
"definition": {
"type": "string"
},
"key": {
"type": "string"
},
"type": {
"enum": [
"TYPE_UNSPECIFIED",
"SITUATION",
"ACTION",
"RESOLUTION",
"REASON_FOR_CANCELLATION",
"CUSTOMER_SATISFACTION",
"ENTITIES",
"CUSTOMER_DEFINED",
"SITUATION_CONCISE",
"ACTION_CONCISE"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarizationSectionList": {
"id": "GoogleCloudDialogflowV2beta1SummarizationSectionList",
"properties": {
"summarizationSections": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarizationSection"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarySuggestion": {
"id": "GoogleCloudDialogflowV2beta1SummarySuggestion",
"properties": {
"summarySections": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection": {
"id": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection",
"properties": {
"section": {
"type": "string"
},
"summary": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig": {
"id": "GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig",
"properties": {
"effectsProfileId": {
"items": {
"type": "string"
},
"type": "array"
},
"pitch": {
"format": "double",
"type": "number"
},
"pronunciations": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1CustomPronunciationParams"
},
"type": "array"
},
"speakingRate": {
"format": "double",
"type": "number"
},
"voice": {
"$ref": "GoogleCloudDialogflowV2beta1VoiceSelectionParams"
},
"volumeGainDb": {
"format": "double",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1TelephonyDtmfEvents": {
"id": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents",
"properties": {
"dtmfEvents": {
"items": {
"enum": [
"TELEPHONY_DTMF_UNSPECIFIED",
"DTMF_ONE",
"DTMF_TWO",
"DTMF_THREE",
"DTMF_FOUR",
"DTMF_FIVE",
"DTMF_SIX",
"DTMF_SEVEN",
"DTMF_EIGHT",
"DTMF_NINE",
"DTMF_ZERO",
"DTMF_A",
"DTMF_B",
"DTMF_C",
"DTMF_D",
"DTMF_STAR",
"DTMF_POUND"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1TextInput": {
"id": "GoogleCloudDialogflowV2beta1TextInput",
"properties": {
"languageCode": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1TextToSpeechSettings": {
"id": "GoogleCloudDialogflowV2beta1TextToSpeechSettings",
"properties": {
"enableTextToSpeech": {
"type": "boolean"
},
"outputAudioEncoding": {
"enum": [
"OUTPUT_AUDIO_ENCODING_UNSPECIFIED",
"OUTPUT_AUDIO_ENCODING_LINEAR_16",
"OUTPUT_AUDIO_ENCODING_MP3",
"OUTPUT_AUDIO_ENCODING_MP3_64_KBPS",
"OUTPUT_AUDIO_ENCODING_OGG_OPUS",
"OUTPUT_AUDIO_ENCODING_MULAW",
"OUTPUT_AUDIO_ENCODING_ALAW"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"sampleRateHertz": {
"format": "int32",
"type": "integer"
},
"synthesizeSpeechConfigs": {
"additionalProperties": {
"$ref": "GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Tool": {
"id": "GoogleCloudDialogflowV2beta1Tool",
"properties": {
"actionConfirmationRequirement": {
"additionalProperties": {
"enum": [
"CONFIRMATION_REQUIREMENT_UNSPECIFIED",
"REQUIRED",
"NOT_REQUIRED"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"type": "object"
},
"connectorSpec": {
"$ref": "GoogleCloudDialogflowV2beta1ToolConnectorTool"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"extensionSpec": {
"$ref": "GoogleCloudDialogflowV2beta1ToolExtensionTool",
"deprecated": true
},
"functionSpec": {
"$ref": "GoogleCloudDialogflowV2beta1ToolFunctionTool"
},
"name": {
"readOnly": true,
"type": "string"
},
"openApiSpec": {
"$ref": "GoogleCloudDialogflowV2beta1ToolOpenApiTool"
},
"satisfiesPzi": {
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"readOnly": true,
"type": "boolean"
},
"toolKey": {
"type": "string"
},
"updateTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolAuthentication": {
"id": "GoogleCloudDialogflowV2beta1ToolAuthentication",
"properties": {
"apiKeyConfig": {
"$ref": "GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig"
},
"bearerTokenConfig": {
"$ref": "GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig"
},
"oauthConfig": {
"$ref": "GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig"
},
"serviceAgentAuthConfig": {
"$ref": "GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig": {
"id": "GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig",
"properties": {
"apiKey": {
"type": "string"
},
"keyName": {
"type": "string"
},
"requestLocation": {
"enum": [
"REQUEST_LOCATION_UNSPECIFIED",
"HEADER",
"QUERY_STRING"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"secretVersionForApiKey": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig": {
"id": "GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig",
"properties": {
"secretVersionForToken": {
"type": "string"
},
"token": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig": {
"id": "GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig",
"properties": {
"clientId": {
"type": "string"
},
"clientSecret": {
"type": "string"
},
"oauthGrantType": {
"enum": [
"OAUTH_GRANT_TYPE_UNSPECIFIED",
"CLIENT_CREDENTIAL"
],
"enumDescriptions": [
"",
""
],
"type": "string"
},
"scopes": {
"items": {
"type": "string"
},
"type": "array"
},
"secretVersionForClientSecret": {
"type": "string"
},
"tokenEndpoint": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig": {
"id": "GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig",
"properties": {
"serviceAgentAuth": {
"enum": [
"SERVICE_AGENT_AUTH_UNSPECIFIED",
"ID_TOKEN",
"ACCESS_TOKEN"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolCall": {
"id": "GoogleCloudDialogflowV2beta1ToolCall",
"properties": {
"action": {
"type": "string"
},
"answerRecord": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"inputParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"TRIGGERED",
"NEEDS_CONFIRMATION"
],
"enumDescriptions": [
"",
"",
""
],
"readOnly": true,
"type": "string"
},
"tool": {
"type": "string"
},
"toolDisplayDetails": {
"type": "string"
},
"toolDisplayName": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolCallResult": {
"id": "GoogleCloudDialogflowV2beta1ToolCallResult",
"properties": {
"action": {
"type": "string"
},
"answerRecord": {
"type": "string"
},
"content": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"error": {
"$ref": "GoogleCloudDialogflowV2beta1ToolCallResultError"
},
"rawContent": {
"format": "byte",
"type": "string"
},
"tool": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolCallResultError": {
"id": "GoogleCloudDialogflowV2beta1ToolCallResultError",
"properties": {
"message": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolConnectorTool": {
"id": "GoogleCloudDialogflowV2beta1ToolConnectorTool",
"properties": {
"actions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ToolConnectorToolAction"
},
"type": "array"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolConnectorToolAction": {
"id": "GoogleCloudDialogflowV2beta1ToolConnectorToolAction",
"properties": {
"connectionActionId": {
"type": "string"
},
"entityOperation": {
"$ref": "GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation"
},
"inputFields": {
"items": {
"type": "string"
},
"type": "array"
},
"outputFields": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation": {
"id": "GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation",
"properties": {
"entityId": {
"type": "string"
},
"operation": {
"enum": [
"OPERATION_TYPE_UNSPECIFIED",
"LIST",
"GET",
"CREATE",
"UPDATE",
"DELETE"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolExtensionTool": {
"id": "GoogleCloudDialogflowV2beta1ToolExtensionTool",
"properties": {
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolFunctionTool": {
"id": "GoogleCloudDialogflowV2beta1ToolFunctionTool",
"properties": {
"inputSchema": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"methodType": {
"enum": [
"METHOD_TYPE_UNSPECIFIED",
"GET",
"POST",
"PUT",
"DELETE",
"PATCH"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"outputSchema": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolOpenApiTool": {
"id": "GoogleCloudDialogflowV2beta1ToolOpenApiTool",
"properties": {
"authentication": {
"$ref": "GoogleCloudDialogflowV2beta1ToolAuthentication"
},
"serviceDirectoryConfig": {
"$ref": "GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig"
},
"textSchema": {
"type": "string"
},
"tlsConfig": {
"$ref": "GoogleCloudDialogflowV2beta1ToolTLSConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig": {
"id": "GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig",
"properties": {
"service": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolTLSConfig": {
"id": "GoogleCloudDialogflowV2beta1ToolTLSConfig",
"properties": {
"caCerts": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ToolTLSConfigCACert"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolTLSConfigCACert": {
"id": "GoogleCloudDialogflowV2beta1ToolTLSConfigCACert",
"properties": {
"cert": {
"format": "byte",
"type": "string"
},
"displayName": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1TrainAgentRequest": {
"id": "GoogleCloudDialogflowV2beta1TrainAgentRequest",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest": {
"id": "GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ValidationError": {
"id": "GoogleCloudDialogflowV2beta1ValidationError",
"properties": {
"entries": {
"items": {
"type": "string"
},
"type": "array"
},
"errorMessage": {
"type": "string"
},
"severity": {
"enum": [
"SEVERITY_UNSPECIFIED",
"INFO",
"WARNING",
"ERROR",
"CRITICAL"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ValidationResult": {
"id": "GoogleCloudDialogflowV2beta1ValidationResult",
"properties": {
"validationErrors": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ValidationError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Version": {
"id": "GoogleCloudDialogflowV2beta1Version",
"properties": {
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"description": {
"type": "string"
},
"name": {
"readOnly": true,
"type": "string"
},
"status": {
"enum": [
"VERSION_STATUS_UNSPECIFIED",
"IN_PROGRESS",
"READY",
"FAILED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"readOnly": true,
"type": "string"
},
"versionNumber": {
"format": "int32",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1VoiceSelectionParams": {
"id": "GoogleCloudDialogflowV2beta1VoiceSelectionParams",
"properties": {
"name": {
"type": "string"
},
"ssmlGender": {
"enum": [
"SSML_VOICE_GENDER_UNSPECIFIED",
"SSML_VOICE_GENDER_MALE",
"SSML_VOICE_GENDER_FEMALE",
"SSML_VOICE_GENDER_NEUTRAL"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1WebhookRequest": {
"id": "GoogleCloudDialogflowV2beta1WebhookRequest",
"properties": {
"alternativeQueryResults": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1QueryResult"
},
"type": "array"
},
"originalDetectIntentRequest": {
"$ref": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest"
},
"queryResult": {
"$ref": "GoogleCloudDialogflowV2beta1QueryResult"
},
"responseId": {
"type": "string"
},
"session": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1WebhookResponse": {
"id": "GoogleCloudDialogflowV2beta1WebhookResponse",
"properties": {
"endInteraction": {
"type": "boolean"
},
"followupEventInput": {
"$ref": "GoogleCloudDialogflowV2beta1EventInput"
},
"fulfillmentMessages": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessage"
},
"type": "array"
},
"fulfillmentText": {
"type": "string"
},
"liveAgentHandoff": {
"type": "boolean"
},
"outputContexts": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"type": "array"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"sessionEntityTypes": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"type": "array"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV3alpha1ConversationSignals": {
"id": "GoogleCloudDialogflowV3alpha1ConversationSignals",
"properties": {
"turnSignals": {
"$ref": "GoogleCloudDialogflowV3alpha1TurnSignals"
}
},
"type": "object"
},
"GoogleCloudDialogflowV3alpha1TurnSignals": {
"id": "GoogleCloudDialogflowV3alpha1TurnSignals",
"properties": {
"agentEscalated": {
"type": "boolean"
},
"dtmfUsed": {
"type": "boolean"
},
"failureReasons": {
"items": {
"enum": [
"FAILURE_REASON_UNSPECIFIED",
"FAILED_INTENT",
"FAILED_WEBHOOK"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"type": "array"
},
"noMatch": {
"type": "boolean"
},
"noUserInput": {
"type": "boolean"
},
"reachedEndPage": {
"type": "boolean"
},
"sentimentMagnitude": {
"format": "float",
"type": "number"
},
"sentimentScore": {
"format": "float",
"type": "number"
},
"triggeredAbandonmentEvent": {
"type": "boolean"
},
"userEscalated": {
"type": "boolean"
},
"webhookStatuses": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudLocationListLocationsResponse": {
"id": "GoogleCloudLocationListLocationsResponse",
"properties": {
"locations": {
"items": {
"$ref": "GoogleCloudLocationLocation"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudLocationLocation": {
"id": "GoogleCloudLocationLocation",
"properties": {
"displayName": {
"type": "string"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"locationId": {
"type": "string"
},
"metadata": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"type": "object"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleLongrunningListOperationsResponse": {
"id": "GoogleLongrunningListOperationsResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"operations": {
"items": {
"$ref": "GoogleLongrunningOperation"
},
"type": "array"
},
"unreachable": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleLongrunningOperation": {
"id": "GoogleLongrunningOperation",
"properties": {
"done": {
"type": "boolean"
},
"error": {
"$ref": "GoogleRpcStatus"
},
"metadata": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"type": "object"
},
"name": {
"type": "string"
},
"response": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleProtobufEmpty": {
"id": "GoogleProtobufEmpty",
"properties": {},
"type": "object"
},
"GoogleRpcStatus": {
"id": "GoogleRpcStatus",
"properties": {
"code": {
"format": "int32",
"type": "integer"
},
"details": {
"items": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"type": "object"
},
"type": "array"
},
"message": {
"type": "string"
}
},
"type": "object"
},
"GoogleTypeLatLng": {
"id": "GoogleTypeLatLng",
"properties": {
"latitude": {
"format": "double",
"type": "number"
},
"longitude": {
"format": "double",
"type": "number"
}
},
"type": "object"
}
},
"servicePath": "",
"title": "Dialogflow API",
"version": "v2beta1",
"version_module": true
}