Class PersonalAssistantsResponse


  • public class PersonalAssistantsResponse
    extends Object
    Response containing user's endpoint keys and the endpoint URLs of the prebuilt Cortana applications.
    • Constructor Detail

      • PersonalAssistantsResponse

        public PersonalAssistantsResponse()
    • Method Detail

      • endpointKeys

        public List<UUID> endpointKeys()
        Get the endpointKeys value.
        Returns:
        the endpointKeys value
      • withEndpointKeys

        public PersonalAssistantsResponse withEndpointKeys​(List<UUID> endpointKeys)
        Set the endpointKeys value.
        Parameters:
        endpointKeys - the endpointKeys value to set
        Returns:
        the PersonalAssistantsResponse object itself.
      • endpointUrls

        public Map<String,​String> endpointUrls()
        Get the endpointUrls value.
        Returns:
        the endpointUrls value
      • withEndpointUrls

        public PersonalAssistantsResponse withEndpointUrls​(Map<String,​String> endpointUrls)
        Set the endpointUrls value.
        Parameters:
        endpointUrls - the endpointUrls value to set
        Returns:
        the PersonalAssistantsResponse object itself.