FunctionInvocationContext.Iteration 속성

정의

기본 클라이언트를 사용하여 이 반복의 수를 가져오거나 설정합니다.

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

속성 값

설명

반복 1에 제공된 채팅 콘텐츠를 따라 전달되는 클라이언트에 대한 FunctionInvokingChatClient 초기 요청입니다. 클라이언트가 함수 호출 요청으로 응답하는 경우 클라이언트에 대한 다음 요청은 반복 2 등입니다.

적용 대상