你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Conversational Analysis Authoring - Get Project

获取项目的详细信息。

GET {Endpoint}/language/authoring/analyze-conversations/projects/{projectName}?api-version=2023-04-01

URI 参数

名称 必需 类型 说明
Endpoint
path True

string

projectName
path True

string

新项目名称。

api-version
query True

string

用于此操作的 API 版本。

响应

名称 类型 说明
200 OK

ConversationalAnalysisAuthoringProjectMetadata

请求已成功。

Other Status Codes

ErrorResponse

意外的错误响应。

安全性

Ocp-Apim-Subscription-Key

类型: apiKey
在: header

OAuth2Auth

类型: oauth2
流向: accessCode
授权 URL: https://login.microsoftonline.com/common/oauth2/authorize
令牌 URL: https://login.microsoftonline.com/common/oauth2/token

作用域

名称 说明
https://cognitiveservices.azure.com/.default

示例

Successful Get Project

示例请求

GET {Endpoint}/language/authoring/analyze-conversations/projects/myproject?api-version=2023-04-01

示例响应

{
  "createdDateTime": "2022-04-18T13:53:03Z",
  "lastModifiedDateTime": "2022-04-18T13:53:03Z",
  "lastTrainedDateTime": "2022-04-18T14:14:28Z",
  "lastDeployedDateTime": "2022-04-18T14:49:01Z",
  "projectKind": "Conversation",
  "projectName": "myproject",
  "multilingual": false,
  "description": "This is a sample conversation project.",
  "language": "en"
}

定义

名称 说明
ConversationalAnalysisAuthoringProjectMetadata

表示项目的元数据。

ConversationalAnalysisAuthoringProjectSettings

表示用于定义项目行为的设置。

Error

错误对象。

ErrorCode

人工可读错误代码。

ErrorResponse

错误响应。

InnerErrorCode

人工可读错误代码。

InnerErrorModel

包含有关错误的更具体信息的对象。 根据Microsoft一个 API 指南 - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses

ProjectKind

ConversationalAnalysisAuthoringProjectMetadata

表示项目的元数据。

名称 类型 说明
createdDateTime

string

表示项目创建日期/时间。

description

string

项目说明。

language

string

项目语言。 这是语言的 BCP-47 表示形式。 例如,将“en”用于英语,“en-gb”用于英语(英国),将“es”用于西班牙语等。

lastDeployedDateTime

string

表示上次部署的日期/时间的项目。

lastModifiedDateTime

string

表示项目创建日期/时间。

lastTrainedDateTime

string

表示上次训练的日期时间的项目。

multilingual

boolean

项目是否用于多种语言。

projectKind

ProjectKind

表示项目类型。

projectName

string

新项目名称。

settings

ConversationalAnalysisAuthoringProjectSettings

项目设置。

ConversationalAnalysisAuthoringProjectSettings

表示用于定义项目行为的设置。

名称 类型 说明
confidenceThreshold

number

置信度最高的意向阈值,预测将自动更改为“None”。 阈值的值应介于 0 和 1 之间(含)。

Error

错误对象。

名称 类型 说明
code

ErrorCode

服务器定义的错误代码集之一。

details

Error[]

导致此报告错误的特定错误的详细信息数组。

innererror

InnerErrorModel

包含与当前对象有关错误的更具体信息的对象。

message

string

错误的人工可读表示形式。

target

string

错误的目标。

ErrorCode

人工可读错误代码。

名称 类型 说明
AzureCognitiveSearchIndexLimitReached

string

AzureCognitiveSearchIndexNotFound

string

AzureCognitiveSearchNotFound

string

AzureCognitiveSearchThrottling

string

Conflict

string

Forbidden

string

InternalServerError

string

InvalidArgument

string

InvalidRequest

string

NotFound

string

OperationNotFound

string

ProjectNotFound

string

QuotaExceeded

string

ServiceUnavailable

string

Timeout

string

TooManyRequests

string

Unauthorized

string

Warning

string

ErrorResponse

错误响应。

名称 类型 说明
error

Error

错误对象。

InnerErrorCode

人工可读错误代码。

名称 类型 说明
AzureCognitiveSearchNotFound

string

AzureCognitiveSearchThrottling

string

EmptyRequest

string

ExtractionFailure

string

InvalidCountryHint

string

InvalidDocument

string

InvalidDocumentBatch

string

InvalidParameterValue

string

InvalidRequest

string

InvalidRequestBodyFormat

string

KnowledgeBaseNotFound

string

MissingInputDocuments

string

ModelVersionIncorrect

string

UnsupportedLanguageCode

string

InnerErrorModel

包含有关错误的更具体信息的对象。 根据Microsoft一个 API 指南 - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses

名称 类型 说明
code

InnerErrorCode

服务器定义的错误代码集之一。

details

object

错误详细信息。

innererror

InnerErrorModel

包含与当前对象有关错误的更具体信息的对象。

message

string

错误信息。

target

string

错误目标。

ProjectKind

名称 类型 说明
Conversation

string

一个项目,用于在应用、机器人和 IoT 设备中生成自然语言。

Orchestration

string

一个项目,用于在单个项目中连接和协调对话、自定义问答和 LUIS 项目。