VoiceLiveModelFactory.ResponseFunctionCallItem 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.
A function call item within a conversation.
public static Azure.AI.VoiceLive.ResponseFunctionCallItem ResponseFunctionCallItem(string id = default, string object = default, string name = default, string callId = default, string arguments = default, Azure.AI.VoiceLive.SessionResponseItemStatus status = default);
static member ResponseFunctionCallItem : string * string * string * string * string * Azure.AI.VoiceLive.SessionResponseItemStatus -> Azure.AI.VoiceLive.ResponseFunctionCallItem
Public Shared Function ResponseFunctionCallItem (Optional id As String = Nothing, Optional object As String = Nothing, Optional name As String = Nothing, Optional callId As String = Nothing, Optional arguments As String = Nothing, Optional status As SessionResponseItemStatus = Nothing) As ResponseFunctionCallItem
Parameters
- id
- String
- object
- String
- name
- String
- callId
- String
- arguments
- String
- status
- SessionResponseItemStatus
Returns
A new ResponseFunctionCallItem instance for mocking.