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

PersonalAssistantsResponse 类

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.PersonalAssistantsResponse

public class PersonalAssistantsResponse

包含用户的终结点密钥和预生成 Cortana 应用程序的终结点 URL 的响应。

方法摘要

修饰符和类型 方法和描述
List<UUID> endpointKeys()

获取 endpointKeys 值。

Map<String, String> endpointUrls()

获取 endpointUrls 值。

PersonalAssistantsResponse withEndpointKeys(List<UUID> endpointKeys)

设置 endpointKeys 值。

PersonalAssistantsResponse withEndpointUrls(Map<String, String> endpointUrls)

设置 endpointUrls 值。

方法详细信息

endpointKeys

public List endpointKeys()

获取 endpointKeys 值。

Returns:

endpointKeys 值

endpointUrls

public Map endpointUrls()

获取 endpointUrls 值。

Returns:

endpointUrls 值

withEndpointKeys

public PersonalAssistantsResponse withEndpointKeys(List endpointKeys)

设置 endpointKeys 值。

Parameters:

endpointKeys - 要设置的 endpointKeys 值

Returns:

PersonalAssistantsResponse 对象本身。

withEndpointUrls

public PersonalAssistantsResponse withEndpointUrls(Map endpointUrls)

设置 endpointUrls 值。

Parameters:

endpointUrls - 要设置的 endpointUrls 值

Returns:

PersonalAssistantsResponse 对象本身。

适用于