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:
Applies to
Azure SDK for Java