AzureAISearchToolResource Constructors
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.
Overloads
AzureAISearchToolResource() |
Initializes a new instance of AzureAISearchToolResource. |
AzureAISearchToolResource(String, String, Int32, String, Nullable<AzureAISearchQueryType>) |
AzureAISearchToolResource()
- Source:
- AzureAISearchToolResource.cs
- Source:
- AzureAISearchToolResource.cs
Initializes a new instance of AzureAISearchToolResource.
public AzureAISearchToolResource();
Public Sub New ()
Applies to
AzureAISearchToolResource(String, String, Int32, String, Nullable<AzureAISearchQueryType>)
- Source:
- AzureAISearchToolResource.cs
- Source:
- AzureAISearchToolResource.cs
public AzureAISearchToolResource(string indexConnectionId, string indexName, int topK, string filter, Azure.AI.Agents.Persistent.AzureAISearchQueryType? queryType = default);
new Azure.AI.Agents.Persistent.AzureAISearchToolResource : string * string * int * string * Nullable<Azure.AI.Agents.Persistent.AzureAISearchQueryType> -> Azure.AI.Agents.Persistent.AzureAISearchToolResource
Public Sub New (indexConnectionId As String, indexName As String, topK As Integer, filter As String, Optional queryType As Nullable(Of AzureAISearchQueryType) = Nothing)
Parameters
- indexConnectionId
- String
- indexName
- String
- topK
- Int32
- filter
- String
- queryType
- Nullable<AzureAISearchQueryType>