SearchModelFactory.KnowledgeBaseWorkIQActivityArguments(String) Method

Definition

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.

Applies to