CreateContactFlowResponse constructor

CreateContactFlowResponse({
  1. String? contactFlowArn,
  2. String? contactFlowId,
})

Implementation

CreateContactFlowResponse({
  this.contactFlowArn,
  this.contactFlowId,
});