次の方法で共有


AssignToAppOptionalParameter クラス

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

public class AssignToAppOptionalParameter

AssignToAppOptionalParameter モデル。

メソッドの概要

修飾子と型 メソッドと説明
String armToken()

armToken 値を取得します。

AzureAccountInfoObject azureAccountInfoObject()

azureAccountInfoObject 値を取得します。

String thisclientacceptLanguage()

thisclientacceptLanguage 値を取得します。

AssignToAppOptionalParameter withArmToken(String armToken)

armToken 値を設定します。

AssignToAppOptionalParameter withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)

azureAccountInfoObject 値を設定します。

AssignToAppOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

thisclientacceptLanguage 値を設定します。

メソッドの詳細

armToken

public String armToken()

armToken 値を取得します。

Returns:

armToken 値

azureAccountInfoObject

public AzureAccountInfoObject azureAccountInfoObject()

azureAccountInfoObject 値を取得します。

Returns:

azureAccountInfoObject 値

thisclientacceptLanguage

public String thisclientacceptLanguage()

thisclientacceptLanguage 値を取得します。

Returns:

thisclientacceptLanguage 値

withArmToken

public AssignToAppOptionalParameter withArmToken(String armToken)

armToken 値を設定します。

Parameters:

armToken - 設定する armToken 値

Returns:

AssignToAppOptionalParameter オブジェクト自体。

withAzureAccountInfoObject

public AssignToAppOptionalParameter withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)

azureAccountInfoObject 値を設定します。

Parameters:

azureAccountInfoObject - 設定する azureAccountInfoObject 値

Returns:

AssignToAppOptionalParameter オブジェクト自体。

withThisclientacceptLanguage

public AssignToAppOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

thisclientacceptLanguage 値を設定します。

Parameters:

thisclientacceptLanguage - 設定する thisclientacceptLanguage 値

Returns:

AssignToAppOptionalParameter オブジェクト自体。

適用対象