次の方法で共有


CallAutomationModelFactory.ResultInformation メソッド

定義

ResultInformation の新しいインスタンスを初期化します。

public static Azure.Communication.CallAutomation.ResultInformation ResultInformation (int? code = default, int? subCode = default, string message = default);
static member ResultInformation : Nullable<int> * Nullable<int> * string -> Azure.Communication.CallAutomation.ResultInformation
Public Shared Function ResultInformation (Optional code As Nullable(Of Integer) = Nothing, Optional subCode As Nullable(Of Integer) = Nothing, Optional message As String = Nothing) As ResultInformation

パラメーター

code
Nullable<Int32>

現在の結果のコード。 これは、この結果が予期しない場合に Automation チームを呼び出して問題のトラブルシューティングを行う場合に役立ちます。

subCode
Nullable<Int32>

現在の結果のサブコード。 これは、この結果が予期しない場合に Automation チームを呼び出して問題のトラブルシューティングを行う場合に役立ちます。

message
String

現在の結果を説明する詳細メッセージ。

戻り値

モック作成用の新しい ResultInformation インスタンス。

適用対象