ConvAIStoredSecretDependencies constructor

const ConvAIStoredSecretDependencies({
  1. required List<Object> tools,
  2. required List<Object> agentTools,
  3. required List<SecretDependencyType> others,
  4. List<DependentPhoneNumberIdentifier>? phoneNumbers,
})

Implementation

const ConvAIStoredSecretDependencies({
  required this.tools,
  required this.agentTools,
  required this.others,
  this.phoneNumbers,
});