VoiceLiveModelFactory.ConversationRequestItem(String, String) Method
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.
Base for any response item; discriminated by type.
Please note this is the abstract base class. The derived classes available for instantiation are: MessageItem, FunctionCallItem, and FunctionCallOutputItem.
public static Azure.AI.VoiceLive.ConversationRequestItem ConversationRequestItem(string type = default, string id = default);
static member ConversationRequestItem : string * string -> Azure.AI.VoiceLive.ConversationRequestItem
Public Shared Function ConversationRequestItem (Optional type As String = Nothing, Optional id As String = Nothing) As ConversationRequestItem
Parameters
- type
- String
- id
- String
Returns
A new ConversationRequestItem instance for mocking.