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