AIAgentHostOptions.InterceptUserInputRequests Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether UserInputRequestContent should be intercepted and sent as a message to the workflow for handling, instead of being raised as a request.
public bool InterceptUserInputRequests { get; set; }
member this.InterceptUserInputRequests : bool with get, set
Public Property InterceptUserInputRequests As Boolean