CreateAgentResponse constructor

CreateAgentResponse({
  1. String? agentArn,
})

Implementation

CreateAgentResponse({
  this.agentArn,
});