VoiceLiveModelFactory.SessionResponseItem(String, 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: SessionResponseMessageItem, ResponseFunctionCallItem, and ResponseFunctionCallOutputItem.
public static Azure.AI.VoiceLive.SessionResponseItem SessionResponseItem(string type = default, string id = default, string object = default);
static member SessionResponseItem : string * string * string -> Azure.AI.VoiceLive.SessionResponseItem
Public Shared Function SessionResponseItem (Optional type As String = Nothing, Optional id As String = Nothing, Optional object As String = Nothing) As SessionResponseItem
Parameters
- type
- String
- id
- String
- object
- String
Returns
A new SessionResponseItem instance for mocking.