你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PersonalAssistantsResponse Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PersonalAssistantsResponse
- com.
public class PersonalAssistantsResponse
Response containing user's endpoint keys and the endpoint URLs of the prebuilt Cortana applications.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<UUID> |
endpointKeys()
Get the endpointKeys value. |
Map<String, String> |
endpointUrls()
Get the endpointUrls value. |
Personal |
withEndpointKeys(List<UUID> endpointKeys)
Set the endpointKeys value. |
Personal |
withEndpointUrls(Map<String, String> endpointUrls)
Set the endpointUrls value. |
Method Details
endpointKeys
public List
Get the endpointKeys value.
Returns:
endpointUrls
public Map
Get the endpointUrls value.
Returns:
withEndpointKeys
public PersonalAssistantsResponse withEndpointKeys(List
Set the endpointKeys value.
Parameters:
Returns:
withEndpointUrls
public PersonalAssistantsResponse withEndpointUrls(Map
Set the endpointUrls value.
Parameters:
Returns: