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:
the endpointKeys value
endpointUrls
public Map
Get the endpointUrls value.
Returns:
the endpointUrls value
withEndpointKeys
public PersonalAssistantsResponse withEndpointKeys(List
Set the endpointKeys value.
Parameters:
endpointKeys
- the endpointKeys value to set
Returns:
the PersonalAssistantsResponse object itself.
withEndpointUrls
public PersonalAssistantsResponse withEndpointUrls(Map
Set the endpointUrls value.
Parameters:
endpointUrls
- the endpointUrls value to set
Returns:
the PersonalAssistantsResponse object itself.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java