SearchModelFactory.KnowledgeBaseWorkIQActivityArguments(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.
Represents the arguments the WorkIQ retrieval activity was run with.
public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseWorkIQActivityArguments KnowledgeBaseWorkIQActivityArguments(string search = default);
static member KnowledgeBaseWorkIQActivityArguments : string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseWorkIQActivityArguments
Public Shared Function KnowledgeBaseWorkIQActivityArguments (Optional search As String = Nothing) As KnowledgeBaseWorkIQActivityArguments
Parameters
- search
- String
The search string used to query the WorkIQ knowledge source.
Returns
A new KnowledgeBaseWorkIQActivityArguments instance for mocking.