DialogsAgentComponent class
Agent component for agent Dialogs.
- Extends
Inherited Properties
| z | A Zod schema for validating that an object is an |
Inherited Property Details
z
A Zod schema for validating that an object is an AgentComponent.
static z: ZodType<AgentComponent, ZodTypeDef, AgentComponent>
Property Value
ZodType<AgentComponent, ZodTypeDef, AgentComponent>
Remarks
This schema checks if the object has a configureServices method.
Inherited From AgentComponent.z
Method Details
configureServices(ServiceCollection, Configuration)
function configureServices(services: ServiceCollection, configuration: Configuration)
Parameters
- services
- ServiceCollection
Services Collection to register.
- configuration
- Configuration
Configuration for the agent component.