UserInputRequestContent(String) Constructor
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.
Initializes a new instance of the UserInputRequestContent class.
protected:
UserInputRequestContent(System::String ^ id);
protected UserInputRequestContent(string id);
new Microsoft.Extensions.AI.UserInputRequestContent : string -> Microsoft.Extensions.AI.UserInputRequestContent
Protected Sub New (id As String)
Parameters
- id
- String
The ID that uniquely identifies the user input request/response pair.
Exceptions
id is null.
id is empty or composed entirely of whitespace.