SearchModelFactory.KnowledgeBaseMessageTextContent(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.
Text message type.
public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseMessageTextContent KnowledgeBaseMessageTextContent(string text = default);
static member KnowledgeBaseMessageTextContent : string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseMessageTextContent
Public Shared Function KnowledgeBaseMessageTextContent (Optional text As String = Nothing) As KnowledgeBaseMessageTextContent
Parameters
- text
- String
The text content.
Returns
A new KnowledgeBaseMessageTextContent instance for mocking.