PersonalAssistantsResponse Class

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

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.

PersonalAssistantsResponse withEndpointKeys(List<UUID> endpointKeys)

Set the endpointKeys value.

PersonalAssistantsResponse withEndpointUrls(Map<String, String> endpointUrls)

Set the endpointUrls value.

Method Details

endpointKeys

public List endpointKeys()

Get the endpointKeys value.

Returns:

the endpointKeys value

endpointUrls

public Map endpointUrls()

Get the endpointUrls value.

Returns:

the endpointUrls value

withEndpointKeys

public PersonalAssistantsResponse withEndpointKeys(List endpointKeys)

Set the endpointKeys value.

Parameters:

endpointKeys - the endpointKeys value to set

Returns:

the PersonalAssistantsResponse object itself.

withEndpointUrls

public PersonalAssistantsResponse withEndpointUrls(Map endpointUrls)

Set the endpointUrls value.

Parameters:

endpointUrls - the endpointUrls value to set

Returns:

the PersonalAssistantsResponse object itself.

Applies to