次の方法で共有


PersonalAssistantsResponse クラス

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

public class PersonalAssistantsResponse

ユーザーのエンドポイント キーと、事前構築済みの Cortana アプリケーションのエンドポイント URL を含む応答。

メソッドの概要

修飾子と型 メソッドと説明
List<UUID> endpointKeys()

endpointKeys 値を取得します。

Map<String, String> endpointUrls()

endpointUrls 値を取得します。

PersonalAssistantsResponse withEndpointKeys(List<UUID> endpointKeys)

endpointKeys 値を設定します。

PersonalAssistantsResponse withEndpointUrls(Map<String, String> endpointUrls)

endpointUrls 値を設定します。

メソッドの詳細

endpointKeys

public List endpointKeys()

endpointKeys 値を取得します。

Returns:

endpointKeys 値

endpointUrls

public Map endpointUrls()

endpointUrls 値を取得します。

Returns:

endpointUrls 値

withEndpointKeys

public PersonalAssistantsResponse withEndpointKeys(List endpointKeys)

endpointKeys 値を設定します。

Parameters:

endpointKeys - 設定する endpointKeys 値

Returns:

PersonalAssistantsResponse オブジェクト自体。

withEndpointUrls

public PersonalAssistantsResponse withEndpointUrls(Map endpointUrls)

endpointUrls 値を設定します。

Parameters:

endpointUrls - 設定する endpointUrls 値

Returns:

PersonalAssistantsResponse オブジェクト自体。

適用対象