{
"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:v3beta1",
"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": {
"resources": {
"locations": {
"methods": {
"get": {
"description": "",
"flatPath": "v3beta1/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": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudLocationLocation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/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": "v3beta1/{+name}/locations",
"response": {
"$ref": "GoogleCloudLocationListLocationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"agents": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/agents",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Agent"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Agent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"export": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}:export",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.export",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}:export",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ExportAgentRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Agent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"getGenerativeSettings": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generativeSettings",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.getGenerativeSettings",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generativeSettings$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1GenerativeSettings"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"getValidationResult": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/validationResult",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.getValidationResult",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/validationResult$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1AgentValidationResult"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/agents",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListAgentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Agent"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Agent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"restore": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}:restore",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.restore",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}:restore",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1RestoreAgentRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"updateGenerativeSettings": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generativeSettings",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.updateGenerativeSettings",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generativeSettings$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1GenerativeSettings"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1GenerativeSettings"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"validate": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}:validate",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.validate",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}:validate",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ValidateAgentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1AgentValidationResult"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"changelogs": {
"methods": {
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/changelogs/{changelogsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.changelogs.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/changelogs/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Changelog"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/changelogs",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.changelogs.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/changelogs",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListChangelogsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"conversations": {
"methods": {
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/conversations/{conversationsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.conversations.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/conversations/{conversationsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.conversations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/conversations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Conversation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/conversations",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.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/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/conversations",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListConversationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"entityTypes": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.entityTypes.create",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/entityTypes",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1EntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1EntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes/{entityTypesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.entityTypes.delete",
"parameterOrder": [
"name"
],
"parameters": {
"force": {
"location": "query",
"type": "boolean"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"export": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes:export",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.entityTypes.export",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/entityTypes:export",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes/{entityTypesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.entityTypes.get",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1EntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"import": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes:import",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.entityTypes.import",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/entityTypes:import",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.entityTypes.list",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/entityTypes",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListEntityTypesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes/{entityTypesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.entityTypes.patch",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1EntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1EntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"environments": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.environments.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/environments",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Environment"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.environments.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"deployFlow": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}:deployFlow",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.environments.deployFlow",
"parameterOrder": [
"environment"
],
"parameters": {
"environment": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+environment}:deployFlow",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1DeployFlowRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.environments.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Environment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.environments.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/environments",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListEnvironmentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"lookupEnvironmentHistory": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}:lookupEnvironmentHistory",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.environments.lookupEnvironmentHistory",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$",
"required": true,
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}:lookupEnvironmentHistory",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1LookupEnvironmentHistoryResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.environments.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Environment"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"runContinuousTest": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}:runContinuousTest",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.environments.runContinuousTest",
"parameterOrder": [
"environment"
],
"parameters": {
"environment": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+environment}:runContinuousTest",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1RunContinuousTestRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"continuousTestResults": {
"methods": {
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/continuousTestResults",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.environments.continuousTestResults.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/continuousTestResults",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"deployments": {
"methods": {
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/deployments/{deploymentsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.environments.deployments.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/deployments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Deployment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/deployments",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.environments.deployments.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/deployments",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListDeploymentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"experiments": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.environments.experiments.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/experiments",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Experiment"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Experiment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.environments.experiments.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.environments.experiments.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Experiment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.environments.experiments.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/experiments",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListExperimentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.environments.experiments.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Experiment"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Experiment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"start": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}:start",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.environments.experiments.start",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}:start",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1StartExperimentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Experiment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"stop": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}:stop",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.environments.experiments.stop",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}:stop",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1StopExperimentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Experiment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"sessions": {
"methods": {
"detectIntent": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:detectIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.environments.sessions.detectIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+session}:detectIntent",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"fulfillIntent": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:fulfillIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.environments.sessions.fulfillIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+session}:fulfillIntent",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1FulfillIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1FulfillIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"matchIntent": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:matchIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.environments.sessions.matchIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+session}:matchIntent",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1MatchIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1MatchIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"serverStreamingDetectIntent": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:serverStreamingDetectIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.environments.sessions.serverStreamingDetectIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+session}:serverStreamingDetectIntent",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"entityTypes": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/entityTypes",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/entityTypes",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListSessionEntityTypesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
}
}
},
"flows": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.flows.create",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/flows",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Flow"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Flow"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.flows.delete",
"parameterOrder": [
"name"
],
"parameters": {
"force": {
"location": "query",
"type": "boolean"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"export": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}:export",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.flows.export",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}:export",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ExportFlowRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.flows.get",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Flow"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"getValidationResult": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/validationResult",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.flows.getValidationResult",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/validationResult$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1FlowValidationResult"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"import": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows:import",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.flows.import",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/flows:import",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ImportFlowRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.flows.list",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/flows",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListFlowsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.flows.patch",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Flow"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Flow"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"train": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}:train",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.flows.train",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}:train",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1TrainFlowRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"validate": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}:validate",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.flows.validate",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}:validate",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ValidateFlowRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1FlowValidationResult"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"pages": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.flows.pages.create",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/pages",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Page"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Page"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages/{pagesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.flows.pages.delete",
"parameterOrder": [
"name"
],
"parameters": {
"force": {
"location": "query",
"type": "boolean"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/pages/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages/{pagesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.flows.pages.get",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/pages/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Page"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.flows.pages.list",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/pages",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListPagesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages/{pagesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.flows.pages.patch",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/pages/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Page"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Page"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"transitionRouteGroups": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.create",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/transitionRouteGroups",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups/{transitionRouteGroupsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.delete",
"parameterOrder": [
"name"
],
"parameters": {
"force": {
"location": "query",
"type": "boolean"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/transitionRouteGroups/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups/{transitionRouteGroupsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.get",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/transitionRouteGroups/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.list",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/transitionRouteGroups",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups/{transitionRouteGroupsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.patch",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/transitionRouteGroups/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"versions": {
"methods": {
"compareVersions": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}:compareVersions",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.flows.versions.compareVersions",
"parameterOrder": [
"baseVersion"
],
"parameters": {
"baseVersion": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+baseVersion}:compareVersions",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1CompareVersionsRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1CompareVersionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.flows.versions.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/versions",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Version"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.flows.versions.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.flows.versions.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Version"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.flows.versions.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/versions",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListVersionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"load": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}:load",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.flows.versions.load",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}:load",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1LoadVersionRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.flows.versions.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Version"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Version"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"generators": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.generators.create",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/generators",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Generator"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Generator"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators/{generatorsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.generators.delete",
"parameterOrder": [
"name"
],
"parameters": {
"force": {
"location": "query",
"type": "boolean"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generators/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators/{generatorsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.generators.get",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generators/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Generator"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.generators.list",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/generators",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListGeneratorsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators/{generatorsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.generators.patch",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generators/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Generator"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Generator"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"intents": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.intents.create",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/intents",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Intent"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Intent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents/{intentsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.intents.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/intents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"export": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents:export",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.intents.export",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/intents:export",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ExportIntentsRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents/{intentsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.intents.get",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/intents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Intent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"import": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents:import",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.intents.import",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/intents:import",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ImportIntentsRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.intents.list",
"parameterOrder": [
"parent"
],
"parameters": {
"intentView": {
"enum": [
"INTENT_VIEW_UNSPECIFIED",
"INTENT_VIEW_PARTIAL",
"INTENT_VIEW_FULL"
],
"enumDescriptions": [
"",
"",
""
],
"location": "query",
"type": "string"
},
"languageCode": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/intents",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListIntentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents/{intentsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.intents.patch",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/intents/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Intent"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Intent"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"playbooks": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.playbooks.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/playbooks",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Playbook"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Playbook"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.playbooks.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"export": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}:export",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.playbooks.export",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}:export",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.playbooks.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Playbook"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"import": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks:import",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.playbooks.import",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/playbooks:import",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.playbooks.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/playbooks",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListPlaybooksResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.playbooks.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Playbook"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Playbook"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"examples": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.playbooks.examples.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/examples",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Example"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Example"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples/{examplesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.playbooks.examples.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/examples/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples/{examplesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.playbooks.examples.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/examples/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Example"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.playbooks.examples.list",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/examples",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListExamplesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples/{examplesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.playbooks.examples.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/examples/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Example"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Example"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"versions": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.playbooks.versions.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/versions",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookVersion"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookVersion"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions/{versionsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.playbooks.versions.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions/{versionsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.playbooks.versions.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookVersion"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.playbooks.versions.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/versions",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListPlaybookVersionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"restore": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions/{versionsId}:restore",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.playbooks.versions.restore",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}:restore",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"sessions": {
"methods": {
"detectIntent": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:detectIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.sessions.detectIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+session}:detectIntent",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"fulfillIntent": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:fulfillIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.sessions.fulfillIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+session}:fulfillIntent",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1FulfillIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1FulfillIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"matchIntent": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:matchIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.sessions.matchIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+session}:matchIntent",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1MatchIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1MatchIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"serverStreamingDetectIntent": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:serverStreamingDetectIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.sessions.serverStreamingDetectIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+session}:serverStreamingDetectIntent",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"submitAnswerFeedback": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:submitAnswerFeedback",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.sessions.submitAnswerFeedback",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+session}:submitAnswerFeedback",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1SubmitAnswerFeedbackRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1AnswerFeedback"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"entityTypes": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.sessions.entityTypes.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/entityTypes",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.sessions.entityTypes.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.sessions.entityTypes.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.sessions.entityTypes.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/entityTypes",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListSessionEntityTypesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.sessions.entityTypes.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/entityTypes/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"testCases": {
"methods": {
"batchDelete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:batchDelete",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.testCases.batchDelete",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/testCases:batchDelete",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1BatchDeleteTestCasesRequest"
},
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"batchRun": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:batchRun",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.testCases.batchRun",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/testCases:batchRun",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"calculateCoverage": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:calculateCoverage",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.testCases.calculateCoverage",
"parameterOrder": [
"agent"
],
"parameters": {
"agent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
},
"type": {
"enum": [
"COVERAGE_TYPE_UNSPECIFIED",
"INTENT",
"PAGE_TRANSITION",
"TRANSITION_ROUTE_GROUP"
],
"enumDescriptions": [
"",
"",
"",
""
],
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+agent}/testCases:calculateCoverage",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1CalculateCoverageResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.testCases.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/testCases",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCase"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCase"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"export": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:export",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.testCases.export",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/testCases:export",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.testCases.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCase"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"import": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:import",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.testCases.import",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/testCases:import",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ImportTestCasesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.testCases.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
},
"view": {
"enum": [
"TEST_CASE_VIEW_UNSPECIFIED",
"BASIC",
"FULL"
],
"enumDescriptions": [
"",
"",
""
],
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+parent}/testCases",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListTestCasesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.testCases.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCase"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCase"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"run": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}:run",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.testCases.run",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}:run",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1RunTestCaseRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"results": {
"methods": {
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}/results/{resultsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.testCases.results.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+/results/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}/results",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.testCases.results.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/results",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListTestCaseResultsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"tools": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.tools.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/tools",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Tool"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Tool"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.tools.delete",
"parameterOrder": [
"name"
],
"parameters": {
"force": {
"location": "query",
"type": "boolean"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"export": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools:export",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.tools.export",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/tools:export",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ExportToolsRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.tools.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Tool"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.tools.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/tools",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListToolsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.tools.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Tool"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Tool"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
"versions": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.tools.versions.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/versions",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolVersion"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolVersion"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions/{versionsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.tools.versions.delete",
"parameterOrder": [
"name"
],
"parameters": {
"force": {
"location": "query",
"type": "boolean"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions/{versionsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.tools.versions.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolVersion"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.tools.versions.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/versions",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListToolVersionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"restore": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions/{versionsId}:restore",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.tools.versions.restore",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}:restore",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1RestoreToolVersionRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1RestoreToolVersionResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"transitionRouteGroups": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.transitionRouteGroups.create",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/transitionRouteGroups",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.transitionRouteGroups.delete",
"parameterOrder": [
"name"
],
"parameters": {
"force": {
"location": "query",
"type": "boolean"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.transitionRouteGroups.get",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.transitionRouteGroups.list",
"parameterOrder": [
"parent"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/transitionRouteGroups",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.transitionRouteGroups.patch",
"parameterOrder": [
"name"
],
"parameters": {
"languageCode": {
"location": "query",
"type": "string"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"webhooks": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.webhooks.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/webhooks",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Webhook"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Webhook"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks/{webhooksId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.agents.webhooks.delete",
"parameterOrder": [
"name"
],
"parameters": {
"force": {
"location": "query",
"type": "boolean"
},
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/webhooks/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks/{webhooksId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.webhooks.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/webhooks/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Webhook"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.agents.webhooks.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/webhooks",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListWebhooksResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks/{webhooksId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.agents.webhooks.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/webhooks/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1Webhook"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1Webhook"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"operations": {
"methods": {
"cancel": {
"description": "",
"flatPath": "v3beta1/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": "v3beta1/{+name}:cancel",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/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": "v3beta1/{+name}",
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/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": "v3beta1/{+name}/operations",
"response": {
"$ref": "GoogleLongrunningListOperationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
},
"securitySettings": {
"methods": {
"create": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/securitySettings",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.securitySettings.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/securitySettings",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettings"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettings"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"delete": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/securitySettings/{securitySettingsId}",
"httpMethod": "DELETE",
"id": "dialogflow.projects.locations.securitySettings.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/securitySettings/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/securitySettings/{securitySettingsId}",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.securitySettings.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/securitySettings/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+name}",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettings"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/securitySettings",
"httpMethod": "GET",
"id": "dialogflow.projects.locations.securitySettings.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"location": "query",
"type": "string"
},
"parent": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+parent}/securitySettings",
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1ListSecuritySettingsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"patch": {
"description": "",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/securitySettings/{securitySettingsId}",
"httpMethod": "PATCH",
"id": "dialogflow.projects.locations.securitySettings.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/securitySettings/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v3beta1/{+name}",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettings"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettings"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
},
"operations": {
"methods": {
"cancel": {
"description": "",
"flatPath": "v3beta1/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": "v3beta1/{+name}:cancel",
"response": {
"$ref": "GoogleProtobufEmpty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"get": {
"description": "",
"flatPath": "v3beta1/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": "v3beta1/{+name}",
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"list": {
"description": "",
"flatPath": "v3beta1/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": "v3beta1/{+name}/operations",
"response": {
"$ref": "GoogleLongrunningListOperationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
}
}
}
}
},
"revision": "20260119",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
"id": "GoogleCloudDialogflowCxV3AdvancedSettings",
"properties": {
"audioExportGcsDestination": {
"$ref": "GoogleCloudDialogflowCxV3GcsDestination"
},
"dtmfSettings": {
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings"
},
"loggingSettings": {
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings"
},
"speechSettings": {
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings": {
"id": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings",
"properties": {
"enabled": {
"type": "boolean"
},
"endpointingTimeoutDuration": {
"format": "google-duration",
"type": "string"
},
"finishDigit": {
"type": "string"
},
"interdigitTimeoutDuration": {
"format": "google-duration",
"type": "string"
},
"maxDigits": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings": {
"id": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings",
"properties": {
"enableConsentBasedRedaction": {
"type": "boolean"
},
"enableInteractionLogging": {
"type": "boolean"
},
"enableStackdriverLogging": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings": {
"id": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings",
"properties": {
"endpointerSensitivity": {
"format": "int32",
"type": "integer"
},
"models": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"noSpeechTimeout": {
"format": "google-duration",
"type": "string"
},
"useTimeoutBasedEndpointing": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3AudioInput": {
"id": "GoogleCloudDialogflowCxV3AudioInput",
"properties": {
"audio": {
"format": "byte",
"type": "string"
},
"config": {
"$ref": "GoogleCloudDialogflowCxV3InputAudioConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3BargeInConfig": {
"id": "GoogleCloudDialogflowCxV3BargeInConfig",
"properties": {
"noBargeInDuration": {
"format": "google-duration",
"type": "string"
},
"totalDuration": {
"format": "google-duration",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata": {
"id": "GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata",
"properties": {
"errors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3TestError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3BatchRunTestCasesResponse": {
"id": "GoogleCloudDialogflowCxV3BatchRunTestCasesResponse",
"properties": {
"results": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3TestCaseResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ContinuousTestResult": {
"id": "GoogleCloudDialogflowCxV3ContinuousTestResult",
"properties": {
"name": {
"type": "string"
},
"result": {
"enum": [
"AGGREGATED_TEST_RESULT_UNSPECIFIED",
"PASSED",
"FAILED"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"runTime": {
"format": "google-datetime",
"type": "string"
},
"testCaseResults": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ConversationSignals": {
"id": "GoogleCloudDialogflowCxV3ConversationSignals",
"properties": {
"turnSignals": {
"$ref": "GoogleCloudDialogflowCxV3TurnSignals"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ConversationTurn": {
"id": "GoogleCloudDialogflowCxV3ConversationTurn",
"properties": {
"userInput": {
"$ref": "GoogleCloudDialogflowCxV3ConversationTurnUserInput"
},
"virtualAgentOutput": {
"$ref": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ConversationTurnUserInput": {
"id": "GoogleCloudDialogflowCxV3ConversationTurnUserInput",
"properties": {
"enableSentimentAnalysis": {
"type": "boolean"
},
"injectedParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"input": {
"$ref": "GoogleCloudDialogflowCxV3QueryInput"
},
"isWebhookEnabled": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput": {
"id": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput",
"properties": {
"currentPage": {
"$ref": "GoogleCloudDialogflowCxV3Page"
},
"diagnosticInfo": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"differences": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3TestRunDifference"
},
"readOnly": true,
"type": "array"
},
"sessionParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"status": {
"$ref": "GoogleRpcStatus"
},
"textResponses": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageText"
},
"type": "array"
},
"triggeredIntent": {
"$ref": "GoogleCloudDialogflowCxV3Intent"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3CreateVersionOperationMetadata": {
"id": "GoogleCloudDialogflowCxV3CreateVersionOperationMetadata",
"properties": {
"version": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3DataStoreConnection": {
"id": "GoogleCloudDialogflowCxV3DataStoreConnection",
"properties": {
"dataStore": {
"type": "string"
},
"dataStoreType": {
"enum": [
"DATA_STORE_TYPE_UNSPECIFIED",
"PUBLIC_WEB",
"UNSTRUCTURED",
"STRUCTURED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"documentProcessingMode": {
"enum": [
"DOCUMENT_PROCESSING_MODE_UNSPECIFIED",
"DOCUMENTS",
"CHUNKS"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3DeployFlowMetadata": {
"id": "GoogleCloudDialogflowCxV3DeployFlowMetadata",
"properties": {
"testErrors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3TestError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3DeployFlowResponse": {
"id": "GoogleCloudDialogflowCxV3DeployFlowResponse",
"properties": {
"deployment": {
"type": "string"
},
"environment": {
"$ref": "GoogleCloudDialogflowCxV3Environment"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3DtmfInput": {
"id": "GoogleCloudDialogflowCxV3DtmfInput",
"properties": {
"digits": {
"type": "string"
},
"finishDigit": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3Environment": {
"id": "GoogleCloudDialogflowCxV3Environment",
"properties": {
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"name": {
"type": "string"
},
"testCasesConfig": {
"$ref": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig"
},
"updateTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"versionConfigs": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig"
},
"type": "array"
},
"webhookConfig": {
"$ref": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig": {
"id": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig",
"properties": {
"enableContinuousRun": {
"type": "boolean"
},
"enablePredeploymentRun": {
"type": "boolean"
},
"testCases": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3EnvironmentVersionConfig": {
"id": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig",
"properties": {
"version": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3EnvironmentWebhookConfig": {
"id": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig",
"properties": {
"webhookOverrides": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3Webhook"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3EventHandler": {
"id": "GoogleCloudDialogflowCxV3EventHandler",
"properties": {
"event": {
"type": "string"
},
"name": {
"readOnly": true,
"type": "string"
},
"targetFlow": {
"type": "string"
},
"targetPage": {
"type": "string"
},
"targetPlaybook": {
"type": "string"
},
"triggerFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3Fulfillment"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3EventInput": {
"id": "GoogleCloudDialogflowCxV3EventInput",
"properties": {
"event": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportAgentResponse": {
"id": "GoogleCloudDialogflowCxV3ExportAgentResponse",
"properties": {
"agentContent": {
"format": "byte",
"type": "string"
},
"agentUri": {
"type": "string"
},
"commitSha": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportEntityTypesMetadata": {
"id": "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportEntityTypesResponse": {
"id": "GoogleCloudDialogflowCxV3ExportEntityTypesResponse",
"properties": {
"entityTypesContent": {
"$ref": "GoogleCloudDialogflowCxV3InlineDestination"
},
"entityTypesUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportFlowResponse": {
"id": "GoogleCloudDialogflowCxV3ExportFlowResponse",
"properties": {
"flowContent": {
"format": "byte",
"type": "string"
},
"flowUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportIntentsMetadata": {
"id": "GoogleCloudDialogflowCxV3ExportIntentsMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportIntentsResponse": {
"id": "GoogleCloudDialogflowCxV3ExportIntentsResponse",
"properties": {
"intentsContent": {
"$ref": "GoogleCloudDialogflowCxV3InlineDestination"
},
"intentsUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportTestCasesMetadata": {
"id": "GoogleCloudDialogflowCxV3ExportTestCasesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportTestCasesResponse": {
"id": "GoogleCloudDialogflowCxV3ExportTestCasesResponse",
"properties": {
"content": {
"format": "byte",
"type": "string"
},
"gcsUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3Form": {
"id": "GoogleCloudDialogflowCxV3Form",
"properties": {
"parameters": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3FormParameter"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3FormParameter": {
"id": "GoogleCloudDialogflowCxV3FormParameter",
"properties": {
"advancedSettings": {
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettings"
},
"defaultValue": {
"type": "any"
},
"displayName": {
"type": "string"
},
"entityType": {
"type": "string"
},
"fillBehavior": {
"$ref": "GoogleCloudDialogflowCxV3FormParameterFillBehavior"
},
"isList": {
"type": "boolean"
},
"redact": {
"type": "boolean"
},
"required": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3FormParameterFillBehavior": {
"id": "GoogleCloudDialogflowCxV3FormParameterFillBehavior",
"properties": {
"initialPromptFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3Fulfillment"
},
"repromptEventHandlers": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3EventHandler"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3Fulfillment": {
"id": "GoogleCloudDialogflowCxV3Fulfillment",
"properties": {
"advancedSettings": {
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettings"
},
"conditionalCases": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases"
},
"type": "array"
},
"enableGenerativeFallback": {
"type": "boolean"
},
"generators": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings"
},
"type": "array"
},
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessage"
},
"type": "array"
},
"returnPartialResponses": {
"type": "boolean"
},
"setParameterActions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction"
},
"type": "array"
},
"tag": {
"type": "string"
},
"webhook": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3FulfillmentConditionalCases": {
"id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases",
"properties": {
"cases": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase": {
"id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase",
"properties": {
"caseContent": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent"
},
"type": "array"
},
"condition": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent": {
"id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent",
"properties": {
"additionalCases": {
"$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases"
},
"message": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessage"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings": {
"id": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings",
"properties": {
"generator": {
"type": "string"
},
"inputParameters": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"outputParameter": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3FulfillmentSetParameterAction": {
"id": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction",
"properties": {
"parameter": {
"type": "string"
},
"value": {
"type": "any"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3GcsDestination": {
"id": "GoogleCloudDialogflowCxV3GcsDestination",
"properties": {
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportEntityTypesMetadata": {
"id": "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportEntityTypesResponse": {
"id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponse",
"properties": {
"conflictingResources": {
"$ref": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources"
},
"entityTypes": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources": {
"id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources",
"properties": {
"entityDisplayNames": {
"items": {
"type": "string"
},
"type": "array"
},
"entityTypeDisplayNames": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportFlowResponse": {
"id": "GoogleCloudDialogflowCxV3ImportFlowResponse",
"properties": {
"flow": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportIntentsMetadata": {
"id": "GoogleCloudDialogflowCxV3ImportIntentsMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportIntentsResponse": {
"id": "GoogleCloudDialogflowCxV3ImportIntentsResponse",
"properties": {
"conflictingResources": {
"$ref": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources"
},
"intents": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources": {
"id": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources",
"properties": {
"entityDisplayNames": {
"items": {
"type": "string"
},
"type": "array"
},
"intentDisplayNames": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportTestCasesMetadata": {
"id": "GoogleCloudDialogflowCxV3ImportTestCasesMetadata",
"properties": {
"errors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3TestCaseError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportTestCasesResponse": {
"id": "GoogleCloudDialogflowCxV3ImportTestCasesResponse",
"properties": {
"names": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3InlineDestination": {
"id": "GoogleCloudDialogflowCxV3InlineDestination",
"properties": {
"content": {
"format": "byte",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3InputAudioConfig": {
"id": "GoogleCloudDialogflowCxV3InputAudioConfig",
"properties": {
"audioEncoding": {
"enum": [
"AUDIO_ENCODING_UNSPECIFIED",
"AUDIO_ENCODING_LINEAR_16",
"AUDIO_ENCODING_FLAC",
"AUDIO_ENCODING_MULAW",
"AUDIO_ENCODING_AMR",
"AUDIO_ENCODING_AMR_WB",
"AUDIO_ENCODING_OGG_OPUS",
"AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE",
"AUDIO_ENCODING_ALAW"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"bargeInConfig": {
"$ref": "GoogleCloudDialogflowCxV3BargeInConfig"
},
"enableWordInfo": {
"type": "boolean"
},
"model": {
"type": "string"
},
"modelVariant": {
"enum": [
"SPEECH_MODEL_VARIANT_UNSPECIFIED",
"USE_BEST_AVAILABLE",
"USE_STANDARD",
"USE_ENHANCED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"optOutConformerModelMigration": {
"type": "boolean"
},
"phraseHints": {
"items": {
"type": "string"
},
"type": "array"
},
"sampleRateHertz": {
"format": "int32",
"type": "integer"
},
"singleUtterance": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3Intent": {
"id": "GoogleCloudDialogflowCxV3Intent",
"properties": {
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"isFallback": {
"type": "boolean"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"name": {
"type": "string"
},
"parameters": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3IntentParameter"
},
"type": "array"
},
"priority": {
"format": "int32",
"type": "integer"
},
"trainingPhrases": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrase"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3IntentInput": {
"id": "GoogleCloudDialogflowCxV3IntentInput",
"properties": {
"intent": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3IntentParameter": {
"id": "GoogleCloudDialogflowCxV3IntentParameter",
"properties": {
"entityType": {
"type": "string"
},
"id": {
"type": "string"
},
"isList": {
"type": "boolean"
},
"redact": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3IntentTrainingPhrase": {
"id": "GoogleCloudDialogflowCxV3IntentTrainingPhrase",
"properties": {
"id": {
"readOnly": true,
"type": "string"
},
"parts": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart"
},
"type": "array"
},
"repeatCount": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3IntentTrainingPhrasePart": {
"id": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart",
"properties": {
"parameterId": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3KnowledgeConnectorSettings": {
"id": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings",
"properties": {
"dataStoreConnections": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3DataStoreConnection"
},
"type": "array"
},
"enabled": {
"type": "boolean"
},
"targetFlow": {
"type": "string"
},
"targetPage": {
"type": "string"
},
"triggerFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3Fulfillment"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3LanguageInfo": {
"id": "GoogleCloudDialogflowCxV3LanguageInfo",
"properties": {
"confidenceScore": {
"format": "float",
"type": "number"
},
"inputLanguageCode": {
"type": "string"
},
"resolvedLanguageCode": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3Page": {
"id": "GoogleCloudDialogflowCxV3Page",
"properties": {
"advancedSettings": {
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettings"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"entryFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3Fulfillment"
},
"eventHandlers": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3EventHandler"
},
"type": "array"
},
"form": {
"$ref": "GoogleCloudDialogflowCxV3Form"
},
"knowledgeConnectorSettings": {
"$ref": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings"
},
"name": {
"type": "string"
},
"transitionRouteGroups": {
"items": {
"type": "string"
},
"type": "array"
},
"transitionRoutes": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3TransitionRoute"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3PageInfo": {
"id": "GoogleCloudDialogflowCxV3PageInfo",
"properties": {
"currentPage": {
"type": "string"
},
"displayName": {
"type": "string"
},
"formInfo": {
"$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfo"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3PageInfoFormInfo": {
"id": "GoogleCloudDialogflowCxV3PageInfoFormInfo",
"properties": {
"parameterInfo": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo": {
"id": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo",
"properties": {
"displayName": {
"type": "string"
},
"justCollected": {
"type": "boolean"
},
"required": {
"type": "boolean"
},
"state": {
"enum": [
"PARAMETER_STATE_UNSPECIFIED",
"EMPTY",
"INVALID",
"FILLED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"value": {
"type": "any"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3QueryInput": {
"id": "GoogleCloudDialogflowCxV3QueryInput",
"properties": {
"audio": {
"$ref": "GoogleCloudDialogflowCxV3AudioInput"
},
"dtmf": {
"$ref": "GoogleCloudDialogflowCxV3DtmfInput"
},
"event": {
"$ref": "GoogleCloudDialogflowCxV3EventInput"
},
"intent": {
"$ref": "GoogleCloudDialogflowCxV3IntentInput"
},
"languageCode": {
"type": "string"
},
"text": {
"$ref": "GoogleCloudDialogflowCxV3TextInput"
},
"toolCallResult": {
"$ref": "GoogleCloudDialogflowCxV3ToolCallResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessage": {
"id": "GoogleCloudDialogflowCxV3ResponseMessage",
"properties": {
"channel": {
"type": "string"
},
"conversationSuccess": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess"
},
"endInteraction": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction",
"readOnly": true
},
"knowledgeInfoCard": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard"
},
"liveAgentHandoff": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff"
},
"mixedAudio": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio",
"readOnly": true
},
"outputAudioText": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"playAudio": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio"
},
"responseType": {
"enum": [
"RESPONSE_TYPE_UNSPECIFIED",
"ENTRY_PROMPT",
"PARAMETER_PROMPT",
"HANDLER_PROMPT"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"telephonyTransferCall": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall"
},
"text": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageText"
},
"toolCall": {
"$ref": "GoogleCloudDialogflowCxV3ToolCall"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess",
"properties": {
"metadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageEndInteraction": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff",
"properties": {
"metadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageMixedAudio": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio",
"properties": {
"segments": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment",
"properties": {
"allowPlaybackInterruption": {
"readOnly": true,
"type": "boolean"
},
"audio": {
"format": "byte",
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText",
"properties": {
"allowPlaybackInterruption": {
"readOnly": true,
"type": "boolean"
},
"ssml": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessagePlayAudio": {
"id": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio",
"properties": {
"allowPlaybackInterruption": {
"readOnly": true,
"type": "boolean"
},
"audioUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall",
"properties": {
"phoneNumber": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ResponseMessageText": {
"id": "GoogleCloudDialogflowCxV3ResponseMessageText",
"properties": {
"allowPlaybackInterruption": {
"readOnly": true,
"type": "boolean"
},
"text": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3RunContinuousTestMetadata": {
"id": "GoogleCloudDialogflowCxV3RunContinuousTestMetadata",
"properties": {
"errors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3TestError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3RunContinuousTestResponse": {
"id": "GoogleCloudDialogflowCxV3RunContinuousTestResponse",
"properties": {
"continuousTestResult": {
"$ref": "GoogleCloudDialogflowCxV3ContinuousTestResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3RunTestCaseMetadata": {
"id": "GoogleCloudDialogflowCxV3RunTestCaseMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3RunTestCaseResponse": {
"id": "GoogleCloudDialogflowCxV3RunTestCaseResponse",
"properties": {
"result": {
"$ref": "GoogleCloudDialogflowCxV3TestCaseResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3SessionInfo": {
"id": "GoogleCloudDialogflowCxV3SessionInfo",
"properties": {
"parameters": {
"additionalProperties": {
"type": "any"
},
"type": "object"
},
"session": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TestCase": {
"id": "GoogleCloudDialogflowCxV3TestCase",
"properties": {
"creationTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"displayName": {
"type": "string"
},
"lastTestResult": {
"$ref": "GoogleCloudDialogflowCxV3TestCaseResult"
},
"name": {
"type": "string"
},
"notes": {
"type": "string"
},
"tags": {
"items": {
"type": "string"
},
"type": "array"
},
"testCaseConversationTurns": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3ConversationTurn"
},
"type": "array"
},
"testConfig": {
"$ref": "GoogleCloudDialogflowCxV3TestConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TestCaseError": {
"id": "GoogleCloudDialogflowCxV3TestCaseError",
"properties": {
"status": {
"$ref": "GoogleRpcStatus"
},
"testCase": {
"$ref": "GoogleCloudDialogflowCxV3TestCase"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TestCaseResult": {
"id": "GoogleCloudDialogflowCxV3TestCaseResult",
"properties": {
"conversationTurns": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3ConversationTurn"
},
"type": "array"
},
"environment": {
"type": "string"
},
"name": {
"type": "string"
},
"testResult": {
"enum": [
"TEST_RESULT_UNSPECIFIED",
"PASSED",
"FAILED"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"testTime": {
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TestConfig": {
"id": "GoogleCloudDialogflowCxV3TestConfig",
"properties": {
"flow": {
"type": "string"
},
"page": {
"type": "string"
},
"trackingParameters": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TestError": {
"id": "GoogleCloudDialogflowCxV3TestError",
"properties": {
"status": {
"$ref": "GoogleRpcStatus"
},
"testCase": {
"type": "string"
},
"testTime": {
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TestRunDifference": {
"id": "GoogleCloudDialogflowCxV3TestRunDifference",
"properties": {
"description": {
"type": "string"
},
"type": {
"enum": [
"DIFF_TYPE_UNSPECIFIED",
"INTENT",
"PAGE",
"PARAMETERS",
"UTTERANCE",
"FLOW"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TextInput": {
"id": "GoogleCloudDialogflowCxV3TextInput",
"properties": {
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ToolCall": {
"id": "GoogleCloudDialogflowCxV3ToolCall",
"properties": {
"action": {
"type": "string"
},
"inputParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"tool": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ToolCallResult": {
"id": "GoogleCloudDialogflowCxV3ToolCallResult",
"properties": {
"action": {
"type": "string"
},
"error": {
"$ref": "GoogleCloudDialogflowCxV3ToolCallResultError"
},
"outputParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"tool": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ToolCallResultError": {
"id": "GoogleCloudDialogflowCxV3ToolCallResultError",
"properties": {
"message": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TransitionRoute": {
"id": "GoogleCloudDialogflowCxV3TransitionRoute",
"properties": {
"condition": {
"type": "string"
},
"description": {
"type": "string"
},
"intent": {
"type": "string"
},
"name": {
"readOnly": true,
"type": "string"
},
"targetFlow": {
"type": "string"
},
"targetPage": {
"type": "string"
},
"triggerFulfillment": {
"$ref": "GoogleCloudDialogflowCxV3Fulfillment"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3TurnSignals": {
"id": "GoogleCloudDialogflowCxV3TurnSignals",
"properties": {
"agentEscalated": {
"type": "boolean"
},
"dtmfUsed": {
"type": "boolean"
},
"failureReasons": {
"items": {
"enum": [
"FAILURE_REASON_UNSPECIFIED",
"FAILED_INTENT",
"FAILED_WEBHOOK"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"type": "array"
},
"noMatch": {
"type": "boolean"
},
"noUserInput": {
"type": "boolean"
},
"reachedEndPage": {
"type": "boolean"
},
"sentimentMagnitude": {
"format": "float",
"type": "number"
},
"sentimentScore": {
"format": "float",
"type": "number"
},
"userEscalated": {
"type": "boolean"
},
"webhookStatuses": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3Webhook": {
"id": "GoogleCloudDialogflowCxV3Webhook",
"properties": {
"disabled": {
"type": "boolean"
},
"displayName": {
"type": "string"
},
"genericWebService": {
"$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService"
},
"name": {
"type": "string"
},
"serviceDirectory": {
"$ref": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig"
},
"timeout": {
"format": "google-duration",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookGenericWebService": {
"id": "GoogleCloudDialogflowCxV3WebhookGenericWebService",
"properties": {
"allowedCaCerts": {
"items": {
"format": "byte",
"type": "string"
},
"type": "array"
},
"httpMethod": {
"enum": [
"HTTP_METHOD_UNSPECIFIED",
"POST",
"GET",
"HEAD",
"PUT",
"DELETE",
"PATCH",
"OPTIONS"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"oauthConfig": {
"$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig"
},
"parameterMapping": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"password": {
"deprecated": true,
"type": "string"
},
"requestBody": {
"type": "string"
},
"requestHeaders": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"secretVersionForUsernamePassword": {
"type": "string"
},
"secretVersionsForRequestHeaders": {
"additionalProperties": {
"$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue"
},
"type": "object"
},
"serviceAccountAuthConfig": {
"$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig"
},
"serviceAgentAuth": {
"enum": [
"SERVICE_AGENT_AUTH_UNSPECIFIED",
"NONE",
"ID_TOKEN",
"ACCESS_TOKEN"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"uri": {
"type": "string"
},
"username": {
"deprecated": true,
"type": "string"
},
"webhookType": {
"enum": [
"WEBHOOK_TYPE_UNSPECIFIED",
"STANDARD",
"FLEXIBLE"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig": {
"id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig",
"properties": {
"clientId": {
"type": "string"
},
"clientSecret": {
"type": "string"
},
"scopes": {
"items": {
"type": "string"
},
"type": "array"
},
"secretVersionForClientSecret": {
"type": "string"
},
"tokenEndpoint": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue": {
"id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue",
"properties": {
"secretVersion": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig": {
"id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig",
"properties": {
"serviceAccount": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookRequest": {
"id": "GoogleCloudDialogflowCxV3WebhookRequest",
"properties": {
"detectIntentResponseId": {
"type": "string"
},
"dtmfDigits": {
"type": "string"
},
"fulfillmentInfo": {
"$ref": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo"
},
"intentInfo": {
"$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo"
},
"languageCode": {
"type": "string"
},
"languageInfo": {
"$ref": "GoogleCloudDialogflowCxV3LanguageInfo"
},
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessage"
},
"type": "array"
},
"pageInfo": {
"$ref": "GoogleCloudDialogflowCxV3PageInfo"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"sentimentAnalysisResult": {
"$ref": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult"
},
"sessionInfo": {
"$ref": "GoogleCloudDialogflowCxV3SessionInfo"
},
"text": {
"type": "string"
},
"transcript": {
"type": "string"
},
"triggerEvent": {
"type": "string"
},
"triggerIntent": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo": {
"id": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo",
"properties": {
"tag": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookRequestIntentInfo": {
"id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo",
"properties": {
"confidence": {
"format": "float",
"type": "number"
},
"displayName": {
"type": "string"
},
"lastMatchedIntent": {
"type": "string"
},
"parameters": {
"additionalProperties": {
"$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue": {
"id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue",
"properties": {
"originalValue": {
"type": "string"
},
"resolvedValue": {
"type": "any"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult": {
"id": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult",
"properties": {
"magnitude": {
"format": "float",
"type": "number"
},
"score": {
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookResponse": {
"id": "GoogleCloudDialogflowCxV3WebhookResponse",
"properties": {
"fulfillmentResponse": {
"$ref": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse"
},
"pageInfo": {
"$ref": "GoogleCloudDialogflowCxV3PageInfo"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"sessionInfo": {
"$ref": "GoogleCloudDialogflowCxV3SessionInfo"
},
"targetFlow": {
"type": "string"
},
"targetPage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse": {
"id": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse",
"properties": {
"mergeBehavior": {
"enum": [
"MERGE_BEHAVIOR_UNSPECIFIED",
"APPEND",
"REPLACE"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessage"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig": {
"id": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig",
"properties": {
"genericWebService": {
"$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService"
},
"service": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Action": {
"id": "GoogleCloudDialogflowCxV3beta1Action",
"properties": {
"agentUtterance": {
"$ref": "GoogleCloudDialogflowCxV3beta1AgentUtterance"
},
"completeTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"displayName": {
"readOnly": true,
"type": "string"
},
"event": {
"$ref": "GoogleCloudDialogflowCxV3beta1Event"
},
"flowInvocation": {
"$ref": "GoogleCloudDialogflowCxV3beta1FlowInvocation"
},
"flowStateUpdate": {
"$ref": "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate",
"readOnly": true
},
"flowTransition": {
"$ref": "GoogleCloudDialogflowCxV3beta1FlowTransition"
},
"intentMatch": {
"$ref": "GoogleCloudDialogflowCxV3beta1ActionIntentMatch",
"readOnly": true
},
"llmCall": {
"$ref": "GoogleCloudDialogflowCxV3beta1LlmCall",
"readOnly": true
},
"playbookInvocation": {
"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookInvocation"
},
"playbookTransition": {
"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookTransition"
},
"startTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"status": {
"$ref": "GoogleCloudDialogflowCxV3beta1Status",
"readOnly": true
},
"stt": {
"$ref": "GoogleCloudDialogflowCxV3beta1ActionSTT"
},
"subExecutionSteps": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Span"
},
"type": "array"
},
"toolUse": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolUse"
},
"tts": {
"$ref": "GoogleCloudDialogflowCxV3beta1ActionTTS"
},
"userUtterance": {
"$ref": "GoogleCloudDialogflowCxV3beta1UserUtterance"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate": {
"id": "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate",
"properties": {
"destination": {
"type": "string"
},
"eventType": {
"type": "string"
},
"functionCall": {
"$ref": "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall"
},
"pageState": {
"$ref": "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState"
},
"updatedParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall": {
"id": "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall",
"properties": {
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState": {
"id": "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState",
"properties": {
"displayName": {
"type": "string"
},
"page": {
"type": "string"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ActionIntentMatch": {
"id": "GoogleCloudDialogflowCxV3beta1ActionIntentMatch",
"properties": {
"matchedIntents": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent": {
"id": "GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent",
"properties": {
"displayName": {
"type": "string"
},
"generativeFallback": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"intentId": {
"type": "string"
},
"score": {
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ActionSTT": {
"id": "GoogleCloudDialogflowCxV3beta1ActionSTT",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ActionTTS": {
"id": "GoogleCloudDialogflowCxV3beta1ActionTTS",
"properties": {},
"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"
},
"GoogleCloudDialogflowCxV3beta1Agent": {
"id": "GoogleCloudDialogflowCxV3beta1Agent",
"properties": {
"advancedSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings"
},
"answerFeedbackSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings"
},
"avatarUri": {
"type": "string"
},
"bigqueryExportSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1BigQueryExportSettings"
},
"clientCertificateSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings"
},
"defaultLanguageCode": {
"type": "string"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"enableMultiLanguageTraining": {
"type": "boolean"
},
"enableSpellCorrection": {
"type": "boolean"
},
"enableStackdriverLogging": {
"deprecated": true,
"type": "boolean"
},
"genAppBuilderSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings"
},
"gitIntegrationSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings"
},
"locked": {
"type": "boolean"
},
"name": {
"type": "string"
},
"personalizationSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings"
},
"satisfiesPzi": {
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"readOnly": true,
"type": "boolean"
},
"securitySettings": {
"type": "string"
},
"speechToTextSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1SpeechToTextSettings"
},
"startFlow": {
"type": "string"
},
"startPlaybook": {
"type": "string"
},
"supportedLanguageCodes": {
"items": {
"type": "string"
},
"type": "array"
},
"textToSpeechSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1TextToSpeechSettings"
},
"timeZone": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings": {
"id": "GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings",
"properties": {
"enableAnswerFeedback": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings": {
"id": "GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings",
"properties": {
"passphrase": {
"type": "string"
},
"privateKey": {
"type": "string"
},
"sslCertificate": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings": {
"id": "GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings",
"properties": {
"engine": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings": {
"id": "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings",
"properties": {
"gitConnectionSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings"
},
"githubSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings": {
"id": "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings",
"properties": {
"accessTokenSecret": {
"type": "string"
},
"branches": {
"items": {
"type": "string"
},
"type": "array"
},
"displayName": {
"type": "string"
},
"repositoryUri": {
"type": "string"
},
"trackingBranch": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings": {
"id": "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings",
"properties": {
"accessToken": {
"type": "string"
},
"branches": {
"items": {
"type": "string"
},
"type": "array"
},
"displayName": {
"type": "string"
},
"repositoryUri": {
"type": "string"
},
"trackingBranch": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings": {
"id": "GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings",
"properties": {
"defaultEndUserMetadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AgentUtterance": {
"id": "GoogleCloudDialogflowCxV3beta1AgentUtterance",
"properties": {
"requireGeneration": {
"type": "boolean"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AgentValidationResult": {
"id": "GoogleCloudDialogflowCxV3beta1AgentValidationResult",
"properties": {
"flowValidationResults": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1FlowValidationResult"
},
"type": "array"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AnswerFeedback": {
"id": "GoogleCloudDialogflowCxV3beta1AnswerFeedback",
"properties": {
"customRating": {
"type": "string"
},
"rating": {
"enum": [
"RATING_UNSPECIFIED",
"THUMBS_UP",
"THUMBS_DOWN"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"ratingReason": {
"$ref": "GoogleCloudDialogflowCxV3beta1AnswerFeedbackRatingReason"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AnswerFeedbackRatingReason": {
"id": "GoogleCloudDialogflowCxV3beta1AnswerFeedbackRatingReason",
"properties": {
"feedback": {
"type": "string"
},
"reasonLabels": {
"items": {
"type": "string"
},
"type": "array"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1BatchDeleteTestCasesRequest": {
"id": "GoogleCloudDialogflowCxV3beta1BatchDeleteTestCasesRequest",
"properties": {
"names": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata",
"properties": {
"errors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest": {
"id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest",
"properties": {
"environment": {
"type": "string"
},
"testCases": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse": {
"id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse",
"properties": {
"results": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1BigQueryExportSettings": {
"id": "GoogleCloudDialogflowCxV3beta1BigQueryExportSettings",
"properties": {
"bigqueryTable": {
"type": "string"
},
"enabled": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1BoostSpec": {
"id": "GoogleCloudDialogflowCxV3beta1BoostSpec",
"properties": {
"conditionBoostSpecs": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpec"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpec": {
"id": "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpec",
"properties": {
"boost": {
"format": "float",
"type": "number"
},
"boostControlSpec": {
"$ref": "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpec"
},
"condition": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpec": {
"id": "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpec",
"properties": {
"attributeType": {
"enum": [
"ATTRIBUTE_TYPE_UNSPECIFIED",
"NUMERICAL",
"FRESHNESS"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"controlPoints": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint"
},
"type": "array"
},
"fieldName": {
"type": "string"
},
"interpolationType": {
"enum": [
"INTERPOLATION_TYPE_UNSPECIFIED",
"LINEAR"
],
"enumDescriptions": [
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint": {
"id": "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint",
"properties": {
"attributeValue": {
"type": "string"
},
"boostAmount": {
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1BoostSpecs": {
"id": "GoogleCloudDialogflowCxV3beta1BoostSpecs",
"properties": {
"dataStores": {
"items": {
"type": "string"
},
"type": "array"
},
"spec": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1BoostSpec"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1CalculateCoverageResponse": {
"id": "GoogleCloudDialogflowCxV3beta1CalculateCoverageResponse",
"properties": {
"agent": {
"type": "string"
},
"intentCoverage": {
"$ref": "GoogleCloudDialogflowCxV3beta1IntentCoverage"
},
"routeGroupCoverage": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverage"
},
"transitionCoverage": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionCoverage"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Changelog": {
"id": "GoogleCloudDialogflowCxV3beta1Changelog",
"properties": {
"action": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"displayName": {
"type": "string"
},
"languageCode": {
"type": "string"
},
"name": {
"type": "string"
},
"resource": {
"type": "string"
},
"type": {
"type": "string"
},
"userEmail": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1CodeBlock": {
"id": "GoogleCloudDialogflowCxV3beta1CodeBlock",
"properties": {
"code": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1CompareVersionsRequest": {
"id": "GoogleCloudDialogflowCxV3beta1CompareVersionsRequest",
"properties": {
"languageCode": {
"type": "string"
},
"targetVersion": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1CompareVersionsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1CompareVersionsResponse",
"properties": {
"baseVersionContentJson": {
"type": "string"
},
"compareTime": {
"format": "google-datetime",
"type": "string"
},
"targetVersionContentJson": {
"type": "string"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1Conversation": {
"id": "GoogleCloudDialogflowCxV3beta1Conversation",
"properties": {
"duration": {
"format": "google-duration",
"type": "string"
},
"environment": {
"$ref": "GoogleCloudDialogflowCxV3beta1Environment"
},
"flowVersions": {
"additionalProperties": {
"format": "int64",
"type": "string"
},
"type": "object"
},
"flows": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Flow"
},
"type": "array"
},
"intents": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Intent"
},
"type": "array"
},
"interactions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ConversationInteraction"
},
"type": "array"
},
"languageCode": {
"type": "string"
},
"metrics": {
"$ref": "GoogleCloudDialogflowCxV3beta1ConversationMetrics"
},
"name": {
"type": "string"
},
"pages": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Page"
},
"type": "array"
},
"startTime": {
"format": "google-datetime",
"type": "string"
},
"type": {
"enum": [
"TYPE_UNSPECIFIED",
"AUDIO",
"TEXT",
"UNDETERMINED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ConversationInteraction": {
"id": "GoogleCloudDialogflowCxV3beta1ConversationInteraction",
"properties": {
"answerFeedback": {
"$ref": "GoogleCloudDialogflowCxV3beta1AnswerFeedback"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"missingTransition": {
"$ref": "GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition"
},
"partialResponses": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse"
},
"type": "array"
},
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest"
},
"requestUtterances": {
"type": "string"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse"
},
"responseUtterances": {
"type": "string"
},
"stepMetrics": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ConversationInteractionStepMetrics"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition": {
"id": "GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition",
"properties": {
"intentDisplayName": {
"type": "string"
},
"score": {
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ConversationInteractionStepMetrics": {
"id": "GoogleCloudDialogflowCxV3beta1ConversationInteractionStepMetrics",
"properties": {
"latency": {
"format": "google-duration",
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ConversationMetrics": {
"id": "GoogleCloudDialogflowCxV3beta1ConversationMetrics",
"properties": {
"averageMatchConfidence": {
"format": "float",
"type": "number"
},
"hasEndInteraction": {
"type": "boolean"
},
"hasLiveAgentHandoff": {
"type": "boolean"
},
"inputAudioDuration": {
"format": "google-duration",
"type": "string"
},
"interactionCount": {
"format": "int32",
"type": "integer"
},
"matchTypeCount": {
"$ref": "GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount"
},
"maxWebhookLatency": {
"format": "google-duration",
"type": "string"
},
"outputAudioDuration": {
"format": "google-duration",
"type": "string"
},
"queryInputCount": {
"$ref": "GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount": {
"id": "GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount",
"properties": {
"directIntentCount": {
"format": "int32",
"type": "integer"
},
"eventCount": {
"format": "int32",
"type": "integer"
},
"intentCount": {
"format": "int32",
"type": "integer"
},
"noInputCount": {
"format": "int32",
"type": "integer"
},
"noMatchCount": {
"format": "int32",
"type": "integer"
},
"parameterFillingCount": {
"format": "int32",
"type": "integer"
},
"unspecifiedCount": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount": {
"id": "GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount",
"properties": {
"audioCount": {
"format": "int32",
"type": "integer"
},
"dtmfCount": {
"format": "int32",
"type": "integer"
},
"eventCount": {
"format": "int32",
"type": "integer"
},
"intentCount": {
"format": "int32",
"type": "integer"
},
"textCount": {
"format": "int32",
"type": "integer"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals": {
"id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals",
"properties": {
"answer": {
"type": "string"
},
"answerGenerationModelCallSignals": {
"$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerGenerationModelCallSignals"
},
"answerParts": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerPart"
},
"type": "array"
},
"citedSnippets": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet"
},
"type": "array"
},
"groundingSignals": {
"$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals"
},
"rewriterModelCallSignals": {
"$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsRewriterModelCallSignals"
},
"rewrittenQuery": {
"type": "string"
},
"safetySignals": {
"$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSafetySignals"
},
"searchSnippets": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerGenerationModelCallSignals": {
"id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerGenerationModelCallSignals",
"properties": {
"model": {
"type": "string"
},
"modelOutput": {
"type": "string"
},
"renderedPrompt": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerPart": {
"id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerPart",
"properties": {
"supportingIndices": {
"items": {
"format": "int32",
"type": "integer"
},
"type": "array"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet": {
"id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet",
"properties": {
"searchSnippet": {
"$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet"
},
"snippetIndex": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals": {
"id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals",
"properties": {
"decision": {
"enum": [
"GROUNDING_DECISION_UNSPECIFIED",
"ACCEPTED_BY_GROUNDING",
"REJECTED_BY_GROUNDING"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"score": {
"enum": [
"GROUNDING_SCORE_BUCKET_UNSPECIFIED",
"VERY_LOW",
"LOW",
"MEDIUM",
"HIGH",
"VERY_HIGH"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsRewriterModelCallSignals": {
"id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsRewriterModelCallSignals",
"properties": {
"model": {
"type": "string"
},
"modelOutput": {
"type": "string"
},
"renderedPrompt": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSafetySignals": {
"id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSafetySignals",
"properties": {
"bannedPhraseMatch": {
"enum": [
"BANNED_PHRASE_MATCH_UNSPECIFIED",
"BANNED_PHRASE_MATCH_NONE",
"BANNED_PHRASE_MATCH_QUERY",
"BANNED_PHRASE_MATCH_RESPONSE"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"decision": {
"enum": [
"SAFETY_DECISION_UNSPECIFIED",
"ACCEPTED_BY_SAFETY_CHECK",
"REJECTED_BY_SAFETY_CHECK"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"matchedBannedPhrase": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet": {
"id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet",
"properties": {
"documentTitle": {
"type": "string"
},
"documentUri": {
"type": "string"
},
"metadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DeployFlowMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1DeployFlowMetadata",
"properties": {
"testErrors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DeployFlowRequest": {
"id": "GoogleCloudDialogflowCxV3beta1DeployFlowRequest",
"properties": {
"flowVersion": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DeployFlowResponse": {
"id": "GoogleCloudDialogflowCxV3beta1DeployFlowResponse",
"properties": {
"deployment": {
"type": "string"
},
"environment": {
"$ref": "GoogleCloudDialogflowCxV3beta1Environment"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Deployment": {
"id": "GoogleCloudDialogflowCxV3beta1Deployment",
"properties": {
"endTime": {
"format": "google-datetime",
"type": "string"
},
"flowVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"result": {
"$ref": "GoogleCloudDialogflowCxV3beta1DeploymentResult"
},
"startTime": {
"format": "google-datetime",
"type": "string"
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"RUNNING",
"SUCCEEDED",
"FAILED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DeploymentResult": {
"id": "GoogleCloudDialogflowCxV3beta1DeploymentResult",
"properties": {
"deploymentTestResults": {
"items": {
"type": "string"
},
"type": "array"
},
"experiment": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DetectIntentRequest": {
"id": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest",
"properties": {
"outputAudioConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1OutputAudioConfig"
},
"queryInput": {
"$ref": "GoogleCloudDialogflowCxV3beta1QueryInput"
},
"queryParams": {
"$ref": "GoogleCloudDialogflowCxV3beta1QueryParameters"
},
"responseView": {
"enum": [
"DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED",
"DETECT_INTENT_RESPONSE_VIEW_FULL",
"DETECT_INTENT_RESPONSE_VIEW_BASIC",
"DETECT_INTENT_RESPONSE_VIEW_DEFAULT"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"session": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DetectIntentResponse": {
"id": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse",
"properties": {
"allowCancellation": {
"type": "boolean"
},
"outputAudio": {
"format": "byte",
"type": "string"
},
"outputAudioConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1OutputAudioConfig"
},
"queryResult": {
"$ref": "GoogleCloudDialogflowCxV3beta1QueryResult"
},
"responseId": {
"type": "string"
},
"responseType": {
"enum": [
"RESPONSE_TYPE_UNSPECIFIED",
"PARTIAL",
"FINAL"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1DtmfInput": {
"id": "GoogleCloudDialogflowCxV3beta1DtmfInput",
"properties": {
"digits": {
"type": "string"
},
"finishDigit": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1EntityType": {
"id": "GoogleCloudDialogflowCxV3beta1EntityType",
"properties": {
"autoExpansionMode": {
"enum": [
"AUTO_EXPANSION_MODE_UNSPECIFIED",
"AUTO_EXPANSION_MODE_DEFAULT"
],
"enumDescriptions": [
"",
""
],
"type": "string"
},
"displayName": {
"type": "string"
},
"enableFuzzyExtraction": {
"type": "boolean"
},
"entities": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1EntityTypeEntity"
},
"type": "array"
},
"excludedPhrases": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase"
},
"type": "array"
},
"kind": {
"enum": [
"KIND_UNSPECIFIED",
"KIND_MAP",
"KIND_LIST",
"KIND_REGEXP"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"name": {
"type": "string"
},
"redact": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1EntityTypeEntity": {
"id": "GoogleCloudDialogflowCxV3beta1EntityTypeEntity",
"properties": {
"synonyms": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase": {
"id": "GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase",
"properties": {
"value": {
"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"
},
"GoogleCloudDialogflowCxV3beta1Event": {
"id": "GoogleCloudDialogflowCxV3beta1Event",
"properties": {
"event": {
"type": "string"
},
"text": {
"type": "string"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1Example": {
"id": "GoogleCloudDialogflowCxV3beta1Example",
"properties": {
"actions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Action"
},
"type": "array"
},
"conversationState": {
"enum": [
"OUTPUT_STATE_UNSPECIFIED",
"OUTPUT_STATE_OK",
"OUTPUT_STATE_CANCELLED",
"OUTPUT_STATE_FAILED",
"OUTPUT_STATE_ESCALATED",
"OUTPUT_STATE_PENDING"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"languageCode": {
"type": "string"
},
"name": {
"type": "string"
},
"playbookInput": {
"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookInput"
},
"playbookOutput": {
"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookOutput"
},
"tokenCount": {
"format": "int64",
"readOnly": true,
"type": "string"
},
"updateTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExceptionDetail": {
"id": "GoogleCloudDialogflowCxV3beta1ExceptionDetail",
"properties": {
"errorMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Experiment": {
"id": "GoogleCloudDialogflowCxV3beta1Experiment",
"properties": {
"createTime": {
"format": "google-datetime",
"type": "string"
},
"definition": {
"$ref": "GoogleCloudDialogflowCxV3beta1ExperimentDefinition"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"endTime": {
"format": "google-datetime",
"type": "string"
},
"experimentLength": {
"format": "google-duration",
"type": "string"
},
"lastUpdateTime": {
"format": "google-datetime",
"type": "string"
},
"name": {
"type": "string"
},
"result": {
"$ref": "GoogleCloudDialogflowCxV3beta1ExperimentResult"
},
"rolloutConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1RolloutConfig"
},
"rolloutFailureReason": {
"type": "string"
},
"rolloutState": {
"$ref": "GoogleCloudDialogflowCxV3beta1RolloutState"
},
"startTime": {
"format": "google-datetime",
"type": "string"
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"DRAFT",
"RUNNING",
"DONE",
"ROLLOUT_FAILED"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
},
"variantsHistory": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1VariantsHistory"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExperimentDefinition": {
"id": "GoogleCloudDialogflowCxV3beta1ExperimentDefinition",
"properties": {
"condition": {
"type": "string"
},
"versionVariants": {
"$ref": "GoogleCloudDialogflowCxV3beta1VersionVariants"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExperimentResult": {
"id": "GoogleCloudDialogflowCxV3beta1ExperimentResult",
"properties": {
"lastUpdateTime": {
"format": "google-datetime",
"type": "string"
},
"versionMetrics": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetrics"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceInterval": {
"id": "GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceInterval",
"properties": {
"confidenceLevel": {
"format": "double",
"type": "number"
},
"lowerBound": {
"format": "double",
"type": "number"
},
"ratio": {
"format": "double",
"type": "number"
},
"upperBound": {
"format": "double",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExperimentResultMetric": {
"id": "GoogleCloudDialogflowCxV3beta1ExperimentResultMetric",
"properties": {
"confidenceInterval": {
"$ref": "GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceInterval"
},
"count": {
"format": "double",
"type": "number"
},
"countType": {
"enum": [
"COUNT_TYPE_UNSPECIFIED",
"TOTAL_NO_MATCH_COUNT",
"TOTAL_TURN_COUNT",
"AVERAGE_TURN_COUNT"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"ratio": {
"format": "double",
"type": "number"
},
"type": {
"enum": [
"METRIC_UNSPECIFIED",
"CONTAINED_SESSION_NO_CALLBACK_RATE",
"LIVE_AGENT_HANDOFF_RATE",
"CALLBACK_SESSION_RATE",
"ABANDONED_SESSION_RATE",
"SESSION_END_RATE"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetrics": {
"id": "GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetrics",
"properties": {
"metrics": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ExperimentResultMetric"
},
"type": "array"
},
"sessionCount": {
"format": "int32",
"type": "integer"
},
"version": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportAgentRequest": {
"id": "GoogleCloudDialogflowCxV3beta1ExportAgentRequest",
"properties": {
"agentUri": {
"type": "string"
},
"dataFormat": {
"enum": [
"DATA_FORMAT_UNSPECIFIED",
"BLOB",
"JSON_PACKAGE"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"environment": {
"type": "string"
},
"gitDestination": {
"$ref": "GoogleCloudDialogflowCxV3beta1ExportAgentRequestGitDestination"
},
"includeBigqueryExportSettings": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportAgentRequestGitDestination": {
"id": "GoogleCloudDialogflowCxV3beta1ExportAgentRequestGitDestination",
"properties": {
"commitMessage": {
"type": "string"
},
"trackingBranch": {
"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"
},
"GoogleCloudDialogflowCxV3beta1ExportEntityTypesRequest": {
"id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesRequest",
"properties": {
"dataFormat": {
"enum": [
"DATA_FORMAT_UNSPECIFIED",
"BLOB",
"JSON_PACKAGE"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"entityTypes": {
"items": {
"type": "string"
},
"type": "array"
},
"entityTypesContentInline": {
"type": "boolean"
},
"entityTypesUri": {
"type": "string"
},
"languageCode": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse",
"properties": {
"entityTypesContent": {
"$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination"
},
"entityTypesUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportFlowRequest": {
"id": "GoogleCloudDialogflowCxV3beta1ExportFlowRequest",
"properties": {
"flowUri": {
"type": "string"
},
"includeReferencedFlows": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportFlowResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ExportFlowResponse",
"properties": {
"flowContent": {
"format": "byte",
"type": "string"
},
"flowUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportIntentsRequest": {
"id": "GoogleCloudDialogflowCxV3beta1ExportIntentsRequest",
"properties": {
"dataFormat": {
"enum": [
"DATA_FORMAT_UNSPECIFIED",
"BLOB",
"JSON",
"CSV"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"intents": {
"items": {
"type": "string"
},
"type": "array"
},
"intentsContentInline": {
"type": "boolean"
},
"intentsUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportIntentsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ExportIntentsResponse",
"properties": {
"intentsContent": {
"$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination"
},
"intentsUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest": {
"id": "GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest",
"properties": {
"dataFormat": {
"enum": [
"DATA_FORMAT_UNSPECIFIED",
"BLOB",
"JSON"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"playbookUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest": {
"id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest",
"properties": {
"dataFormat": {
"enum": [
"DATA_FORMAT_UNSPECIFIED",
"BLOB",
"JSON"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"filter": {
"type": "string"
},
"gcsUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse",
"properties": {
"content": {
"format": "byte",
"type": "string"
},
"gcsUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportToolsRequest": {
"id": "GoogleCloudDialogflowCxV3beta1ExportToolsRequest",
"properties": {
"dataFormat": {
"enum": [
"DATA_FORMAT_UNSPECIFIED",
"BLOB"
],
"enumDescriptions": [
"",
""
],
"type": "string"
},
"tools": {
"items": {
"type": "string"
},
"type": "array"
},
"toolsContentInline": {
"type": "boolean"
},
"toolsUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1FilterSpecs": {
"id": "GoogleCloudDialogflowCxV3beta1FilterSpecs",
"properties": {
"dataStores": {
"items": {
"type": "string"
},
"type": "array"
},
"filter": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Flow": {
"id": "GoogleCloudDialogflowCxV3beta1Flow",
"properties": {
"advancedSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"eventHandlers": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1EventHandler"
},
"type": "array"
},
"inputParameterDefinitions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ParameterDefinition"
},
"type": "array"
},
"knowledgeConnectorSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings"
},
"locked": {
"type": "boolean"
},
"multiLanguageSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings"
},
"name": {
"type": "string"
},
"nluSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1NluSettings"
},
"outputParameterDefinitions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ParameterDefinition"
},
"type": "array"
},
"transitionRouteGroups": {
"items": {
"type": "string"
},
"type": "array"
},
"transitionRoutes": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1FlowImportStrategy": {
"id": "GoogleCloudDialogflowCxV3beta1FlowImportStrategy",
"properties": {
"globalImportStrategy": {
"enum": [
"IMPORT_STRATEGY_UNSPECIFIED",
"IMPORT_STRATEGY_CREATE_NEW",
"IMPORT_STRATEGY_REPLACE",
"IMPORT_STRATEGY_KEEP",
"IMPORT_STRATEGY_MERGE",
"IMPORT_STRATEGY_THROW_ERROR"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1FlowInvocation": {
"id": "GoogleCloudDialogflowCxV3beta1FlowInvocation",
"properties": {
"displayName": {
"readOnly": true,
"type": "string"
},
"flow": {
"type": "string"
},
"flowState": {
"enum": [
"OUTPUT_STATE_UNSPECIFIED",
"OUTPUT_STATE_OK",
"OUTPUT_STATE_CANCELLED",
"OUTPUT_STATE_FAILED",
"OUTPUT_STATE_ESCALATED",
"OUTPUT_STATE_PENDING"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"inputActionParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"outputActionParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings": {
"id": "GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings",
"properties": {
"enableMultiLanguageDetection": {
"type": "boolean"
},
"supportedResponseLanguageCodes": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1FlowTransition": {
"id": "GoogleCloudDialogflowCxV3beta1FlowTransition",
"properties": {
"displayName": {
"readOnly": true,
"type": "string"
},
"flow": {
"type": "string"
},
"inputActionParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"deprecated": true,
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1FlowValidationResult": {
"id": "GoogleCloudDialogflowCxV3beta1FlowValidationResult",
"properties": {
"name": {
"type": "string"
},
"updateTime": {
"format": "google-datetime",
"type": "string"
},
"validationMessages": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ValidationMessage"
},
"type": "array"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1FulfillIntentRequest": {
"id": "GoogleCloudDialogflowCxV3beta1FulfillIntentRequest",
"properties": {
"match": {
"$ref": "GoogleCloudDialogflowCxV3beta1Match"
},
"matchIntentRequest": {
"$ref": "GoogleCloudDialogflowCxV3beta1MatchIntentRequest"
},
"outputAudioConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1OutputAudioConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1FulfillIntentResponse": {
"id": "GoogleCloudDialogflowCxV3beta1FulfillIntentResponse",
"properties": {
"outputAudio": {
"format": "byte",
"type": "string"
},
"outputAudioConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1OutputAudioConfig"
},
"queryResult": {
"$ref": "GoogleCloudDialogflowCxV3beta1QueryResult"
},
"responseId": {
"type": "string"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1GenerativeInfo": {
"id": "GoogleCloudDialogflowCxV3beta1GenerativeInfo",
"properties": {
"actionTracingInfo": {
"$ref": "GoogleCloudDialogflowCxV3beta1Example"
},
"currentPlaybooks": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1GenerativeSettings": {
"id": "GoogleCloudDialogflowCxV3beta1GenerativeSettings",
"properties": {
"fallbackSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettings"
},
"generativeSafetySettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1SafetySettings"
},
"knowledgeConnectorSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings"
},
"languageCode": {
"type": "string"
},
"llmModelSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettings"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettings": {
"id": "GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettings",
"properties": {
"promptTemplates": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettingsPromptTemplate"
},
"type": "array"
},
"selectedPrompt": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettingsPromptTemplate": {
"id": "GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettingsPromptTemplate",
"properties": {
"displayName": {
"type": "string"
},
"frozen": {
"type": "boolean"
},
"promptText": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings": {
"id": "GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings",
"properties": {
"agent": {
"type": "string"
},
"agentIdentity": {
"type": "string"
},
"agentScope": {
"type": "string"
},
"business": {
"type": "string"
},
"businessDescription": {
"type": "string"
},
"disableDataStoreFallback": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Generator": {
"id": "GoogleCloudDialogflowCxV3beta1Generator",
"properties": {
"displayName": {
"type": "string"
},
"llmModelSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettings"
},
"modelParameter": {
"$ref": "GoogleCloudDialogflowCxV3beta1GeneratorModelParameter"
},
"name": {
"type": "string"
},
"placeholders": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder"
},
"type": "array"
},
"promptText": {
"$ref": "GoogleCloudDialogflowCxV3beta1Phrase"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1GeneratorModelParameter": {
"id": "GoogleCloudDialogflowCxV3beta1GeneratorModelParameter",
"properties": {
"maxDecodeSteps": {
"format": "int32",
"type": "integer"
},
"temperature": {
"format": "float",
"type": "number"
},
"topK": {
"format": "int32",
"type": "integer"
},
"topP": {
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder": {
"id": "GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Handler": {
"id": "GoogleCloudDialogflowCxV3beta1Handler",
"properties": {
"eventHandler": {
"$ref": "GoogleCloudDialogflowCxV3beta1HandlerEventHandler"
},
"lifecycleHandler": {
"$ref": "GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1HandlerEventHandler": {
"id": "GoogleCloudDialogflowCxV3beta1HandlerEventHandler",
"properties": {
"condition": {
"type": "string"
},
"event": {
"type": "string"
},
"fulfillment": {
"$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler": {
"id": "GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler",
"properties": {
"condition": {
"type": "string"
},
"fulfillment": {
"$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment"
},
"lifecycleStage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportEntityTypesRequest": {
"id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesRequest",
"properties": {
"entityTypesContent": {
"$ref": "GoogleCloudDialogflowCxV3beta1InlineSource"
},
"entityTypesUri": {
"type": "string"
},
"mergeOption": {
"enum": [
"MERGE_OPTION_UNSPECIFIED",
"REPLACE",
"MERGE",
"RENAME",
"REPORT_CONFLICT",
"KEEP"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"targetEntityType": {
"type": "string"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1ImportFlowRequest": {
"id": "GoogleCloudDialogflowCxV3beta1ImportFlowRequest",
"properties": {
"flowContent": {
"format": "byte",
"type": "string"
},
"flowImportStrategy": {
"$ref": "GoogleCloudDialogflowCxV3beta1FlowImportStrategy"
},
"flowUri": {
"type": "string"
},
"importOption": {
"enum": [
"IMPORT_OPTION_UNSPECIFIED",
"KEEP",
"FALLBACK"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportFlowResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ImportFlowResponse",
"properties": {
"flow": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportIntentsRequest": {
"id": "GoogleCloudDialogflowCxV3beta1ImportIntentsRequest",
"properties": {
"intentsContent": {
"$ref": "GoogleCloudDialogflowCxV3beta1InlineSource"
},
"intentsUri": {
"type": "string"
},
"mergeOption": {
"enum": [
"MERGE_OPTION_UNSPECIFIED",
"REJECT",
"REPLACE",
"MERGE",
"RENAME",
"REPORT_CONFLICT",
"KEEP"
],
"enumDeprecated": [
false,
true,
false,
false,
false,
false,
false
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"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"
},
"GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest": {
"id": "GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest",
"properties": {
"importStrategy": {
"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy"
},
"playbookContent": {
"format": "byte",
"type": "string"
},
"playbookUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata",
"properties": {
"errors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCaseError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportTestCasesRequest": {
"id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesRequest",
"properties": {
"content": {
"format": "byte",
"type": "string"
},
"gcsUri": {
"type": "string"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1InlineSchema": {
"id": "GoogleCloudDialogflowCxV3beta1InlineSchema",
"properties": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TypeSchema"
},
"type": {
"enum": [
"DATA_TYPE_UNSPECIFIED",
"STRING",
"NUMBER",
"BOOLEAN",
"ARRAY"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1InlineSource": {
"id": "GoogleCloudDialogflowCxV3beta1InlineSource",
"properties": {
"content": {
"format": "byte",
"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"
},
"GoogleCloudDialogflowCxV3beta1IntentCoverage": {
"id": "GoogleCloudDialogflowCxV3beta1IntentCoverage",
"properties": {
"coverageScore": {
"format": "float",
"type": "number"
},
"intents": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1IntentCoverageIntent"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1IntentCoverageIntent": {
"id": "GoogleCloudDialogflowCxV3beta1IntentCoverageIntent",
"properties": {
"covered": {
"type": "boolean"
},
"intent": {
"type": "string"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1ListAgentsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListAgentsResponse",
"properties": {
"agents": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Agent"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListChangelogsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListChangelogsResponse",
"properties": {
"changelogs": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Changelog"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse",
"properties": {
"continuousTestResults": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListConversationsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListConversationsResponse",
"properties": {
"conversations": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Conversation"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListDeploymentsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListDeploymentsResponse",
"properties": {
"deployments": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Deployment"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListEntityTypesResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListEntityTypesResponse",
"properties": {
"entityTypes": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1EntityType"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListEnvironmentsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListEnvironmentsResponse",
"properties": {
"environments": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Environment"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListExamplesResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListExamplesResponse",
"properties": {
"examples": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Example"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListExperimentsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListExperimentsResponse",
"properties": {
"experiments": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Experiment"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListFlowsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListFlowsResponse",
"properties": {
"flows": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Flow"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListGeneratorsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListGeneratorsResponse",
"properties": {
"generators": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Generator"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListIntentsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListIntentsResponse",
"properties": {
"intents": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Intent"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListPagesResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListPagesResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"pages": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Page"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListPlaybookVersionsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListPlaybookVersionsResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"playbookVersions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookVersion"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListPlaybooksResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListPlaybooksResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"playbooks": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Playbook"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListSecuritySettingsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListSecuritySettingsResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"securitySettings": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettings"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListSessionEntityTypesResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListSessionEntityTypesResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"sessionEntityTypes": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListTestCaseResultsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListTestCaseResultsResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"testCaseResults": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListTestCasesResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListTestCasesResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"testCases": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCase"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListToolVersionsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListToolVersionsResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"toolVersions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolVersion"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListToolsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListToolsResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"tools": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Tool"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"transitionRouteGroups": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListVersionsResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListVersionsResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"versions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Version"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ListWebhooksResponse": {
"id": "GoogleCloudDialogflowCxV3beta1ListWebhooksResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"webhooks": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Webhook"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1LlmCall": {
"id": "GoogleCloudDialogflowCxV3beta1LlmCall",
"properties": {
"model": {
"type": "string"
},
"retrievedExamples": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1LlmCallRetrievedExample"
},
"type": "array"
},
"temperature": {
"format": "float",
"type": "number"
},
"tokenCount": {
"$ref": "GoogleCloudDialogflowCxV3beta1LlmCallTokenCount"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1LlmCallRetrievedExample": {
"id": "GoogleCloudDialogflowCxV3beta1LlmCallRetrievedExample",
"properties": {
"exampleDisplayName": {
"type": "string"
},
"exampleId": {
"type": "string"
},
"matchedRetrievalLabel": {
"type": "string"
},
"retrievalStrategy": {
"enum": [
"RETRIEVAL_STRATEGY_UNSPECIFIED",
"DEFAULT",
"STATIC",
"NEVER"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1LlmCallTokenCount": {
"id": "GoogleCloudDialogflowCxV3beta1LlmCallTokenCount",
"properties": {
"conversationContextTokenCount": {
"format": "int64",
"type": "string"
},
"exampleTokenCount": {
"format": "int64",
"type": "string"
},
"totalInputTokenCount": {
"format": "int64",
"type": "string"
},
"totalOutputTokenCount": {
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1LlmModelSettings": {
"id": "GoogleCloudDialogflowCxV3beta1LlmModelSettings",
"properties": {
"model": {
"type": "string"
},
"parameters": {
"$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters"
},
"promptText": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters": {
"id": "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters",
"properties": {
"inputTokenLimit": {
"enum": [
"INPUT_TOKEN_LIMIT_UNSPECIFIED",
"INPUT_TOKEN_LIMIT_SHORT",
"INPUT_TOKEN_LIMIT_MEDIUM",
"INPUT_TOKEN_LIMIT_LONG"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"outputTokenLimit": {
"enum": [
"OUTPUT_TOKEN_LIMIT_UNSPECIFIED",
"OUTPUT_TOKEN_LIMIT_SHORT",
"OUTPUT_TOKEN_LIMIT_MEDIUM",
"OUTPUT_TOKEN_LIMIT_LONG"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"temperature": {
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1LoadVersionRequest": {
"id": "GoogleCloudDialogflowCxV3beta1LoadVersionRequest",
"properties": {
"allowOverrideAgentResources": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1LookupEnvironmentHistoryResponse": {
"id": "GoogleCloudDialogflowCxV3beta1LookupEnvironmentHistoryResponse",
"properties": {
"environments": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Environment"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Match": {
"id": "GoogleCloudDialogflowCxV3beta1Match",
"properties": {
"confidence": {
"format": "float",
"type": "number"
},
"event": {
"type": "string"
},
"intent": {
"$ref": "GoogleCloudDialogflowCxV3beta1Intent"
},
"matchType": {
"enum": [
"MATCH_TYPE_UNSPECIFIED",
"INTENT",
"DIRECT_INTENT",
"PARAMETER_FILLING",
"NO_MATCH",
"NO_INPUT",
"EVENT",
"KNOWLEDGE_CONNECTOR",
"PLAYBOOK"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"resolvedInput": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1MatchIntentRequest": {
"id": "GoogleCloudDialogflowCxV3beta1MatchIntentRequest",
"properties": {
"persistParameterChanges": {
"type": "boolean"
},
"queryInput": {
"$ref": "GoogleCloudDialogflowCxV3beta1QueryInput"
},
"queryParams": {
"$ref": "GoogleCloudDialogflowCxV3beta1QueryParameters"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1MatchIntentResponse": {
"id": "GoogleCloudDialogflowCxV3beta1MatchIntentResponse",
"properties": {
"currentPage": {
"$ref": "GoogleCloudDialogflowCxV3beta1Page"
},
"matches": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Match"
},
"type": "array"
},
"text": {
"type": "string"
},
"transcript": {
"type": "string"
},
"triggerEvent": {
"type": "string"
},
"triggerIntent": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1NamedMetric": {
"id": "GoogleCloudDialogflowCxV3beta1NamedMetric",
"properties": {
"name": {
"type": "string"
},
"unit": {
"type": "string"
},
"value": {
"type": "any"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1NluSettings": {
"id": "GoogleCloudDialogflowCxV3beta1NluSettings",
"properties": {
"classificationThreshold": {
"format": "float",
"type": "number"
},
"modelTrainingMode": {
"enum": [
"MODEL_TRAINING_MODE_UNSPECIFIED",
"MODEL_TRAINING_MODE_AUTOMATIC",
"MODEL_TRAINING_MODE_MANUAL"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"modelType": {
"enum": [
"MODEL_TYPE_UNSPECIFIED",
"MODEL_TYPE_STANDARD",
"MODEL_TYPE_ADVANCED"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1OutputAudioConfig": {
"id": "GoogleCloudDialogflowCxV3beta1OutputAudioConfig",
"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": "GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1ParameterDefinition": {
"id": "GoogleCloudDialogflowCxV3beta1ParameterDefinition",
"properties": {
"description": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"deprecated": true,
"enum": [
"PARAMETER_TYPE_UNSPECIFIED",
"STRING",
"NUMBER",
"BOOLEAN",
"NULL",
"OBJECT",
"LIST"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"typeSchema": {
"$ref": "GoogleCloudDialogflowCxV3beta1TypeSchema"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Phrase": {
"id": "GoogleCloudDialogflowCxV3beta1Phrase",
"properties": {
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Playbook": {
"id": "GoogleCloudDialogflowCxV3beta1Playbook",
"properties": {
"codeBlock": {
"$ref": "GoogleCloudDialogflowCxV3beta1CodeBlock"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"displayName": {
"type": "string"
},
"goal": {
"type": "string"
},
"handlers": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Handler"
},
"type": "array"
},
"inlineActions": {
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"inputParameterDefinitions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ParameterDefinition"
},
"type": "array"
},
"instruction": {
"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookInstruction"
},
"llmModelSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettings"
},
"name": {
"type": "string"
},
"outputParameterDefinitions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ParameterDefinition"
},
"type": "array"
},
"playbookType": {
"enum": [
"PLAYBOOK_TYPE_UNSPECIFIED",
"TASK",
"ROUTINE"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"referencedFlows": {
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"referencedPlaybooks": {
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"referencedTools": {
"items": {
"type": "string"
},
"type": "array"
},
"speechSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings"
},
"tokenCount": {
"format": "int64",
"readOnly": true,
"type": "string"
},
"updateTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy": {
"id": "GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy",
"properties": {
"mainPlaybookImportStrategy": {
"enum": [
"IMPORT_STRATEGY_UNSPECIFIED",
"IMPORT_STRATEGY_CREATE_NEW",
"IMPORT_STRATEGY_REPLACE",
"IMPORT_STRATEGY_KEEP",
"IMPORT_STRATEGY_MERGE",
"IMPORT_STRATEGY_THROW_ERROR"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"nestedResourceImportStrategy": {
"enum": [
"IMPORT_STRATEGY_UNSPECIFIED",
"IMPORT_STRATEGY_CREATE_NEW",
"IMPORT_STRATEGY_REPLACE",
"IMPORT_STRATEGY_KEEP",
"IMPORT_STRATEGY_MERGE",
"IMPORT_STRATEGY_THROW_ERROR"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"toolImportStrategy": {
"enum": [
"IMPORT_STRATEGY_UNSPECIFIED",
"IMPORT_STRATEGY_CREATE_NEW",
"IMPORT_STRATEGY_REPLACE",
"IMPORT_STRATEGY_KEEP",
"IMPORT_STRATEGY_MERGE",
"IMPORT_STRATEGY_THROW_ERROR"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1PlaybookInput": {
"id": "GoogleCloudDialogflowCxV3beta1PlaybookInput",
"properties": {
"actionParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"precedingConversationSummary": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1PlaybookInstruction": {
"id": "GoogleCloudDialogflowCxV3beta1PlaybookInstruction",
"properties": {
"guidelines": {
"type": "string"
},
"steps": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookStep"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1PlaybookInvocation": {
"id": "GoogleCloudDialogflowCxV3beta1PlaybookInvocation",
"properties": {
"displayName": {
"readOnly": true,
"type": "string"
},
"playbook": {
"type": "string"
},
"playbookInput": {
"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookInput"
},
"playbookOutput": {
"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookOutput"
},
"playbookState": {
"enum": [
"OUTPUT_STATE_UNSPECIFIED",
"OUTPUT_STATE_OK",
"OUTPUT_STATE_CANCELLED",
"OUTPUT_STATE_FAILED",
"OUTPUT_STATE_ESCALATED",
"OUTPUT_STATE_PENDING"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1PlaybookOutput": {
"id": "GoogleCloudDialogflowCxV3beta1PlaybookOutput",
"properties": {
"actionParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"executionSummary": {
"type": "string"
},
"state": {
"deprecated": true,
"enum": [
"STATE_UNSPECIFIED",
"OK",
"CANCELLED",
"FAILED",
"ESCALATED"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1PlaybookStep": {
"id": "GoogleCloudDialogflowCxV3beta1PlaybookStep",
"properties": {
"steps": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookStep"
},
"type": "array"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1PlaybookTransition": {
"id": "GoogleCloudDialogflowCxV3beta1PlaybookTransition",
"properties": {
"displayName": {
"readOnly": true,
"type": "string"
},
"inputActionParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"deprecated": true,
"type": "object"
},
"playbook": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1PlaybookVersion": {
"id": "GoogleCloudDialogflowCxV3beta1PlaybookVersion",
"properties": {
"description": {
"type": "string"
},
"examples": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1Example"
},
"readOnly": true,
"type": "array"
},
"name": {
"type": "string"
},
"playbook": {
"$ref": "GoogleCloudDialogflowCxV3beta1Playbook",
"readOnly": true
},
"updateTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1QueryParameters": {
"id": "GoogleCloudDialogflowCxV3beta1QueryParameters",
"properties": {
"analyzeQueryTextSentiment": {
"type": "boolean"
},
"channel": {
"type": "string"
},
"currentPage": {
"type": "string"
},
"currentPlaybook": {
"type": "string"
},
"disableWebhook": {
"type": "boolean"
},
"endUserMetadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"flowVersions": {
"items": {
"type": "string"
},
"type": "array"
},
"geoLocation": {
"$ref": "GoogleTypeLatLng"
},
"llmModelSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettings"
},
"parameterScope": {
"type": "string"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"populateDataStoreConnectionSignals": {
"deprecated": true,
"type": "boolean"
},
"searchConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1SearchConfig"
},
"sessionEntityTypes": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType"
},
"type": "array"
},
"sessionTtl": {
"format": "google-duration",
"type": "string"
},
"timeZone": {
"type": "string"
},
"webhookHeaders": {
"additionalProperties": {
"type": "string"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1QueryResult": {
"id": "GoogleCloudDialogflowCxV3beta1QueryResult",
"properties": {
"advancedSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings"
},
"allowAnswerFeedback": {
"type": "boolean"
},
"currentFlow": {
"$ref": "GoogleCloudDialogflowCxV3beta1Flow"
},
"currentPage": {
"$ref": "GoogleCloudDialogflowCxV3beta1Page"
},
"dataStoreConnectionSignals": {
"$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals"
},
"diagnosticInfo": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"dtmf": {
"$ref": "GoogleCloudDialogflowCxV3beta1DtmfInput"
},
"generativeInfo": {
"$ref": "GoogleCloudDialogflowCxV3beta1GenerativeInfo"
},
"intent": {
"$ref": "GoogleCloudDialogflowCxV3beta1Intent",
"deprecated": true
},
"intentDetectionConfidence": {
"deprecated": true,
"format": "float",
"type": "number"
},
"languageCode": {
"type": "string"
},
"match": {
"$ref": "GoogleCloudDialogflowCxV3beta1Match"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"responseMessages": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage"
},
"type": "array"
},
"sentimentAnalysisResult": {
"$ref": "GoogleCloudDialogflowCxV3beta1SentimentAnalysisResult"
},
"text": {
"type": "string"
},
"transcript": {
"type": "string"
},
"triggerEvent": {
"type": "string"
},
"triggerIntent": {
"type": "string"
},
"webhookDisplayNames": {
"items": {
"type": "string"
},
"type": "array"
},
"webhookIds": {
"items": {
"type": "string"
},
"type": "array"
},
"webhookLatencies": {
"items": {
"format": "google-duration",
"type": "string"
},
"type": "array"
},
"webhookPayloads": {
"items": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"type": "array"
},
"webhookStatuses": {
"items": {
"$ref": "GoogleRpcStatus"
},
"type": "array"
},
"webhookTags": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ResourceName": {
"id": "GoogleCloudDialogflowCxV3beta1ResourceName",
"properties": {
"displayName": {
"type": "string"
},
"name": {
"type": "string"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1RestoreAgentRequest": {
"id": "GoogleCloudDialogflowCxV3beta1RestoreAgentRequest",
"properties": {
"agentContent": {
"format": "byte",
"type": "string"
},
"agentUri": {
"type": "string"
},
"gitSource": {
"$ref": "GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource"
},
"restoreOption": {
"enum": [
"RESTORE_OPTION_UNSPECIFIED",
"KEEP",
"FALLBACK"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource": {
"id": "GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource",
"properties": {
"trackingBranch": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest": {
"id": "GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse": {
"id": "GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse",
"properties": {
"playbook": {
"$ref": "GoogleCloudDialogflowCxV3beta1Playbook"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RestoreToolVersionRequest": {
"id": "GoogleCloudDialogflowCxV3beta1RestoreToolVersionRequest",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RestoreToolVersionResponse": {
"id": "GoogleCloudDialogflowCxV3beta1RestoreToolVersionResponse",
"properties": {
"tool": {
"$ref": "GoogleCloudDialogflowCxV3beta1Tool"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RolloutConfig": {
"id": "GoogleCloudDialogflowCxV3beta1RolloutConfig",
"properties": {
"failureCondition": {
"type": "string"
},
"rolloutCondition": {
"type": "string"
},
"rolloutSteps": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep": {
"id": "GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep",
"properties": {
"displayName": {
"type": "string"
},
"minDuration": {
"format": "google-duration",
"type": "string"
},
"trafficPercent": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RolloutState": {
"id": "GoogleCloudDialogflowCxV3beta1RolloutState",
"properties": {
"startTime": {
"format": "google-datetime",
"type": "string"
},
"step": {
"type": "string"
},
"stepIndex": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata",
"properties": {
"errors": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestError"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RunContinuousTestRequest": {
"id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestRequest",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse": {
"id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse",
"properties": {
"continuousTestResult": {
"$ref": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata": {
"id": "GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RunTestCaseRequest": {
"id": "GoogleCloudDialogflowCxV3beta1RunTestCaseRequest",
"properties": {
"environment": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1RunTestCaseResponse": {
"id": "GoogleCloudDialogflowCxV3beta1RunTestCaseResponse",
"properties": {
"result": {
"$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SafetySettings": {
"id": "GoogleCloudDialogflowCxV3beta1SafetySettings",
"properties": {
"bannedPhrases": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase"
},
"type": "array"
},
"defaultBannedPhraseMatchStrategy": {
"enum": [
"PHRASE_MATCH_STRATEGY_UNSPECIFIED",
"PARTIAL_MATCH",
"WORD_MATCH"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"defaultRaiSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings"
},
"promptSecuritySettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1SafetySettingsPromptSecuritySettings"
},
"raiSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase": {
"id": "GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase",
"properties": {
"languageCode": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SafetySettingsPromptSecuritySettings": {
"id": "GoogleCloudDialogflowCxV3beta1SafetySettingsPromptSecuritySettings",
"properties": {
"enablePromptSecurity": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings": {
"id": "GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings",
"properties": {
"categoryFilters": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettingsCategoryFilter"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettingsCategoryFilter": {
"id": "GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettingsCategoryFilter",
"properties": {
"category": {
"enum": [
"SAFETY_CATEGORY_UNSPECIFIED",
"DANGEROUS_CONTENT",
"HATE_SPEECH",
"HARASSMENT",
"SEXUALLY_EXPLICIT_CONTENT"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
},
"filterLevel": {
"enum": [
"SAFETY_FILTER_LEVEL_UNSPECIFIED",
"BLOCK_NONE",
"BLOCK_FEW",
"BLOCK_SOME",
"BLOCK_MOST"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SearchConfig": {
"id": "GoogleCloudDialogflowCxV3beta1SearchConfig",
"properties": {
"boostSpecs": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1BoostSpecs"
},
"type": "array"
},
"filterSpecs": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1FilterSpecs"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SecuritySettings": {
"id": "GoogleCloudDialogflowCxV3beta1SecuritySettings",
"properties": {
"audioExportSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings"
},
"deidentifyTemplate": {
"type": "string"
},
"displayName": {
"type": "string"
},
"insightsExportSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings"
},
"inspectTemplate": {
"type": "string"
},
"name": {
"type": "string"
},
"purgeDataTypes": {
"items": {
"enum": [
"PURGE_DATA_TYPE_UNSPECIFIED",
"DIALOGFLOW_HISTORY"
],
"enumDescriptions": [
"",
""
],
"type": "string"
},
"type": "array"
},
"redactionScope": {
"enum": [
"REDACTION_SCOPE_UNSPECIFIED",
"REDACT_DISK_STORAGE"
],
"enumDescriptions": [
"",
""
],
"type": "string"
},
"redactionStrategy": {
"enum": [
"REDACTION_STRATEGY_UNSPECIFIED",
"REDACT_WITH_SERVICE"
],
"enumDescriptions": [
"",
""
],
"type": "string"
},
"retentionStrategy": {
"enum": [
"RETENTION_STRATEGY_UNSPECIFIED",
"REMOVE_AFTER_CONVERSATION"
],
"enumDescriptions": [
"",
""
],
"type": "string"
},
"retentionWindowDays": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings": {
"id": "GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings",
"properties": {
"audioExportPattern": {
"type": "string"
},
"audioFormat": {
"enum": [
"AUDIO_FORMAT_UNSPECIFIED",
"MULAW",
"MP3",
"OGG"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"enableAudioRedaction": {
"type": "boolean"
},
"gcsBucket": {
"type": "string"
},
"storeTtsAudio": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings": {
"id": "GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings",
"properties": {
"enableInsightsExport": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SentimentAnalysisResult": {
"id": "GoogleCloudDialogflowCxV3beta1SentimentAnalysisResult",
"properties": {
"magnitude": {
"format": "float",
"type": "number"
},
"score": {
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SessionEntityType": {
"id": "GoogleCloudDialogflowCxV3beta1SessionEntityType",
"properties": {
"entities": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1EntityTypeEntity"
},
"type": "array"
},
"entityOverrideMode": {
"enum": [
"ENTITY_OVERRIDE_MODE_UNSPECIFIED",
"ENTITY_OVERRIDE_MODE_OVERRIDE",
"ENTITY_OVERRIDE_MODE_SUPPLEMENT"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SessionInfo": {
"id": "GoogleCloudDialogflowCxV3beta1SessionInfo",
"properties": {
"parameters": {
"additionalProperties": {
"type": "any"
},
"type": "object"
},
"session": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Span": {
"id": "GoogleCloudDialogflowCxV3beta1Span",
"properties": {
"completeTime": {
"format": "google-datetime",
"type": "string"
},
"metrics": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1NamedMetric"
},
"type": "array"
},
"name": {
"type": "string"
},
"startTime": {
"format": "google-datetime",
"type": "string"
},
"tags": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SpeechToTextSettings": {
"id": "GoogleCloudDialogflowCxV3beta1SpeechToTextSettings",
"properties": {
"enableSpeechAdaptation": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1StartExperimentRequest": {
"id": "GoogleCloudDialogflowCxV3beta1StartExperimentRequest",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Status": {
"id": "GoogleCloudDialogflowCxV3beta1Status",
"properties": {
"exception": {
"$ref": "GoogleCloudDialogflowCxV3beta1ExceptionDetail"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1StopExperimentRequest": {
"id": "GoogleCloudDialogflowCxV3beta1StopExperimentRequest",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SubmitAnswerFeedbackRequest": {
"id": "GoogleCloudDialogflowCxV3beta1SubmitAnswerFeedbackRequest",
"properties": {
"answerFeedback": {
"$ref": "GoogleCloudDialogflowCxV3beta1AnswerFeedback"
},
"responseId": {
"type": "string"
},
"updateMask": {
"format": "google-fieldmask",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig": {
"id": "GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig",
"properties": {
"effectsProfileId": {
"items": {
"type": "string"
},
"type": "array"
},
"pitch": {
"format": "double",
"type": "number"
},
"speakingRate": {
"format": "double",
"type": "number"
},
"voice": {
"$ref": "GoogleCloudDialogflowCxV3beta1VoiceSelectionParams"
},
"volumeGainDb": {
"format": "double",
"type": "number"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1TextToSpeechSettings": {
"id": "GoogleCloudDialogflowCxV3beta1TextToSpeechSettings",
"properties": {
"synthesizeSpeechConfigs": {
"additionalProperties": {
"$ref": "GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Tool": {
"id": "GoogleCloudDialogflowCxV3beta1Tool",
"properties": {
"connectorSpec": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolConnectorTool"
},
"dataStoreSpec": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolDataStoreTool"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"extensionSpec": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolExtensionTool"
},
"functionSpec": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolFunctionTool"
},
"name": {
"type": "string"
},
"openApiSpec": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolOpenApiTool"
},
"toolType": {
"enum": [
"TOOL_TYPE_UNSPECIFIED",
"CUSTOMIZED_TOOL",
"BUILTIN_TOOL"
],
"enumDescriptions": [
"",
"",
""
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolAuthentication": {
"id": "GoogleCloudDialogflowCxV3beta1ToolAuthentication",
"properties": {
"apiKeyConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig"
},
"bearerTokenConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig"
},
"oauthConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig"
},
"serviceAccountAuthConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAccountAuthConfig"
},
"serviceAgentAuthConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig": {
"id": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig",
"properties": {
"apiKey": {
"type": "string"
},
"keyName": {
"type": "string"
},
"requestLocation": {
"enum": [
"REQUEST_LOCATION_UNSPECIFIED",
"HEADER",
"QUERY_STRING"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"secretVersionForApiKey": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig": {
"id": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig",
"properties": {
"secretVersionForToken": {
"type": "string"
},
"token": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig": {
"id": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig",
"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"
},
"GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAccountAuthConfig": {
"id": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAccountAuthConfig",
"properties": {
"serviceAccount": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig": {
"id": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig",
"properties": {
"serviceAgentAuth": {
"enum": [
"SERVICE_AGENT_AUTH_UNSPECIFIED",
"ID_TOKEN",
"ACCESS_TOKEN"
],
"enumDescriptions": [
"",
"",
""
],
"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"
},
"GoogleCloudDialogflowCxV3beta1ToolConnectorTool": {
"id": "GoogleCloudDialogflowCxV3beta1ToolConnectorTool",
"properties": {
"actions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolConnectorToolAction"
},
"type": "array"
},
"endUserAuthConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfig"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolConnectorToolAction": {
"id": "GoogleCloudDialogflowCxV3beta1ToolConnectorToolAction",
"properties": {
"connectionActionId": {
"type": "string"
},
"entityOperation": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation"
},
"inputFields": {
"items": {
"type": "string"
},
"type": "array"
},
"outputFields": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation": {
"id": "GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation",
"properties": {
"entityId": {
"type": "string"
},
"operation": {
"enum": [
"OPERATION_TYPE_UNSPECIFIED",
"LIST",
"GET",
"CREATE",
"UPDATE",
"DELETE"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolDataStoreTool": {
"id": "GoogleCloudDialogflowCxV3beta1ToolDataStoreTool",
"properties": {
"dataStoreConnections": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnection"
},
"type": "array"
},
"fallbackPrompt": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolDataStoreToolFallbackPrompt"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolDataStoreToolFallbackPrompt": {
"id": "GoogleCloudDialogflowCxV3beta1ToolDataStoreToolFallbackPrompt",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfig": {
"id": "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfig",
"properties": {
"oauth2AuthCodeConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2AuthCodeConfig"
},
"oauth2JwtBearerConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2AuthCodeConfig": {
"id": "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2AuthCodeConfig",
"properties": {
"oauthToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig": {
"id": "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig",
"properties": {
"clientKey": {
"type": "string"
},
"issuer": {
"type": "string"
},
"subject": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolExtensionTool": {
"id": "GoogleCloudDialogflowCxV3beta1ToolExtensionTool",
"properties": {
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolFunctionTool": {
"id": "GoogleCloudDialogflowCxV3beta1ToolFunctionTool",
"properties": {
"inputSchema": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"outputSchema": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolOpenApiTool": {
"id": "GoogleCloudDialogflowCxV3beta1ToolOpenApiTool",
"properties": {
"authentication": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthentication"
},
"serviceDirectoryConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig"
},
"textSchema": {
"type": "string"
},
"tlsConfig": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolTLSConfig"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig": {
"id": "GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig",
"properties": {
"service": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolTLSConfig": {
"id": "GoogleCloudDialogflowCxV3beta1ToolTLSConfig",
"properties": {
"caCerts": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolTLSConfigCACert"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolTLSConfigCACert": {
"id": "GoogleCloudDialogflowCxV3beta1ToolTLSConfigCACert",
"properties": {
"cert": {
"format": "byte",
"type": "string"
},
"displayName": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolUse": {
"id": "GoogleCloudDialogflowCxV3beta1ToolUse",
"properties": {
"action": {
"type": "string"
},
"dataStoreToolTrace": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace"
},
"displayName": {
"readOnly": true,
"type": "string"
},
"inputActionParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"outputActionParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"tool": {
"type": "string"
},
"webhookToolTrace": {
"$ref": "GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace": {
"id": "GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace",
"properties": {
"dataStoreConnectionSignals": {
"$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace": {
"id": "GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace",
"properties": {
"webhookTag": {
"type": "string"
},
"webhookUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ToolVersion": {
"id": "GoogleCloudDialogflowCxV3beta1ToolVersion",
"properties": {
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"displayName": {
"type": "string"
},
"name": {
"type": "string"
},
"tool": {
"$ref": "GoogleCloudDialogflowCxV3beta1Tool"
},
"updateTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TrainFlowRequest": {
"id": "GoogleCloudDialogflowCxV3beta1TrainFlowRequest",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TransitionCoverage": {
"id": "GoogleCloudDialogflowCxV3beta1TransitionCoverage",
"properties": {
"coverageScore": {
"format": "float",
"type": "number"
},
"transitions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition": {
"id": "GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition",
"properties": {
"covered": {
"type": "boolean"
},
"eventHandler": {
"$ref": "GoogleCloudDialogflowCxV3beta1EventHandler"
},
"index": {
"format": "int32",
"type": "integer"
},
"source": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionCoverageTransitionNode"
},
"target": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionCoverageTransitionNode"
},
"transitionRoute": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TransitionCoverageTransitionNode": {
"id": "GoogleCloudDialogflowCxV3beta1TransitionCoverageTransitionNode",
"properties": {
"flow": {
"$ref": "GoogleCloudDialogflowCxV3beta1Flow"
},
"page": {
"$ref": "GoogleCloudDialogflowCxV3beta1Page"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1TransitionRouteGroup": {
"id": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup",
"properties": {
"displayName": {
"type": "string"
},
"name": {
"type": "string"
},
"transitionRoutes": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverage": {
"id": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverage",
"properties": {
"coverageScore": {
"format": "float",
"type": "number"
},
"coverages": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverage"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverage": {
"id": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverage",
"properties": {
"coverageScore": {
"format": "float",
"type": "number"
},
"routeGroup": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup"
},
"transitions": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition": {
"id": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition",
"properties": {
"covered": {
"type": "boolean"
},
"transitionRoute": {
"$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute"
}
},
"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"
},
"GoogleCloudDialogflowCxV3beta1TypeSchema": {
"id": "GoogleCloudDialogflowCxV3beta1TypeSchema",
"properties": {
"inlineSchema": {
"$ref": "GoogleCloudDialogflowCxV3beta1InlineSchema"
},
"schemaReference": {
"$ref": "GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference": {
"id": "GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference",
"properties": {
"schema": {
"type": "string"
},
"tool": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1UserUtterance": {
"id": "GoogleCloudDialogflowCxV3beta1UserUtterance",
"properties": {
"audio": {
"format": "byte",
"type": "string"
},
"audioTokens": {
"items": {
"format": "int32",
"type": "integer"
},
"type": "array"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ValidateAgentRequest": {
"id": "GoogleCloudDialogflowCxV3beta1ValidateAgentRequest",
"properties": {
"languageCode": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ValidateFlowRequest": {
"id": "GoogleCloudDialogflowCxV3beta1ValidateFlowRequest",
"properties": {
"languageCode": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ValidationMessage": {
"id": "GoogleCloudDialogflowCxV3beta1ValidationMessage",
"properties": {
"detail": {
"type": "string"
},
"resourceNames": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResourceName"
},
"type": "array"
},
"resourceType": {
"enum": [
"RESOURCE_TYPE_UNSPECIFIED",
"AGENT",
"INTENT",
"INTENT_TRAINING_PHRASE",
"INTENT_PARAMETER",
"INTENTS",
"INTENT_TRAINING_PHRASES",
"ENTITY_TYPE",
"ENTITY_TYPES",
"WEBHOOK",
"FLOW",
"PAGE",
"PAGES",
"TRANSITION_ROUTE_GROUP",
"AGENT_TRANSITION_ROUTE_GROUP"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"resources": {
"deprecated": true,
"items": {
"type": "string"
},
"type": "array"
},
"severity": {
"enum": [
"SEVERITY_UNSPECIFIED",
"INFO",
"WARNING",
"ERROR"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1VariantsHistory": {
"id": "GoogleCloudDialogflowCxV3beta1VariantsHistory",
"properties": {
"updateTime": {
"format": "google-datetime",
"type": "string"
},
"versionVariants": {
"$ref": "GoogleCloudDialogflowCxV3beta1VersionVariants"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1Version": {
"id": "GoogleCloudDialogflowCxV3beta1Version",
"properties": {
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"name": {
"type": "string"
},
"nluSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1NluSettings",
"readOnly": true
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"RUNNING",
"SUCCEEDED",
"FAILED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1VersionVariants": {
"id": "GoogleCloudDialogflowCxV3beta1VersionVariants",
"properties": {
"variants": {
"items": {
"$ref": "GoogleCloudDialogflowCxV3beta1VersionVariantsVariant"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1VersionVariantsVariant": {
"id": "GoogleCloudDialogflowCxV3beta1VersionVariantsVariant",
"properties": {
"isControlGroup": {
"type": "boolean"
},
"trafficAllocation": {
"format": "float",
"type": "number"
},
"version": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1VoiceSelectionParams": {
"id": "GoogleCloudDialogflowCxV3beta1VoiceSelectionParams",
"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"
},
"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"
},
"GoogleCloudDialogflowV2beta1AgentCoachingInstruction": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction",
"properties": {
"agentAction": {
"type": "string"
},
"condition": {
"type": "string"
},
"displayDetails": {
"type": "string"
},
"displayName": {
"type": "string"
},
"duplicateCheckResult": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult",
"readOnly": true
},
"systemAction": {
"type": "string"
},
"triggeringEvent": {
"enum": [
"TRIGGER_EVENT_UNSPECIFIED",
"END_OF_UTTERANCE",
"MANUAL_CALL",
"CUSTOMER_MESSAGE",
"AGENT_MESSAGE",
"TOOL_CALL_COMPLETION"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult",
"properties": {
"duplicateSuggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion",
"properties": {
"answerRecord": {
"readOnly": true,
"type": "string"
},
"similarityScore": {
"format": "float",
"readOnly": true,
"type": "number"
},
"suggestionIndex": {
"format": "int32",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingSuggestion": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion",
"properties": {
"agentActionSuggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion"
},
"type": "array"
},
"applicableInstructions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction"
},
"type": "array"
},
"sampleResponses": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion",
"properties": {
"agentAction": {
"type": "string"
},
"duplicateCheckResult": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult",
"readOnly": true
},
"sources": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult",
"properties": {
"duplicateSuggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion",
"properties": {
"answerRecord": {
"readOnly": true,
"type": "string"
},
"similarityScore": {
"format": "float",
"readOnly": true,
"type": "number"
},
"sources": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources",
"readOnly": true
},
"suggestionIndex": {
"format": "int32",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse",
"properties": {
"duplicateCheckResult": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult",
"readOnly": true
},
"responseText": {
"type": "string"
},
"sources": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources": {
"id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources",
"properties": {
"instructionIndexes": {
"items": {
"format": "int32",
"type": "integer"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1AnnotatedMessagePart": {
"id": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart",
"properties": {
"entityType": {
"type": "string"
},
"formattedValue": {
"type": "any"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ArticleAnswer": {
"id": "GoogleCloudDialogflowV2beta1ArticleAnswer",
"properties": {
"answerRecord": {
"type": "string"
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"snippets": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse": {
"id": "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse",
"properties": {
"entityTypes": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1EntityType"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse": {
"id": "GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse",
"properties": {
"intents": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata": {
"id": "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata",
"properties": {
"conversationProfile": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"participantRole": {
"enum": [
"ROLE_UNSPECIFIED",
"HUMAN_AGENT",
"AUTOMATED_AGENT",
"END_USER"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"suggestionFeatureType": {
"enum": [
"TYPE_UNSPECIFIED",
"ARTICLE_SUGGESTION",
"FAQ",
"SMART_REPLY",
"DIALOGFLOW_ASSIST",
"CONVERSATION_SUMMARIZATION",
"KNOWLEDGE_SEARCH",
"KNOWLEDGE_ASSIST"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Context": {
"id": "GoogleCloudDialogflowV2beta1Context",
"properties": {
"lifespanCount": {
"format": "int32",
"type": "integer"
},
"name": {
"type": "string"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ConversationEvent": {
"id": "GoogleCloudDialogflowV2beta1ConversationEvent",
"properties": {
"conversation": {
"type": "string"
},
"errorStatus": {
"$ref": "GoogleRpcStatus"
},
"newMessagePayload": {
"$ref": "GoogleCloudDialogflowV2beta1Message"
},
"newRecognitionResultPayload": {
"$ref": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult"
},
"type": {
"enum": [
"TYPE_UNSPECIFIED",
"CONVERSATION_STARTED",
"CONVERSATION_FINISHED",
"HUMAN_INTERVENTION_NEEDED",
"NEW_MESSAGE",
"NEW_RECOGNITION_RESULT",
"UNRECOVERABLE_ERROR"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1DialogflowAssistAnswer": {
"id": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer",
"properties": {
"answerRecord": {
"type": "string"
},
"intentSuggestion": {
"$ref": "GoogleCloudDialogflowV2beta1IntentSuggestion"
},
"queryResult": {
"$ref": "GoogleCloudDialogflowV2beta1QueryResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1EncryptionSpec": {
"id": "GoogleCloudDialogflowV2beta1EncryptionSpec",
"properties": {
"kmsKey": {
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1EntityType": {
"id": "GoogleCloudDialogflowV2beta1EntityType",
"properties": {
"autoExpansionMode": {
"enum": [
"AUTO_EXPANSION_MODE_UNSPECIFIED",
"AUTO_EXPANSION_MODE_DEFAULT"
],
"enumDescriptions": [
"",
""
],
"type": "string"
},
"displayName": {
"type": "string"
},
"enableFuzzyExtraction": {
"type": "boolean"
},
"entities": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity"
},
"type": "array"
},
"kind": {
"enum": [
"KIND_UNSPECIFIED",
"KIND_MAP",
"KIND_LIST",
"KIND_REGEXP"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1EntityTypeEntity": {
"id": "GoogleCloudDialogflowV2beta1EntityTypeEntity",
"properties": {
"synonyms": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1EventInput": {
"id": "GoogleCloudDialogflowV2beta1EventInput",
"properties": {
"languageCode": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ExportAgentResponse": {
"id": "GoogleCloudDialogflowV2beta1ExportAgentResponse",
"properties": {
"agentContent": {
"format": "byte",
"type": "string"
},
"agentUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ExportOperationMetadata": {
"id": "GoogleCloudDialogflowV2beta1ExportOperationMetadata",
"properties": {
"exportedGcsDestination": {
"$ref": "GoogleCloudDialogflowV2beta1GcsDestination"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1FaqAnswer": {
"id": "GoogleCloudDialogflowV2beta1FaqAnswer",
"properties": {
"answer": {
"type": "string"
},
"answerRecord": {
"type": "string"
},
"confidence": {
"format": "float",
"type": "number"
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"question": {
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1FreeFormSuggestion": {
"id": "GoogleCloudDialogflowV2beta1FreeFormSuggestion",
"properties": {
"response": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GcsDestination": {
"id": "GoogleCloudDialogflowV2beta1GcsDestination",
"properties": {
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse": {
"id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse",
"properties": {
"generatorSuggestionAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer"
},
"type": "array"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer": {
"id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer",
"properties": {
"answerRecord": {
"type": "string"
},
"generatorSuggestion": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestion"
},
"sourceGenerator": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GeneratorSuggestion": {
"id": "GoogleCloudDialogflowV2beta1GeneratorSuggestion",
"properties": {
"agentCoachingSuggestion": {
"$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion"
},
"freeFormSuggestion": {
"$ref": "GoogleCloudDialogflowV2beta1FreeFormSuggestion"
},
"summarySuggestion": {
"$ref": "GoogleCloudDialogflowV2beta1SummarySuggestion"
},
"toolCallInfo": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo": {
"id": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo",
"properties": {
"toolCall": {
"$ref": "GoogleCloudDialogflowV2beta1ToolCall"
},
"toolCallResult": {
"$ref": "GoogleCloudDialogflowV2beta1ToolCallResult"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent": {
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent",
"properties": {
"conversation": {
"type": "string"
},
"participant": {
"type": "string"
},
"suggestionResults": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestionResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ImportDocumentsResponse": {
"id": "GoogleCloudDialogflowV2beta1ImportDocumentsResponse",
"properties": {
"warnings": {
"items": {
"$ref": "GoogleRpcStatus"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo": {
"id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo",
"properties": {
"contextReferenceRetrieved": {
"type": "boolean"
},
"ingestedParametersDebugInfo": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo"
},
"type": "array"
},
"projectNotAllowlisted": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo": {
"id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo",
"properties": {
"ingestionStatus": {
"enum": [
"INGESTION_STATUS_UNSPECIFIED",
"INGESTION_STATUS_SUCCEEDED",
"INGESTION_STATUS_CONTEXT_NOT_AVAILABLE",
"INGESTION_STATUS_PARSE_FAILED",
"INGESTION_STATUS_INVALID_ENTRY",
"INGESTION_STATUS_INVALID_FORMAT",
"INGESTION_STATUS_LANGUAGE_MISMATCH"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"parameter": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata": {
"id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata",
"properties": {
"request": {
"$ref": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest": {
"id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest",
"properties": {
"encryptionSpec": {
"$ref": "GoogleCloudDialogflowV2beta1EncryptionSpec"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Intent": {
"id": "GoogleCloudDialogflowV2beta1Intent",
"properties": {
"action": {
"type": "string"
},
"defaultResponsePlatforms": {
"items": {
"enum": [
"PLATFORM_UNSPECIFIED",
"FACEBOOK",
"SLACK",
"TELEGRAM",
"KIK",
"SKYPE",
"LINE",
"VIBER",
"ACTIONS_ON_GOOGLE",
"TELEPHONY",
"GOOGLE_HANGOUTS"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"type": "array"
},
"displayName": {
"type": "string"
},
"endInteraction": {
"type": "boolean"
},
"events": {
"items": {
"type": "string"
},
"type": "array"
},
"followupIntentInfo": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo"
},
"readOnly": true,
"type": "array"
},
"inputContextNames": {
"items": {
"type": "string"
},
"type": "array"
},
"isFallback": {
"type": "boolean"
},
"liveAgentHandoff": {
"type": "boolean"
},
"messages": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessage"
},
"type": "array"
},
"mlDisabled": {
"type": "boolean"
},
"mlEnabled": {
"deprecated": true,
"type": "boolean"
},
"name": {
"type": "string"
},
"outputContexts": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"type": "array"
},
"parameters": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentParameter"
},
"type": "array"
},
"parentFollowupIntentName": {
"type": "string"
},
"priority": {
"format": "int32",
"type": "integer"
},
"resetContexts": {
"type": "boolean"
},
"rootFollowupIntentName": {
"readOnly": true,
"type": "string"
},
"trainingPhrases": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase"
},
"type": "array"
},
"webhookState": {
"enum": [
"WEBHOOK_STATE_UNSPECIFIED",
"WEBHOOK_STATE_ENABLED",
"WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo": {
"id": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo",
"properties": {
"followupIntentName": {
"type": "string"
},
"parentFollowupIntentName": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessage": {
"id": "GoogleCloudDialogflowV2beta1IntentMessage",
"properties": {
"basicCard": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard"
},
"browseCarouselCard": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard"
},
"card": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageCard"
},
"carouselSelect": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect"
},
"image": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"linkOutSuggestion": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion"
},
"listSelect": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelect"
},
"mediaContent": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"platform": {
"enum": [
"PLATFORM_UNSPECIFIED",
"FACEBOOK",
"SLACK",
"TELEGRAM",
"KIK",
"SKYPE",
"LINE",
"VIBER",
"ACTIONS_ON_GOOGLE",
"TELEPHONY",
"GOOGLE_HANGOUTS"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"quickReplies": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies"
},
"rbmCarouselRichCard": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard"
},
"rbmStandaloneRichCard": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard"
},
"rbmText": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmText"
},
"simpleResponses": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses"
},
"suggestions": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions"
},
"tableCard": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCard"
},
"telephonyPlayAudio": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio"
},
"telephonySynthesizeSpeech": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech"
},
"telephonyTransferCall": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall"
},
"text": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageText"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageBasicCard": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard",
"properties": {
"buttons": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton"
},
"type": "array"
},
"formattedText": {
"type": "string"
},
"image": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"subtitle": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton",
"properties": {
"openUriAction": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction",
"properties": {
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard",
"properties": {
"imageDisplayOptions": {
"enum": [
"IMAGE_DISPLAY_OPTIONS_UNSPECIFIED",
"GRAY",
"WHITE",
"CROPPED",
"BLURRED_BACKGROUND"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
},
"items": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem",
"properties": {
"description": {
"type": "string"
},
"footer": {
"type": "string"
},
"image": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"openUriAction": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction",
"properties": {
"url": {
"type": "string"
},
"urlTypeHint": {
"enum": [
"URL_TYPE_HINT_UNSPECIFIED",
"AMP_ACTION",
"AMP_CONTENT"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageCard": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageCard",
"properties": {
"buttons": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageCardButton"
},
"type": "array"
},
"imageUri": {
"type": "string"
},
"subtitle": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageCardButton": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageCardButton",
"properties": {
"postback": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect",
"properties": {
"items": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem",
"properties": {
"description": {
"type": "string"
},
"image": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"info": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageColumnProperties": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties",
"properties": {
"header": {
"type": "string"
},
"horizontalAlignment": {
"enum": [
"HORIZONTAL_ALIGNMENT_UNSPECIFIED",
"LEADING",
"CENTER",
"TRAILING"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageImage": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageImage",
"properties": {
"accessibilityText": {
"type": "string"
},
"imageUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion",
"properties": {
"destinationName": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageListSelect": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageListSelect",
"properties": {
"items": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem"
},
"type": "array"
},
"subtitle": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageListSelectItem": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem",
"properties": {
"description": {
"type": "string"
},
"image": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"info": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageMediaContent": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent",
"properties": {
"mediaObjects": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject"
},
"type": "array"
},
"mediaType": {
"enum": [
"RESPONSE_MEDIA_TYPE_UNSPECIFIED",
"AUDIO"
],
"enumDescriptions": [
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject",
"properties": {
"contentUrl": {
"type": "string"
},
"description": {
"type": "string"
},
"icon": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"largeImage": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageQuickReplies": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies",
"properties": {
"quickReplies": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent",
"properties": {
"description": {
"type": "string"
},
"media": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia"
},
"suggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion"
},
"type": "array"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia",
"properties": {
"fileUri": {
"type": "string"
},
"height": {
"enum": [
"HEIGHT_UNSPECIFIED",
"SHORT",
"MEDIUM",
"TALL"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"thumbnailUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard",
"properties": {
"cardContents": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent"
},
"type": "array"
},
"cardWidth": {
"enum": [
"CARD_WIDTH_UNSPECIFIED",
"SMALL",
"MEDIUM"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard",
"properties": {
"cardContent": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent"
},
"cardOrientation": {
"enum": [
"CARD_ORIENTATION_UNSPECIFIED",
"HORIZONTAL",
"VERTICAL"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"thumbnailImageAlignment": {
"enum": [
"THUMBNAIL_IMAGE_ALIGNMENT_UNSPECIFIED",
"LEFT",
"RIGHT"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction",
"properties": {
"dial": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial"
},
"openUrl": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri"
},
"postbackData": {
"type": "string"
},
"shareLocation": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial",
"properties": {
"phoneNumber": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri",
"properties": {
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply",
"properties": {
"postbackData": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion",
"properties": {
"action": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction"
},
"reply": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageRbmText": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageRbmText",
"properties": {
"rbmSuggestion": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion"
},
"type": "array"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo",
"properties": {
"key": {
"type": "string"
},
"synonyms": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse",
"properties": {
"displayText": {
"type": "string"
},
"ssml": {
"type": "string"
},
"textToSpeech": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses",
"properties": {
"simpleResponses": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageSuggestion": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion",
"properties": {
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageSuggestions": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions",
"properties": {
"suggestions": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageTableCard": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageTableCard",
"properties": {
"buttons": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton"
},
"type": "array"
},
"columnProperties": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties"
},
"type": "array"
},
"image": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage"
},
"rows": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow"
},
"type": "array"
},
"subtitle": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageTableCardCell": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell",
"properties": {
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageTableCardRow": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow",
"properties": {
"cells": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell"
},
"type": "array"
},
"dividerAfter": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio",
"properties": {
"audioUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech",
"properties": {
"ssml": {
"type": "string"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall",
"properties": {
"phoneNumber": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentMessageText": {
"id": "GoogleCloudDialogflowV2beta1IntentMessageText",
"properties": {
"text": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentParameter": {
"id": "GoogleCloudDialogflowV2beta1IntentParameter",
"properties": {
"defaultValue": {
"type": "string"
},
"displayName": {
"type": "string"
},
"entityTypeDisplayName": {
"type": "string"
},
"isList": {
"type": "boolean"
},
"mandatory": {
"type": "boolean"
},
"name": {
"type": "string"
},
"prompts": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentSuggestion": {
"id": "GoogleCloudDialogflowV2beta1IntentSuggestion",
"properties": {
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"intentV2": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentTrainingPhrase": {
"id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase",
"properties": {
"name": {
"readOnly": true,
"type": "string"
},
"parts": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart"
},
"type": "array"
},
"timesAddedCount": {
"format": "int32",
"type": "integer"
},
"type": {
"enum": [
"TYPE_UNSPECIFIED",
"EXAMPLE",
"TEMPLATE"
],
"enumDeprecated": [
false,
false,
true
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart": {
"id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart",
"properties": {
"alias": {
"type": "string"
},
"entityType": {
"type": "string"
},
"text": {
"type": "string"
},
"userDefined": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAnswers": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAnswers",
"properties": {
"answers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer",
"properties": {
"answer": {
"type": "string"
},
"faqQuestion": {
"type": "string"
},
"matchConfidence": {
"format": "float",
"type": "number"
},
"matchConfidenceLevel": {
"enum": [
"MATCH_CONFIDENCE_LEVEL_UNSPECIFIED",
"LOW",
"MEDIUM",
"HIGH"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer",
"properties": {
"answerRecord": {
"type": "string"
},
"knowledgeAssistDebugInfo": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo"
},
"suggestedQuery": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery"
},
"suggestedQueryAnswer": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer",
"properties": {
"answerText": {
"type": "string"
},
"faqSource": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource"
},
"generativeSource": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource",
"properties": {
"question": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource",
"properties": {
"snippets": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet",
"properties": {
"metadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"text": {
"type": "string"
},
"title": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery",
"properties": {
"queryText": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo",
"properties": {
"datastoreResponseReason": {
"enum": [
"DATASTORE_RESPONSE_REASON_UNSPECIFIED",
"NONE",
"SEARCH_OUT_OF_QUOTA",
"SEARCH_EMPTY_RESULTS",
"ANSWER_GENERATION_GEN_AI_DISABLED",
"ANSWER_GENERATION_OUT_OF_QUOTA",
"ANSWER_GENERATION_ERROR",
"ANSWER_GENERATION_NOT_ENOUGH_INFO",
"ANSWER_GENERATION_RAI_FAILED",
"ANSWER_GENERATION_NOT_GROUNDED"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"ingestedContextReferenceDebugInfo": {
"$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo"
},
"knowledgeAssistBehavior": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior"
},
"queryCategorizationFailureReason": {
"enum": [
"QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED",
"QUERY_CATEGORIZATION_INVALID_CONFIG",
"QUERY_CATEGORIZATION_RESULT_NOT_FOUND",
"QUERY_CATEGORIZATION_FAILED"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"queryGenerationFailureReason": {
"enum": [
"QUERY_GENERATION_FAILURE_REASON_UNSPECIFIED",
"QUERY_GENERATION_OUT_OF_QUOTA",
"QUERY_GENERATION_FAILED",
"QUERY_GENERATION_NO_QUERY_GENERATED",
"QUERY_GENERATION_RAI_FAILED",
"NOT_IN_ALLOWLIST",
"QUERY_GENERATION_QUERY_REDACTED",
"QUERY_GENERATION_LLM_RESPONSE_PARSE_FAILED",
"QUERY_GENERATION_EMPTY_CONVERSATION",
"QUERY_GENERATION_EMPTY_LAST_MESSAGE",
"QUERY_GENERATION_TRIGGERING_EVENT_CONDITION_NOT_MET"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"serviceLatency": {
"$ref": "GoogleCloudDialogflowV2beta1ServiceLatency"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior",
"properties": {
"answerGenerationRewriterOn": {
"type": "boolean"
},
"appendedSearchContextCount": {
"format": "int32",
"type": "integer"
},
"conversationTranscriptHasMixedLanguages": {
"type": "boolean"
},
"disableSyncDelivery": {
"type": "boolean"
},
"endUserMetadataIncluded": {
"type": "boolean"
},
"invalidItemsQuerySuggestionSkipped": {
"type": "boolean"
},
"multipleQueriesGenerated": {
"type": "boolean"
},
"previousQueriesIncluded": {
"type": "boolean"
},
"primaryQueryRedactedAndReplaced": {
"type": "boolean"
},
"queryContainedSearchContext": {
"type": "boolean"
},
"queryGenerationAgentLanguageMismatch": {
"type": "boolean"
},
"queryGenerationEndUserLanguageMismatch": {
"type": "boolean"
},
"returnQueryOnly": {
"type": "boolean"
},
"thirdPartyConnectorAllowed": {
"type": "boolean"
},
"useCustomSafetyFilterLevel": {
"type": "boolean"
},
"usePubsubDelivery": {
"type": "boolean"
},
"useTranslatedMessage": {
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata": {
"id": "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata",
"properties": {
"doneTime": {
"format": "google-datetime",
"type": "string"
},
"exportOperationMetadata": {
"$ref": "GoogleCloudDialogflowV2beta1ExportOperationMetadata"
},
"knowledgeBase": {
"type": "string"
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"PENDING",
"RUNNING",
"DONE"
],
"enumDescriptions": [
"",
"",
"",
""
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Message": {
"id": "GoogleCloudDialogflowV2beta1Message",
"properties": {
"content": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"languageCode": {
"type": "string"
},
"messageAnnotation": {
"$ref": "GoogleCloudDialogflowV2beta1MessageAnnotation",
"readOnly": true
},
"name": {
"type": "string"
},
"participant": {
"readOnly": true,
"type": "string"
},
"participantRole": {
"enum": [
"ROLE_UNSPECIFIED",
"HUMAN_AGENT",
"AUTOMATED_AGENT",
"END_USER"
],
"enumDescriptions": [
"",
"",
"",
""
],
"readOnly": true,
"type": "string"
},
"responseMessages": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessage"
},
"type": "array"
},
"sendTime": {
"format": "google-datetime",
"type": "string"
},
"sentimentAnalysis": {
"$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1MessageAnnotation": {
"id": "GoogleCloudDialogflowV2beta1MessageAnnotation",
"properties": {
"containEntities": {
"type": "boolean"
},
"parts": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest": {
"id": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest",
"properties": {
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1QueryResult": {
"id": "GoogleCloudDialogflowV2beta1QueryResult",
"properties": {
"action": {
"type": "string"
},
"allRequiredParamsPresent": {
"type": "boolean"
},
"cancelsSlotFilling": {
"type": "boolean"
},
"diagnosticInfo": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"fulfillmentMessages": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessage"
},
"type": "array"
},
"fulfillmentText": {
"type": "string"
},
"intent": {
"$ref": "GoogleCloudDialogflowV2beta1Intent"
},
"intentDetectionConfidence": {
"format": "float",
"type": "number"
},
"knowledgeAnswers": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswers"
},
"languageCode": {
"type": "string"
},
"outputContexts": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"type": "array"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"queryText": {
"type": "string"
},
"sentimentAnalysisResult": {
"$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult"
},
"speechRecognitionConfidence": {
"format": "float",
"type": "number"
},
"webhookPayload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"webhookSource": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ResponseMessage": {
"id": "GoogleCloudDialogflowV2beta1ResponseMessage",
"properties": {
"endInteraction": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction"
},
"liveAgentHandoff": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff"
},
"mixedAudio": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"telephonyTransferCall": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall"
},
"text": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessageText"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction": {
"id": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff": {
"id": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff",
"properties": {
"metadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio": {
"id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio",
"properties": {
"segments": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment": {
"id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment",
"properties": {
"allowPlaybackInterruption": {
"type": "boolean"
},
"audio": {
"format": "byte",
"type": "string"
},
"uri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall": {
"id": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall",
"properties": {
"phoneNumber": {
"type": "string"
},
"sipUri": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ResponseMessageText": {
"id": "GoogleCloudDialogflowV2beta1ResponseMessageText",
"properties": {
"text": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1Sentiment": {
"id": "GoogleCloudDialogflowV2beta1Sentiment",
"properties": {
"magnitude": {
"format": "float",
"type": "number"
},
"score": {
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SentimentAnalysisResult": {
"id": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult",
"properties": {
"queryTextSentiment": {
"$ref": "GoogleCloudDialogflowV2beta1Sentiment"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ServiceLatency": {
"id": "GoogleCloudDialogflowV2beta1ServiceLatency",
"properties": {
"internalServiceLatencies": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency": {
"id": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency",
"properties": {
"completeTime": {
"format": "google-datetime",
"type": "string"
},
"latencyMs": {
"format": "float",
"type": "number"
},
"startTime": {
"format": "google-datetime",
"type": "string"
},
"step": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SessionEntityType": {
"id": "GoogleCloudDialogflowV2beta1SessionEntityType",
"properties": {
"entities": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity"
},
"type": "array"
},
"entityOverrideMode": {
"enum": [
"ENTITY_OVERRIDE_MODE_UNSPECIFIED",
"ENTITY_OVERRIDE_MODE_OVERRIDE",
"ENTITY_OVERRIDE_MODE_SUPPLEMENT"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata": {
"id": "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata",
"properties": {
"conversationProfile": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"type": "string"
},
"participantRole": {
"enum": [
"ROLE_UNSPECIFIED",
"HUMAN_AGENT",
"AUTOMATED_AGENT",
"END_USER"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"suggestionFeatureType": {
"enum": [
"TYPE_UNSPECIFIED",
"ARTICLE_SUGGESTION",
"FAQ",
"SMART_REPLY",
"DIALOGFLOW_ASSIST",
"CONVERSATION_SUMMARIZATION",
"KNOWLEDGE_SEARCH",
"KNOWLEDGE_ASSIST"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SmartReplyAnswer": {
"id": "GoogleCloudDialogflowV2beta1SmartReplyAnswer",
"properties": {
"answerRecord": {
"type": "string"
},
"confidence": {
"format": "float",
"type": "number"
},
"reply": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SpeechWordInfo": {
"id": "GoogleCloudDialogflowV2beta1SpeechWordInfo",
"properties": {
"confidence": {
"format": "float",
"type": "number"
},
"endOffset": {
"format": "google-duration",
"type": "string"
},
"startOffset": {
"format": "google-duration",
"type": "string"
},
"word": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1StreamingRecognitionResult": {
"id": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult",
"properties": {
"confidence": {
"format": "float",
"type": "number"
},
"dtmfDigits": {
"$ref": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents"
},
"isFinal": {
"type": "boolean"
},
"languageCode": {
"type": "string"
},
"messageType": {
"enum": [
"MESSAGE_TYPE_UNSPECIFIED",
"TRANSCRIPT",
"END_OF_SINGLE_UTTERANCE",
"DTMF_DIGITS",
"PARTIAL_DTMF_DIGITS"
],
"enumDescriptions": [
"",
"",
"",
"",
""
],
"type": "string"
},
"speechEndOffset": {
"format": "google-duration",
"type": "string"
},
"speechWordInfo": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SpeechWordInfo"
},
"type": "array"
},
"stability": {
"format": "float",
"type": "number"
},
"transcript": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestArticlesResponse": {
"id": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse",
"properties": {
"articleAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1ArticleAnswer"
},
"type": "array"
},
"contextSize": {
"format": "int32",
"type": "integer"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse": {
"id": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"dialogflowAssistAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer"
},
"type": "array"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse": {
"id": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"faqAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1FaqAnswer"
},
"type": "array"
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse": {
"id": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"knowledgeAssistAnswer": {
"$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer",
"readOnly": true
},
"latestMessage": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse": {
"id": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse",
"properties": {
"contextSize": {
"format": "int32",
"type": "integer"
},
"latestMessage": {
"type": "string"
},
"smartReplyAnswers": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SmartReplyAnswer"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SuggestionResult": {
"id": "GoogleCloudDialogflowV2beta1SuggestionResult",
"properties": {
"error": {
"$ref": "GoogleRpcStatus"
},
"generateSuggestionsResponse": {
"$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse"
},
"suggestArticlesResponse": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse"
},
"suggestDialogflowAssistsResponse": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse"
},
"suggestEntityExtractionResponse": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse"
},
"suggestFaqAnswersResponse": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse"
},
"suggestKnowledgeAssistResponse": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse"
},
"suggestSmartRepliesResponse": {
"$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarySuggestion": {
"id": "GoogleCloudDialogflowV2beta1SummarySuggestion",
"properties": {
"summarySections": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection": {
"id": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection",
"properties": {
"section": {
"type": "string"
},
"summary": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1TelephonyDtmfEvents": {
"id": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents",
"properties": {
"dtmfEvents": {
"items": {
"enum": [
"TELEPHONY_DTMF_UNSPECIFIED",
"DTMF_ONE",
"DTMF_TWO",
"DTMF_THREE",
"DTMF_FOUR",
"DTMF_FIVE",
"DTMF_SIX",
"DTMF_SEVEN",
"DTMF_EIGHT",
"DTMF_NINE",
"DTMF_ZERO",
"DTMF_A",
"DTMF_B",
"DTMF_C",
"DTMF_D",
"DTMF_STAR",
"DTMF_POUND"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolCall": {
"id": "GoogleCloudDialogflowV2beta1ToolCall",
"properties": {
"action": {
"type": "string"
},
"answerRecord": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"inputParameters": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"state": {
"enum": [
"STATE_UNSPECIFIED",
"TRIGGERED",
"NEEDS_CONFIRMATION"
],
"enumDescriptions": [
"",
"",
""
],
"readOnly": true,
"type": "string"
},
"tool": {
"type": "string"
},
"toolDisplayDetails": {
"type": "string"
},
"toolDisplayName": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolCallResult": {
"id": "GoogleCloudDialogflowV2beta1ToolCallResult",
"properties": {
"action": {
"type": "string"
},
"answerRecord": {
"type": "string"
},
"content": {
"type": "string"
},
"createTime": {
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"error": {
"$ref": "GoogleCloudDialogflowV2beta1ToolCallResultError"
},
"rawContent": {
"format": "byte",
"type": "string"
},
"tool": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1ToolCallResultError": {
"id": "GoogleCloudDialogflowV2beta1ToolCallResultError",
"properties": {
"message": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1WebhookRequest": {
"id": "GoogleCloudDialogflowV2beta1WebhookRequest",
"properties": {
"alternativeQueryResults": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1QueryResult"
},
"type": "array"
},
"originalDetectIntentRequest": {
"$ref": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest"
},
"queryResult": {
"$ref": "GoogleCloudDialogflowV2beta1QueryResult"
},
"responseId": {
"type": "string"
},
"session": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV2beta1WebhookResponse": {
"id": "GoogleCloudDialogflowV2beta1WebhookResponse",
"properties": {
"endInteraction": {
"type": "boolean"
},
"followupEventInput": {
"$ref": "GoogleCloudDialogflowV2beta1EventInput"
},
"fulfillmentMessages": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1IntentMessage"
},
"type": "array"
},
"fulfillmentText": {
"type": "string"
},
"liveAgentHandoff": {
"type": "boolean"
},
"outputContexts": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1Context"
},
"type": "array"
},
"payload": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"sessionEntityTypes": {
"items": {
"$ref": "GoogleCloudDialogflowV2beta1SessionEntityType"
},
"type": "array"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowV3alpha1ConversationSignals": {
"id": "GoogleCloudDialogflowV3alpha1ConversationSignals",
"properties": {
"turnSignals": {
"$ref": "GoogleCloudDialogflowV3alpha1TurnSignals"
}
},
"type": "object"
},
"GoogleCloudDialogflowV3alpha1TurnSignals": {
"id": "GoogleCloudDialogflowV3alpha1TurnSignals",
"properties": {
"agentEscalated": {
"type": "boolean"
},
"dtmfUsed": {
"type": "boolean"
},
"failureReasons": {
"items": {
"enum": [
"FAILURE_REASON_UNSPECIFIED",
"FAILED_INTENT",
"FAILED_WEBHOOK"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
},
"type": "array"
},
"noMatch": {
"type": "boolean"
},
"noUserInput": {
"type": "boolean"
},
"reachedEndPage": {
"type": "boolean"
},
"sentimentMagnitude": {
"format": "float",
"type": "number"
},
"sentimentScore": {
"format": "float",
"type": "number"
},
"triggeredAbandonmentEvent": {
"type": "boolean"
},
"userEscalated": {
"type": "boolean"
},
"webhookStatuses": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudLocationListLocationsResponse": {
"id": "GoogleCloudLocationListLocationsResponse",
"properties": {
"locations": {
"items": {
"$ref": "GoogleCloudLocationLocation"
},
"type": "array"
},
"nextPageToken": {
"type": "string"
}
},
"type": "object"
},
"GoogleCloudLocationLocation": {
"id": "GoogleCloudLocationLocation",
"properties": {
"displayName": {
"type": "string"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"locationId": {
"type": "string"
},
"metadata": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"type": "object"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"GoogleLongrunningListOperationsResponse": {
"id": "GoogleLongrunningListOperationsResponse",
"properties": {
"nextPageToken": {
"type": "string"
},
"operations": {
"items": {
"$ref": "GoogleLongrunningOperation"
},
"type": "array"
},
"unreachable": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleLongrunningOperation": {
"id": "GoogleLongrunningOperation",
"properties": {
"done": {
"type": "boolean"
},
"error": {
"$ref": "GoogleRpcStatus"
},
"metadata": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"type": "object"
},
"name": {
"type": "string"
},
"response": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"type": "object"
}
},
"type": "object"
},
"GoogleProtobufEmpty": {
"id": "GoogleProtobufEmpty",
"properties": {},
"type": "object"
},
"GoogleRpcStatus": {
"id": "GoogleRpcStatus",
"properties": {
"code": {
"format": "int32",
"type": "integer"
},
"details": {
"items": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"type": "object"
},
"type": "array"
},
"message": {
"type": "string"
}
},
"type": "object"
},
"GoogleTypeLatLng": {
"id": "GoogleTypeLatLng",
"properties": {
"latitude": {
"format": "double",
"type": "number"
},
"longitude": {
"format": "double",
"type": "number"
}
},
"type": "object"
}
},
"servicePath": "",
"title": "Dialogflow API",
"version": "v3beta1",
"version_module": true
}