ConfigureAgentResponse constructor

ConfigureAgentResponse({
  1. required AgentConfiguration configuration,
})

Implementation

ConfigureAgentResponse({
  required this.configuration,
});