ResponseFileSearchCallItem Class
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 response item that represents a file search call.
public class ResponseFileSearchCallItem : Azure.AI.VoiceLive.SessionResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.ResponseFileSearchCallItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.ResponseFileSearchCallItem>
type ResponseFileSearchCallItem = class
inherit SessionResponseItem
interface IJsonModel<ResponseFileSearchCallItem>
interface IPersistableModel<ResponseFileSearchCallItem>
Public Class ResponseFileSearchCallItem
Inherits SessionResponseItem
Implements IJsonModel(Of ResponseFileSearchCallItem), IPersistableModel(Of ResponseFileSearchCallItem)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Id |
Gets the Id. (Inherited from SessionResponseItem) |
| Queries |
The queries used for the file search. |
| Results |
The results of the file search. |
| Status |
The status of the file search tool call. |