VoiceLiveModelFactory.FunctionCallItem 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.FunctionCallItem FunctionCallItem(string id = default, string name = default, string callId = default, string arguments = default, Azure.AI.VoiceLive.ItemParamStatus? status = default);
static member FunctionCallItem : string * string * string * string * Nullable<Azure.AI.VoiceLive.ItemParamStatus> -> Azure.AI.VoiceLive.FunctionCallItem
Public Shared Function FunctionCallItem (Optional id As String = Nothing, Optional name As String = Nothing, Optional callId As String = Nothing, Optional arguments As String = Nothing, Optional status As Nullable(Of ItemParamStatus) = Nothing) As FunctionCallItem
Parameters
- id
- String
- name
- String
- callId
- String
- arguments
- String
- status
- Nullable<ItemParamStatus>
Returns
A new FunctionCallItem instance for mocking.