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 にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java