VoiceLiveModelFactory.ResponseTextContentPart(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.
A text content part for a response.
public static Azure.AI.VoiceLive.ResponseTextContentPart ResponseTextContentPart(string text = default);
static member ResponseTextContentPart : string -> Azure.AI.VoiceLive.ResponseTextContentPart
Public Shared Function ResponseTextContentPart (Optional text As String = Nothing) As ResponseTextContentPart
Parameters
- text
- String
Returns
A new ResponseTextContentPart instance for mocking.