FunctionInvocationContext.Iteration プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
基になるクライアントとのこのイテレーションの数を取得または設定します。
public:
property int Iteration { int get(); void set(int value); };
public int Iteration { get; set; }
member this.Iteration : int with get, set
Public Property Iteration As Integer
プロパティ値
注釈
FunctionInvokingChatClientに提供されたチャット コンテンツに沿って渡されるクライアントへの最初の要求は、イテレーション 1 です。 クライアントが関数呼び出し要求で応答する場合、クライアントへの次の要求はイテレーション 2 などです。